From 7beac00f080df1720f7a20a162f5598ec249ae98 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Oct 2025 15:39:21 +0000 Subject: [PATCH] fix(deps): update rust crate libc to v0.2.177 --- src/Cargo.lock | 4 ++-- src/Cargo.toml | 2 +- src/qos_system/Cargo.lock | 6 +++--- src/qos_system/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/Cargo.lock b/src/Cargo.lock index d2bc489b7..c664004e1 100644 --- a/src/Cargo.lock +++ b/src/Cargo.lock @@ -1406,9 +1406,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.172" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "libloading" diff --git a/src/Cargo.toml b/src/Cargo.toml index 526d8cb59..373f408ee 100644 --- a/src/Cargo.toml +++ b/src/Cargo.toml @@ -56,7 +56,7 @@ hkdf = { version = "0.12", default-features = false } hmac = { version = "0.12", default-features = false } httparse = { version = "1.9.4", default-features = false } lazy_static = "1.4" -libc = "=0.2.172" +libc = "=0.2.177" nix = { version = "0.29.0", features = ["socket"], default-features = false } p256 = { version = "0.13.2", default-features = false } p384 = { version = "0.13", features = ["ecdsa", "std"], default-features = false } diff --git a/src/qos_system/Cargo.lock b/src/qos_system/Cargo.lock index d378151c9..ade335fb6 100644 --- a/src/qos_system/Cargo.lock +++ b/src/qos_system/Cargo.lock @@ -1,12 +1,12 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. -version = 3 +version = 4 [[package]] name = "libc" -version = "0.2.172" +version = "0.2.177" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa" +checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" [[package]] name = "qos_system" diff --git a/src/qos_system/Cargo.toml b/src/qos_system/Cargo.toml index 578570c69..6cf95f4c7 100644 --- a/src/qos_system/Cargo.toml +++ b/src/qos_system/Cargo.toml @@ -8,4 +8,4 @@ publish = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -libc = "=0.2.172" +libc = "=0.2.177"