From 2261c10a316d8b370d198f9ccbf8a716c11ba674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 12:10:48 +0000 Subject: [PATCH] Bump tokio from 1.50.0 to 1.52.1 in /scylla-server Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.50.0 to 1.52.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.52.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.52.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scylla-server/Cargo.lock | 12 ++++++------ scylla-server/Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/scylla-server/Cargo.lock b/scylla-server/Cargo.lock index 83eaf087..f6a4d9e1 100644 --- a/scylla-server/Cargo.lock +++ b/scylla-server/Cargo.lock @@ -1432,9 +1432,9 @@ dependencies = [ [[package]] name = "mio" -version = "1.1.1" +version = "1.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" +checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" dependencies = [ "libc", "wasi 0.11.1+wasi-snapshot-preview1", @@ -2619,9 +2619,9 @@ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" [[package]] name = "tokio" -version = "1.50.0" +version = "1.52.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" +checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6" dependencies = [ "bytes", "libc", @@ -2637,9 +2637,9 @@ dependencies = [ [[package]] name = "tokio-macros" -version = "2.6.1" +version = "2.7.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c55a2eff8b69ce66c84f85e1da1c233edc36ceb85a2058d11b0d6a3c7e7569c" +checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" dependencies = [ "proc-macro2", "quote", diff --git a/scylla-server/Cargo.toml b/scylla-server/Cargo.toml index 4ca7df11..d5ac9066 100644 --- a/scylla-server/Cargo.toml +++ b/scylla-server/Cargo.toml @@ -11,7 +11,7 @@ dotenvy = "0.15" serde = "1.0.228" protobuf-codegen = "3.7.1" protobuf = { version = "3.7.1", features = ["with-bytes"] } -tokio = { version = "1.49.0", features = ["full", "tracing"] } +tokio = { version = "1.52.1", features = ["full", "tracing"] } axum = { version = "0.8.8", features = ["multipart", "macros"] } tower = { version = "0.5.2", features = ["timeout"] } tower-http = { version = "0.6.8", features = ["cors", "trace"] }