From 57050e441507d9f8c6a9ea016416058828eff7db Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2026 10:58:07 +0000 Subject: [PATCH] fix(deps): update rust crate tokio to 1.50.0 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f8c7ee4..68bcc0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2155,9 +2155,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 685dbe2..5e94561 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ log = "0.4.29" serde = { version = "1.0.228", features = ["derive"] } serde_json = "1.0.149" thiserror = "2.0.18" -tokio = { version = "1.49.0", features = ["macros", "rt-multi-thread", "process"] } +tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "process"] } toml = "1.0.6" # dev-dependencies