From 420747af171432377168d15c3689d81850ed0c9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Apr 2023 21:45:50 +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 f30b712..a412610 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -117,7 +117,7 @@ dependencies = [ "blocking", "futures-lite", "once_cell", - "tokio 1.25.0", + "tokio 1.26.0", ] [[package]] @@ -418,7 +418,7 @@ dependencies = [ "futures-core", "memchr", "pin-project-lite 0.2.9", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", ] @@ -480,7 +480,7 @@ dependencies = [ "serde_ignored", "serde_json", "swagger", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-openssl 0.6.3", "url", ] @@ -513,7 +513,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", @@ -1146,7 +1146,7 @@ dependencies = [ "http", "indexmap", "slab", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", "tracing", ] @@ -1251,7 +1251,7 @@ dependencies = [ "itoa", "pin-project-lite 0.2.9", "socket2", - "tokio 1.25.0", + "tokio 1.26.0", "tower-service", "tracing", "want", @@ -1287,7 +1287,7 @@ dependencies = [ "openssl", "openssl-sys", "parking_lot", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-openssl 0.6.3", "tower-layer", ] @@ -1301,7 +1301,7 @@ dependencies = [ "bytes 1.4.0", "hyper", "native-tls", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-native-tls", ] @@ -1969,7 +1969,7 @@ dependencies = [ "pin-project-lite 0.2.9", "ryu", "sha1_smol", - "tokio 1.25.0", + "tokio 1.26.0", "tokio-util", "url", ] @@ -2526,9 +2526,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", @@ -2541,7 +2541,7 @@ dependencies = [ "signal-hook-registry", "socket2", "tokio-macros", - "windows-sys 0.42.0", + "windows-sys 0.45.0", ] [[package]] @@ -2562,7 +2562,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]] @@ -2584,7 +2584,7 @@ dependencies = [ "futures-util", "openssl", "openssl-sys", - "tokio 1.25.0", + "tokio 1.26.0", ] [[package]] @@ -2597,7 +2597,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 a322d92..91e84dc 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 c739e05..3a02fcc 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]