From b8a2e3cf2c44c2de6efba0632a7fc3f20f314c8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 22:22:37 +0000 Subject: [PATCH] Bump tokio from 1.18.2 to 1.18.4 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.18.2 to 1.18.4. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.18.2...tokio-1.18.4) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 13 +++---------- Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 12 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7f0fb1d..9972dd7 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.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395" +checksum = "8bfb875c82dc0a4f1f37a30e720dee181a2b3a06a428b0fc6873ea38d6407850" 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..f8bd424 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.4", features = ["net"] } [dev-dependencies] futures = "0.3.21" futures-util = "0.3.21" -tokio = { version = "1.18.2", features = ["full"] } +tokio = { version = "1.18.4", features = ["full"] } tokio-tower = "0.6.0" slab = "0.4.6" tower = { version = "0.4.12", features = ["full"] }