From fd25e71cf84c05e7c3140fc40ea45b7a7db60cd3 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 20 Oct 2025 00:40:59 +0000 Subject: [PATCH] Update Rust crate openssl-sys to 0.9.110 --- 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 02b2ce5..0c966c2 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.49", features = ["derive", "env"] } anyhow = "1.0.100" thiserror = "2.0.17" openssl = { version = "0.10.74" } -openssl-sys = "0.9.109" +openssl-sys = "0.9.110" libc = "0.2.177" foreign-types-shared = "0.1.1" asn1 = "0.22.0"