diff --git a/Cargo.lock b/Cargo.lock index 7f0fb1d..7bfdd0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -16,7 +16,7 @@ checksum = "ee10e43ae4a853c0a3591d4e2ada1719e553be18199d9da9d4a83f5927c2f5c7" [[package]] name = "async-prost" -version = "0.3.0" +version = "0.4.0" dependencies = [ "byteorder", "bytes", @@ -415,12 +415,6 @@ dependencies = [ "libc", ] -[[package]] -name = "once_cell" -version = "1.8.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" - [[package]] name = "parking_lot" version = "0.12.0" @@ -628,16 +622,15 @@ dependencies = [ [[package]] name = "tokio" -version = "1.18.2" +version = "1.18.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "0e050c618355082ae5a89ec63bbf897225d5ffe84c7c4e036874e4d185a5044e" dependencies = [ "bytes", "libc", "memchr", "mio", "num_cpus", - "once_cell", "parking_lot", "pin-project-lite", "signal-hook-registry", diff --git a/Cargo.toml b/Cargo.toml index ed8425c..055e3ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,12 +24,12 @@ futures-core = "0.3.21" futures-sink = "0.3.21" prost = "0.10.4" serde = "1.0.137" -tokio = { version = "1.18.2", features = ["net"] } +tokio = { version = "1.18.5", features = ["net"] } [dev-dependencies] futures = "0.3.21" futures-util = "0.3.21" -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.18.5", features = ["full"] } tokio-tower = "0.6.0" slab = "0.4.6" tower = { version = "0.4.12", features = ["full"] }