From 9930aac5e67b8aae16f81f136d10eb8d95a205f2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 00:11:01 +0000 Subject: [PATCH] Update Rust crate tokio to 1.46.1 --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7d42fdf..add2cfb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -633,9 +633,9 @@ dependencies = [ [[package]] name = "tokio" -version = "1.46.0" +version = "1.46.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1140bb80481756a8cbe10541f37433b459c5aa1e727b4c020fbfebdc25bf3ec4" +checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17" dependencies = [ "backtrace", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 75a7ff5..4d82c0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" log = "0.4.27" env_logger = "0.11.8" clap = { version = "4.5.40", features = ["env", "derive"] } -tokio = { version = "1.46.0", features = ["full"] } +tokio = { version = "1.46.1", features = ["full"] } tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.12.0" webpki-roots = "1.0.1"