From 07ec9815f6473de623a1d24df6b32e89f78cc3bf Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 11 Nov 2025 00:18:47 +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"