From 101624ffcccb94c35c5a164796154868075b5ae4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 20:45:27 +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 ++-- bins/logview/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a4430aa..862b1a0d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2105,9 +2105,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/bins/logview/Cargo.toml b/bins/logview/Cargo.toml index aa3f587e..04bdadfe 100644 --- a/bins/logview/Cargo.toml +++ b/bins/logview/Cargo.toml @@ -23,7 +23,7 @@ serde = { version = "1.0.228", features = ["derive", "rc"] } serde_yaml = "0.9.34" shell-words = "1.1.1" tempfile = "3.26.0" -tokio = { version = "1.49.0", features = ["io-util", "macros", "process", "rt-multi-thread"] } +tokio = { version = "1.50.0", features = ["io-util", "macros", "process", "rt-multi-thread"] } tokio-stream = "0.1.18" tower-http = { version = "0.6.8", features = ["fs", "set-header", "trace"] }