From 27060c91feb89bf3c9ef8360ad8666d79f86f13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 06:10:10 +0000 Subject: [PATCH] deps: bump tokio from 1.48.0 to 1.49.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.49.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.49.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.49.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- example9/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8526b71..3c40002 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3188,9 +3188,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.49.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" dependencies = [ "bytes", "libc", diff --git a/example9/Cargo.toml b/example9/Cargo.toml index 9585d7e..a0a97c7 100644 --- a/example9/Cargo.toml +++ b/example9/Cargo.toml @@ -11,7 +11,7 @@ aws-sdk-secretsmanager = "1.94.0" aws-types = "1.3.10" aws-smithy-xml = "^0.60.12" xmlparser = "0.13.3" -tokio = { version = "1.21.2", features = ["full"] } +tokio = { version = "1.49.0", features = ["full"] } serde = { version = "1", features = ["derive"] } serde_json = "1" serde_yaml = "0.9"