From 2a45009078a6ee7be7a4cb5d791c9627f91fe118 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 6 Jan 2023 21:51:49 +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 | 25 ++++++++++++------------- support/node-health-check/Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 3276bd77..8acfce3e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2365,7 +2365,7 @@ dependencies = [ "http 0.2.6", "indexmap", "slab", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-util 0.6.9", "tracing", ] @@ -2681,7 +2681,7 @@ dependencies = [ "itoa 1.0.1", "pin-project-lite 0.2.8", "socket2 0.4.4", - "tokio 1.20.1", + "tokio 1.20.3", "tower-service", "tracing", "want 0.3.0", @@ -2714,7 +2714,7 @@ dependencies = [ "bytes 1.1.0", "hyper 0.14.17", "native-tls", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-native-tls", ] @@ -4207,7 +4207,7 @@ dependencies = [ "reqwest", "serde", "structopt", - "tokio 1.20.1", + "tokio 1.20.3", "warp", ] @@ -5601,7 +5601,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-native-tls", "url 2.2.2", "wasm-bindgen", @@ -8156,9 +8156,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.1.0", @@ -8166,7 +8166,6 @@ dependencies = [ "memchr", "mio 0.8.4", "num_cpus", - "once_cell", "pin-project-lite 0.2.8", "socket2 0.4.4", "tokio-macros", @@ -8268,7 +8267,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -8319,7 +8318,7 @@ checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3" dependencies = [ "futures-core", "pin-project-lite 0.2.8", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -8384,7 +8383,7 @@ dependencies = [ "futures-util", "log", "pin-project 1.0.10", - "tokio 1.20.1", + "tokio 1.20.3", "tungstenite", ] @@ -8446,7 +8445,7 @@ dependencies = [ "futures-sink", "log", "pin-project-lite 0.2.8", - "tokio 1.20.1", + "tokio 1.20.3", ] [[package]] @@ -8902,7 +8901,7 @@ dependencies = [ "serde", "serde_json", "serde_urlencoded", - "tokio 1.20.1", + "tokio 1.20.3", "tokio-stream", "tokio-tungstenite", "tokio-util 0.6.9", diff --git a/support/node-health-check/Cargo.toml b/support/node-health-check/Cargo.toml index d54532d6..a19e61cb 100644 --- a/support/node-health-check/Cargo.toml +++ b/support/node-health-check/Cargo.toml @@ -11,5 +11,5 @@ anyhow = "1.0.44" reqwest = { version = "0.11.4", features = ["json"] } serde = { version = "1.0.130", features = ["derive"] } structopt = "0.3.23" -tokio = { version = "1.12", features = ["macros", "time", "rt-multi-thread"]} +tokio = { version = "1.20", features = ["macros", "time", "rt-multi-thread"]} warp = "0.3.1"