From c1912717e4b3d0c6f6e6d8327cba900b180fa47e Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Fri, 10 Oct 2025 00:39:58 +0000 Subject: [PATCH] Update Rust crate libc to 0.2.177 --- central_backend/Cargo.lock | 4 ++-- central_backend/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/central_backend/Cargo.lock b/central_backend/Cargo.lock index d68a6fc..4b155ab 100644 --- a/central_backend/Cargo.lock +++ b/central_backend/Cargo.lock @@ -1888,9 +1888,9 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" [[package]] name = "libc" -version = "0.2.176" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libredox" diff --git a/central_backend/Cargo.toml b/central_backend/Cargo.toml index ddbc135..ab3cad1 100644 --- a/central_backend/Cargo.toml +++ b/central_backend/Cargo.toml @@ -13,7 +13,7 @@ anyhow = "1.0.100" thiserror = "2.0.17" openssl = { version = "0.10.73" } openssl-sys = "0.9.109" -libc = "0.2.176" +libc = "0.2.177" foreign-types-shared = "0.1.1" asn1 = "0.22.0" actix-web = { version = "4.11.0", features = ["openssl"] }