From 9776b042b3602754ba0dc5f67ec11247c4efeb86 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Apr 2025 02:07:57 +0000 Subject: [PATCH] Update Rust crate openssl-sys to 0.9.106 --- 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 01f62b5..1988223 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -12,7 +12,7 @@ clap = { version = "4.5.34", features = ["derive", "env"] } anyhow = "1.0.97" thiserror = "2.0.3" openssl = { version = "0.10.66" } -openssl-sys = "0.9.102" +openssl-sys = "0.9.106" libc = "0.2.171" foreign-types-shared = "0.1.1" asn1 = "0.21"