From a59b6c67bfc368a5d74359466c7bbd69b74f546c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:49:44 +0000 Subject: [PATCH] Bump tokio from 1.20.1 to 1.20.3 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.20.1 to 1.20.3. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.20.1...tokio-1.20.3) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.lock | 27 +++++++++++++-------------- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 24007ab..43f3d95 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -15,7 +15,7 @@ dependencies = [ "log", "memchr", "pin-project-lite 0.2.9", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-util 0.7.3", ] @@ -112,7 +112,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000" dependencies = [ "futures-core", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -129,7 +129,7 @@ dependencies = [ "mio 0.8.4", "num_cpus", "socket2 0.4.4", - "tokio 1.20.1", + "tokio 1.20.3", "tracing", ] @@ -422,7 +422,7 @@ dependencies = [ "futures-core", "memchr", "pin-project-lite 0.2.9", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-util 0.7.3", ] @@ -487,7 +487,7 @@ dependencies = [ "deadpool-runtime", "num_cpus", "retain_mut", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -506,7 +506,7 @@ version = "0.1.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "eaa37046cc0f6c3cc6090fbdbf73ef0b8ef4cfcc37f6befc0020f63e8cf121e1" dependencies = [ - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -747,7 +747,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-util 0.7.3", "tracing", ] @@ -1098,7 +1098,7 @@ dependencies = [ "socket2 0.3.19", "structopt", "tempfile", - "tokio 1.20.1", + "tokio 1.20.3", "toml", ] @@ -1322,7 +1322,7 @@ dependencies = [ "percent-encoding", "pin-project-lite 0.2.9", "sha1 0.6.1", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-util 0.6.10", "url", ] @@ -1656,9 +1656,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.20.1" +version = "1.20.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7a8325f63a7d4774dd041e363b2409ed1c5cbbd0f867795e661df066b2b0a581" +checksum = "664cf6576f16c0ad68184998f3c2d4be9903ede6b291a5b5cfc97d29e0057283" dependencies = [ "autocfg", "bytes 1.2.0", @@ -1666,7 +1666,6 @@ dependencies = [ "memchr", "mio 0.8.4", "num_cpus", - "once_cell", "parking_lot 0.12.1", "pin-project-lite 0.2.9", "signal-hook-registry", @@ -1697,7 +1696,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.2.9", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -1710,7 +1709,7 @@ dependencies = [ "futures-core", "futures-sink", "pin-project-lite 0.2.9", - "tokio 1.20.1", + "tokio 1.20.3", "tracing", ]