From 8dddbc4dd523e2025892b1580c9c80de3d670b74 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 07:47:08 +0000 Subject: [PATCH] Update Rust crate openssl to 0.10.79 [SECURITY] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3e390c98e..33a51d62b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -120,7 +120,7 @@ tokio-tungstenite = { version = "0.21.0", optional = true, features = [ "native-tls", ] } tungstenite = { version = "0.21.0", optional = true } -openssl = { version = "0.10.73", optional = true } +openssl = { version = "0.10.79", optional = true } wasm-bindgen-futures = { optional = true, version = "0.4.29" } gloo-timers = { optional = true, version = "0.3.0", features = ["futures"] }