From 5945fa96b6aacb38ee1e546177f9fd1d3f0e6eaa Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sun, 30 Mar 2025 02:23:34 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.171 --- 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 01f0915..76a38c3 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.97" thiserror = "2.0.3" openssl = { version = "0.10.66" } openssl-sys = "0.9.102" -libc = "0.2.159" +libc = "0.2.171" foreign-types-shared = "0.1.1" asn1 = "0.21" actix-web = { version = "4.10.2", features = ["openssl"] }