From 1c6ce5c426eebb22ea384144c011763f1c298157 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Apr 2025 04:33:40 +0000 Subject: [PATCH] chore(deps): bump tokio from 1.43.0 to 1.44.2 in /bundler Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.43.0 to 1.44.2. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.43.0...tokio-1.44.2) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.44.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- bundler/Cargo.lock | 4 ++-- bundler/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bundler/Cargo.lock b/bundler/Cargo.lock index 710cc88..e99ad60 100644 --- a/bundler/Cargo.lock +++ b/bundler/Cargo.lock @@ -2420,9 +2420,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.43.0" +version = "1.44.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e" +checksum = "e6b88822cbe49de4185e3a4cbf8321dd487cf5fe0c5c65695fef6346371e9c48" dependencies = [ "backtrace", "bytes", diff --git a/bundler/Cargo.toml b/bundler/Cargo.toml index e3e2f8d..d9bb690 100644 --- a/bundler/Cargo.toml +++ b/bundler/Cargo.toml @@ -30,7 +30,7 @@ sqlx = { version = "0.8.3", features = [ ] } tar = { version = "0.4.43" } thiserror = "2.0.11" -tokio = { version = "1.42.0", features = ["macros", "rt-multi-thread"] } +tokio = { version = "1.44.2", features = ["macros", "rt-multi-thread"] } tower = { version = "0.5.2" } tower-http = { version = "0.6.2", features = ["trace"] } tracing = { version = "0.1.41" }