From 31a8a62751f84b8d75c4c1092207ba7faa71ff0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:35:36 +0000 Subject: [PATCH] chore: Bump tokio from 1.47.0 to 1.47.1 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.47.0 to 1.47.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.47.0...tokio-1.47.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 9da3682..9410bc1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2579,9 +2579,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.47.0" +version = "1.47.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "43864ed400b6043a4757a25c7a64a8efde741aed79a056a2fb348a406701bb35" +checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 60ebd84..0b2f140 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,7 +32,7 @@ testcontainers = { version = "0.25.0", features = [ "http_wait", ], optional = true } thiserror = "2.0.12" -tokio = { version = "1.47.0", features = ["io-util"] } +tokio = { version = "1.47.1", features = ["io-util"] } tokio-util = { version = "0.7.15", features = ["io"] } tokio-stream = { version = "0.1.17", features = ["io-util"] } typed-builder = "0.21.0" @@ -40,7 +40,7 @@ url = "2.5.4" [dev-dependencies] testcontainers = { version = "0.25.0", features = ["http_wait"] } -tokio = { version = "1.47.0", features = ["full"] } +tokio = { version = "1.47.1", features = ["full"] } tokio-test = "0.4.4" # This is metadata required for working docs on docs.rs