From 6bcfbaed02d7d34e3d502466282b8c409ef52dd1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 11:05:12 +0000 Subject: [PATCH] Bump tokio in /s3-uploader/runtimes/rust_on_provided_al2 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] --- s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock index 4cd8b8f59a..90b530c378 100644 --- a/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock +++ b/s3-uploader/runtimes/rust_on_provided_al2/Cargo.lock @@ -552,9 +552,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",