From e41fedff2ecac98541b022a0ef9f4d4504029c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2026 19:51:27 +0000 Subject: [PATCH] Bump tokio from 1.51.1 to 1.52.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.51.1 to 1.52.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.51.1...tokio-1.52.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bde2948..01391b6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -848,9 +848,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.51.1" +version = "1.52.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66bf9585cda4b724d3e78ab34b73fb2bbaba9011b9bfdf69dc836382ea13b8c" +checksum = "a91135f59b1cbf38c91e73cf3386fca9bb77915c45ce2771460c9d92f0f3d776" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 79061cd..5e30488 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ log = { version = "0.4.4", optional = true } rustls-native-certs = { version = "0.8", optional = true } rustls-platform-verifier = { version = "0.7", optional = true } rustls = { version = "0.23", default-features = false } -tokio = "1.0" +tokio = "1.52" tokio-rustls = { version = "0.26", default-features = false } tower-service = "0.3" webpki-roots = { version = "1", optional = true } @@ -41,7 +41,7 @@ cfg-if = "1" http-body-util = "0.1" hyper-util = { version = "0.1", default-features = false, features = ["server-auto"] } rustls = { version = "0.23", default-features = false, features = ["tls12"] } -tokio = { version = "1.0", features = ["io-std", "macros", "net", "rt-multi-thread"] } +tokio = { version = "1.52", features = ["io-std", "macros", "net", "rt-multi-thread"] } [[example]] name = "client"