From 57198c6e3f8cfc59d7256ce41d6d50e17c69e601 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 11:08:37 +0000 Subject: [PATCH] Bump libc from 0.2.177 to 0.2.182 in /rust Bumps [libc](https://github.com/rust-lang/libc) from 0.2.177 to 0.2.182. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.182/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.177...0.2.182) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.182 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..e6840b0 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.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libloading" diff --git a/rust/Cargo.toml b/rust/Cargo.toml index a9d8376..a40ab81 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.182" [[example]] name = "domain"