From 0e8cd232867ddd32e0e49d2507bd858f86246cc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2026 05:27:05 +0000 Subject: [PATCH] build(deps): 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 cd7c105d..68f37740 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -959,9 +959,9 @@ checksum = "8d2d250f87fb3fb6f225c907cf54381509f47b40b74b1d1f12d2dccbc915bdfe" [[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 6854a666..4eba51b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -75,7 +75,7 @@ bytes = { version = "1.11" } crossterm = { version = "0.29", features = ["event-stream"] } futures = { version = "0.3" } futures-util = { version = "0.3", features = ["io"] } -tokio = { version = "1.49", features = ["full"] } +tokio = { version = "1.50", features = ["full"] } tokio-serial = { version = "5.4" } tokio-stream = { version = "0.1" } tokio-util = { version = "0.7", features = ["codec", "io"] }