From e7651255f3819ca187576f9066aad59bc31642c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:02:27 +0000 Subject: [PATCH] Bump libc from 0.2.174 to 0.2.182 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.174 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.174...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] --- 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..d583c6e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -223,9 +223,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.174" +version = "0.2.182" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776" +checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" [[package]] name = "libsystemd-sys" diff --git a/libsystemd-sys/Cargo.toml b/libsystemd-sys/Cargo.toml index f3836a5..d2278f0 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.182" [build-dependencies] pkg-config = "0.3.18"