From 7394030f5bfcf99fb6b34c812f6b45217d85a4a1 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 00:36:35 +0000 Subject: [PATCH] Update Rust crate tokio to 1.44.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80c5910..0877d28 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" log = "0.4.27" env_logger = "0.11.7" clap = { version = "4.5.34", features = ["env", "derive"] } -tokio = { version = "1.43.0", features = ["full"] } +tokio = { version = "1.44.1", features = ["full"] } tokio-rustls = { version = "0.26.1", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.11.0" webpki-roots = "0.26.8"