From 6e0cd152b85f7cf337efca5716225194be90e97f Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 00:36:37 +0000 Subject: [PATCH] Update Rust crate tokio-rustls to 0.26.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 80c5910..3ed44bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ 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-rustls = { version = "0.26.1", features = ["ring", "tls12"], default-features = false } +tokio-rustls = { version = "0.26.2", features = ["ring", "tls12"], default-features = false } rustls-pki-types = "1.11.0" webpki-roots = "0.26.8" rand = "0.9.0" \ No newline at end of file