From c3068b25797fcf933fe4db52b0a66657ad60582d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 19:48:28 +0000 Subject: [PATCH] Bump tokio from 1.48.0 to 1.50.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.48.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.48.0...tokio-1.50.0) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.50.0 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 81ff93d..35b1324 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1598,9 +1598,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.48.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index 833b87e..b147700 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ redis = { version = "0.32.6", default-features = false, features = ["connection- schemars = { version = "0.8.16", features = ["uuid1"] } serde = { version = "1.0.219", features = ["derive"] } serde_json = "1.0.145" -tokio = { version = "1.48.0", features = ["full"] } +tokio = { version = "1.50.0", features = ["full"] } tower = "0.5.1" tower-http = { version = "0.6.6", features = ["cors"] } tracing = { version = "0.1", features = ["log"] }