From 79ff0100c659f73192a40e5a456b695dfc6dfc70 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 12 Nov 2025 00:15:53 +0000 Subject: [PATCH] Update Rust crate openssl-sys to 0.9.111 --- central_backend/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index f942a72..8236d50 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.51", features = ["derive", "env"] } anyhow = "1.0.100" thiserror = "2.0.17" openssl = { version = "0.10.75" } -openssl-sys = "0.9.110" +openssl-sys = "0.9.111" libc = "0.2.177" foreign-types-shared = "0.1.1" asn1 = "0.23.0"