From be8a09887acdf5ed85b499343a74eeec98aa47b0 Mon Sep 17 00:00:00 2001 From: Urhengulas Date: Mon, 19 Oct 2020 21:23:07 +0200 Subject: [PATCH] Bump tarpc from 0.22 to 0.23 --- Cargo.lock | 83 +++++++++++++++++++++++++++-------------- api/Cargo.toml | 2 +- book/Cargo.toml | 2 +- borrow/Cargo.toml | 2 +- identity/Cargo.toml | 2 +- notification/Cargo.toml | 2 +- 6 files changed, 60 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2419fa78..5a53ece1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -322,7 +322,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" dependencies = [ "atty", - "humantime", + "humantime 1.3.0", "log", "regex", "termcolor", @@ -485,7 +485,7 @@ dependencies = [ "futures-sink", "futures-task", "memchr", - "pin-project", + "pin-project 0.4.27", "pin-utils", "proc-macro-hack", "proc-macro-nested", @@ -537,7 +537,7 @@ dependencies = [ "indexmap", "slab", "tokio 0.2.22", - "tokio-util", + "tokio-util 0.3.1", "tracing", ] @@ -623,6 +623,12 @@ dependencies = [ "quick-error", ] +[[package]] +name = "humantime" +version = "2.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "3c1ad908cc71012b7bea4d0c53ba96a8cba9962f048fa68d143376143d863b7a" + [[package]] name = "hyper" version = "0.13.8" @@ -639,7 +645,7 @@ dependencies = [ "httparse", "httpdate", "itoa", - "pin-project", + "pin-project 0.4.27", "socket2", "tokio 0.2.22", "tower-service", @@ -858,17 +864,6 @@ dependencies = [ "winapi 0.3.9", ] -[[package]] -name = "mio-uds" -version = "0.6.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0" -dependencies = [ - "iovec", - "libc", - "mio 0.6.22", -] - [[package]] name = "miow" version = "0.2.1" @@ -1105,7 +1100,16 @@ version = "0.4.27" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15" dependencies = [ - "pin-project-internal", + "pin-project-internal 0.4.27", +] + +[[package]] +name = "pin-project" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841" +dependencies = [ + "pin-project-internal 1.0.1", ] [[package]] @@ -1119,6 +1123,17 @@ dependencies = [ "syn", ] +[[package]] +name = "pin-project-internal" +version = "1.0.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86" +dependencies = [ + "proc-macro2", + "quote", + "syn", +] + [[package]] name = "pin-project-lite" version = "0.1.11" @@ -1607,23 +1622,23 @@ dependencies = [ [[package]] name = "tarpc" -version = "0.22.0" +version = "0.23.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1503e47bfae912674d6f4226c09cb8d2f0271a57eef7e799b6f98a545f89c7a3" +checksum = "a9fc49715ecefc8e56b6d8bdc6fe4fd41664b437b2a285e0f36a28bc9252310f" dependencies = [ "anyhow", "fnv", "futures", - "humantime", + "humantime 2.0.1", "log", - "pin-project", + "pin-project 1.0.1", "rand 0.7.3", "serde", "static_assertions", "tarpc-plugins", - "tokio 0.2.22", + "tokio 0.3.1", "tokio-serde", - "tokio-util", + "tokio-util 0.4.0", ] [[package]] @@ -1697,10 +1712,8 @@ dependencies = [ "futures-core", "iovec", "lazy_static", - "libc", "memchr", "mio 0.6.22", - "mio-uds", "pin-project-lite", "slab", ] @@ -1747,7 +1760,7 @@ dependencies = [ "bytes 0.5.6", "derivative", "futures", - "pin-project", + "pin-project 0.4.27", "serde", "serde_json", ] @@ -1770,7 +1783,7 @@ checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c" dependencies = [ "futures-util", "log", - "pin-project", + "pin-project 0.4.27", "tokio 0.2.22", "tungstenite", ] @@ -1789,6 +1802,20 @@ dependencies = [ "tokio 0.2.22", ] +[[package]] +name = "tokio-util" +version = "0.4.0" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "24793699f4665ba0416ed287dc794fe6b11a4aa5e4e95b58624f45f6c46b97d4" +dependencies = [ + "bytes 0.5.6", + "futures-core", + "futures-sink", + "log", + "pin-project-lite", + "tokio 0.3.1", +] + [[package]] name = "tower-service" version = "0.3.0" @@ -1822,7 +1849,7 @@ version = "0.2.4" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c" dependencies = [ - "pin-project", + "pin-project 0.4.27", "tracing", ] @@ -1965,7 +1992,7 @@ dependencies = [ "mime", "mime_guess", "multipart", - "pin-project", + "pin-project 0.4.27", "scoped-tls", "serde", "serde_json", diff --git a/api/Cargo.toml b/api/Cargo.toml index 079f6bca..42eb405d 100644 --- a/api/Cargo.toml +++ b/api/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tarpc = { version = "0.22", features = ["full"] } +tarpc = { version = "0.23", features = ["full"] } tokio = { version = "0.3", features = ["full"] } tokio-serde = { version = "0.6", features = ["json"] } warp = "0.2" diff --git a/book/Cargo.toml b/book/Cargo.toml index f5ed73f0..ba1c8f6f 100644 --- a/book/Cargo.toml +++ b/book/Cargo.toml @@ -14,6 +14,6 @@ lazy_static = "1.4" log = "0.4" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } -tarpc = { version = "0.22", features = ["full"] } +tarpc = { version = "0.23", features = ["full"] } tokio = { version = "0.3", features = ["full"] } tokio-serde = { version = "0.6", features = ["json"] } diff --git a/borrow/Cargo.toml b/borrow/Cargo.toml index 2ac6eaa8..be8ec441 100644 --- a/borrow/Cargo.toml +++ b/borrow/Cargo.toml @@ -14,6 +14,6 @@ lazy_static = "1.4" log = "0.4" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } -tarpc = { version = "0.22", features = ["full"] } +tarpc = { version = "0.23", features = ["full"] } tokio = { version = "0.3", features = ["full"] } tokio-serde = { version = "0.6", features = ["json"] } diff --git a/identity/Cargo.toml b/identity/Cargo.toml index 2d9dbe19..4b802a1f 100644 --- a/identity/Cargo.toml +++ b/identity/Cargo.toml @@ -21,6 +21,6 @@ log = "0.4" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -tarpc = { version = "0.22", features = ["full"] } +tarpc = { version = "0.23", features = ["full"] } tokio = { version = "0.3", features = ["full"] } tokio-serde = { version = "0.6", features = ["json"] } diff --git a/notification/Cargo.toml b/notification/Cargo.toml index e011bcc0..b68f8ed1 100644 --- a/notification/Cargo.toml +++ b/notification/Cargo.toml @@ -14,6 +14,6 @@ lazy_static = "1.4" log = "0.4" once_cell = "1.4" serde = { version = "1.0", features = ["derive"] } -tarpc = { version = "0.22", features = ["full"] } +tarpc = { version = "0.23", features = ["full"] } tokio = { version = "0.3", features = ["full"] } tokio-serde = { version = "0.6", features = ["json"] }