From 86cb4372943260e41eec21cbf766e90ed1697c5e Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Fri, 19 Dec 2025 16:19:15 +0100 Subject: [PATCH] Update Rust crate tokio-rustls to 0.26 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7e990a9..bf8e6af 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,6 +12,6 @@ tokio = { version = "1.48", features = ["rt-multi-thread", "macros", "net", "syn tokio-tungstenite = "0.23" futures-util = "0.3" ctrlc = "3" -tokio-rustls = "0.25" +tokio-rustls = "0.26" rustls-pemfile = "2" libsystemd = "0.7"