From dab2ec888e5031603b57a5a84ce15abbbd44e6cc Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 2 Oct 2025 23:16:55 -0400 Subject: [PATCH 1/2] chore(ci): unpin libc --- .github/renovate.json5 | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index ea5efe130e9..3f5933b4f97 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,8 +8,6 @@ ignorePaths: [ '**/tests/**', ], - // For why we ignore, see https://github.com/bytecodealliance/rustix/issues/1496 - ignoreDeps: ['libc'], customManagers: [ { customType: 'regex', From 78d8a5062b419a59065b2302471752cb1ed8c7a8 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Thu, 2 Oct 2025 23:17:26 -0400 Subject: [PATCH 2/2] chore: update to libc@0.2.176 --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1e812c191c6..8d584922c82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2790,9 +2790,9 @@ checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67" [[package]] name = "libc" -version = "0.2.174" +version = "0.2.176" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "libgit2-sys"