From 85b52c5f88064871aa0334f2c7fab2ca1eff7413 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 10:02:36 +0000 Subject: [PATCH] Bump libc from 0.2.174 to 0.2.181 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.174 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.174...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] --- Cargo.lock | 4 ++-- libsystemd-sys/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4d121a3..7bd2245 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.174" +version = "0.2.181" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5" [[package]] name = "libsystemd-sys" diff --git a/libsystemd-sys/Cargo.toml b/libsystemd-sys/Cargo.toml index f3836a5..143f055 100644 --- a/libsystemd-sys/Cargo.toml +++ b/libsystemd-sys/Cargo.toml @@ -19,7 +19,7 @@ systemd_v245 = [] [dependencies] cfg-if = "1.0.0" -libc = "0.2.76" +libc = "0.2.181" [build-dependencies] pkg-config = "0.3.18"