From 61c8523b85a97a50f7b24ca835b643be4abc3074 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:09:02 +0000 Subject: [PATCH] Bump libc from 0.2.177 to 0.2.181 in /rust Bumps [libc](https://github.com/rust-lang/libc) from 0.2.177 to 0.2.181. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.181/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.177...0.2.181) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.181 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- rust/Cargo.lock | 4 ++-- rust/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index 811465b..190919c 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -201,9 +201,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.177" +version = "0.2.181" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" [[package]] name = "libloading" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a9d8376..23d40c5 100644 --- a/rust/Cargo.toml +++ b/rust/Cargo.toml @@ -54,7 +54,7 @@ widestring = "1.2.1" tracing = { version = "0.1.41", features = ["attributes"] } [target.'cfg(unix)'.dependencies] -libc = "0.2.177" +libc = "0.2.181" [[example]] name = "domain"