From f603be59ea841399c33fb09b1737b61e03ca015a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 18:12:22 +0000 Subject: [PATCH] Bump tokio from 1.42.0 to 1.43.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.42.0 to 1.43.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.42.0...tokio-1.43.0) --- updated-dependencies: - dependency-name: tokio dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 61efe8d..34357f4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1879,9 +1879,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.42.0" +version = "1.43.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" +checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 1b33c32..8aea609 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ azure_storage_blobs = {version="0.21", optional=true} indicatif = {version="0.17", optional=true} native-tls = {version="0.2", features=["vendored"], optional=true} reqwest = {version="0.12", optional=true} -tokio = {version="1.42", default-features=false, optional=true, features=["fs", "rt-multi-thread"]} +tokio = {version="1.43", default-features=false, optional=true, features=["fs", "rt-multi-thread"]} tokio-util = {version="0.7", features=["codec"], optional=true} url = {version="2.5", optional=true}