From 9bf15f28b80087781da096812928215b475a82f5 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:53:03 +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 db3daa7..01f62b5 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"] }