From a186b6901609ac4c243ac4ad169e70b222e38849 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:22:34 +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 4410445..e168aa8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2024" log = "0.4.26" 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"