From b3bfc160fedbdb6f0a9890cf9c9532343b75a583 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 13:34:03 +0000 Subject: [PATCH 1/2] Bump libc from 0.2.175 to 0.2.176 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.175 to 0.2.176. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.176/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.175...0.2.176) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.176 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bdcff80..4d8754e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -286,9 +286,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.175" +version = "0.2.176" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543" +checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" [[package]] name = "linux-raw-sys" From a88f424219a76195a5ee66d0cfaa0d53d61292e6 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Fri, 3 Oct 2025 18:02:03 +0100 Subject: [PATCH 2/2] Update libc entry in cargo-vet lockfile --- supply-chain/imports.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/supply-chain/imports.lock b/supply-chain/imports.lock index 3cd0536..c432919 100644 --- a/supply-chain/imports.lock +++ b/supply-chain/imports.lock @@ -23,8 +23,8 @@ user-login = "Ortham" user-name = "Oliver Hamlet" [[publisher.libc]] -version = "0.2.175" -when = "2025-08-11" +version = "0.2.176" +when = "2025-09-23" user-id = 55123 user-login = "rust-lang-owner"