From c5acb17f9854f2c2b99fc5fc7cf98abfa7e68a07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 06:54:54 +0000 Subject: [PATCH] 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 ++-- reduct_base/Cargo.toml | 2 +- reductstore/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1d36ccf2b..497c85749 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2704,9 +2704,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/reduct_base/Cargo.toml b/reduct_base/Cargo.toml index 228b8b6d5..49b79aef4 100644 --- a/reduct_base/Cargo.toml +++ b/reduct_base/Cargo.toml @@ -34,7 +34,7 @@ url = "2.5.4" http = "1.2.0" bytes = "1.10.0" async-trait = { version = "0.1.87" , optional = true } -tokio = { version = "1.47.0", optional = true, features = ["default", "rt", "time"] } +tokio = { version = "1.47.1", optional = true, features = ["default", "rt", "time"] } log = "0.4.0" thread-id = "5.0.0" futures = "0.3.31" diff --git a/reductstore/Cargo.toml b/reductstore/Cargo.toml index 779a86833..8a43ff1b7 100644 --- a/reductstore/Cargo.toml +++ b/reductstore/Cargo.toml @@ -43,7 +43,7 @@ regex = "1.11.1" bytes = "1.10.1" axum = { version = "0.8.4", features = ["default", "macros"] } axum-extra = { version = "0.10.0", features = ["default", "typed-header"] } -tokio = { version = "1.47.0", features = ["full"] } +tokio = { version = "1.47.1", features = ["full"] } hyper = { version = "1.6.0", features = ["full"] } futures-util = "0.3.31" axum-server = { version = "0.7.1", features = ["tls-rustls"] }