From 91052b994219a5b2c5d2b545d6f0a7750c5e88e0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 00:09:08 +0000 Subject: [PATCH] Bump tokio from 1.49.0 to 1.50.0 Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.49.0 to 1.50.0. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.49.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 8950902..969fb9f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1106,9 +1106,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.49.0" +version = "1.50.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" +checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" dependencies = [ "bytes", "libc", diff --git a/Cargo.toml b/Cargo.toml index fde8aa7..2a80782 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -27,7 +27,7 @@ hyper = { version = "1.8", features = ["client", "http1", "server"] hyper-util = { version = "0.1", features = ["server-auto", "tokio"] } sockudo-ws = { version = "1.7" } soketto = { version = "0.8" } -tokio = { version = "1.49", features = ["macros", "rt-multi-thread", "sync"] } +tokio = { version = "1.50", features = ["macros", "rt-multi-thread", "sync"] } tokio-tungstenite = { version = "0.28" } tokio-util = { version = "0.7", features = ["compat"] } tokio-websockets = { version = "0.13", features = ["client", "fastrand", "server", "sha1_smol"] }