From 6f5ed2d5ffea07d865e35e7778c10a4f4aeb0e4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Mar 2023 18:01:42 +0000 Subject: [PATCH] Bump tokio from 1.25.0 to 1.26.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.25.0 to 1.26.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.25.0...tokio-1.26.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 30 +++++++++++++++--------------- connection-api/Cargo.toml | 2 +- coordination-api/Cargo.toml | 2 +- 3 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index caca4a4..117a2a6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -105,7 +105,7 @@ dependencies = [ "blocking", "futures-lite", "once_cell", - "tokio 1.25.0", + "tokio 1.26.0", ] [[package]] @@ -406,7 +406,7 @@ dependencies = [ "futures-core", "memchr", "pin-project-lite 0.2.9", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", ] @@ -468,7 +468,7 @@ dependencies = [ "serde_ignored", "serde_json", "swagger", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-openssl 0.6.3", "url", ] @@ -501,7 +501,7 @@ dependencies = [ "serde_ignored", "serde_json", "swagger", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-openssl 0.6.3", "url", "uuid 1.3.0", @@ -1118,7 +1118,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", "tracing", ] @@ -1223,7 +1223,7 @@ dependencies = [ "itoa", "pin-project-lite 0.2.9", "socket2", - "tokio 1.25.0", + "tokio 1.26.0", "tower-service", "tracing", "want", @@ -1259,7 +1259,7 @@ dependencies = [ "openssl", "openssl-sys", "parking_lot", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-openssl 0.6.3", "tower-layer", ] @@ -1273,7 +1273,7 @@ dependencies = [ "bytes 1.4.0", "hyper", "native-tls", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-native-tls", ] @@ -1941,7 +1941,7 @@ dependencies = [ "pin-project-lite 0.2.9", "ryu", "sha1_smol", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", "url", ] @@ -2487,9 +2487,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.25.0" +version = "1.26.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af" +checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64" dependencies = [ "autocfg", "bytes 1.4.0", @@ -2502,7 +2502,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -2523,7 +2523,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" dependencies = [ "native-tls", - "tokio 1.25.0", + "tokio 1.26.0", ] [[package]] @@ -2545,7 +2545,7 @@ dependencies = [ "futures-util", "openssl", "openssl-sys", - "tokio 1.25.0", + "tokio 1.26.0", ] [[package]] @@ -2558,7 +2558,7 @@ dependencies = [ "futures-core", "futures-sink", "pin-project-lite 0.2.9", - "tokio 1.25.0", + "tokio 1.26.0", "tracing", ] diff --git a/connection-api/Cargo.toml b/connection-api/Cargo.toml index d65a9bf..dca16c3 100644 --- a/connection-api/Cargo.toml +++ b/connection-api/Cargo.toml @@ -60,7 +60,7 @@ frunk-enum-core = { version = "0.2.0", optional = true } [dev-dependencies] clap = "4.1" env_logger = "0.10" -tokio = { version = "1.14", features = ["full"] } +tokio = { version = "1.26", features = ["full"] } native-tls = "0.2" [target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies] diff --git a/coordination-api/Cargo.toml b/coordination-api/Cargo.toml index 1ad9371..9ed526b 100644 --- a/coordination-api/Cargo.toml +++ b/coordination-api/Cargo.toml @@ -61,7 +61,7 @@ frunk-enum-core = { version = "0.2.0", optional = true } [dev-dependencies] clap = "4.1" env_logger = "0.10" -tokio = { version = "1.14", features = ["full"] } +tokio = { version = "1.26", features = ["full"] } native-tls = "0.2" [target.'cfg(not(any(target_os = "macos", target_os = "windows", target_os = "ios")))'.dev-dependencies]