From 7add42067fc5dfcbff8401ba37d76446125756ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Jan 2026 10:16:01 +0000 Subject: [PATCH] chore: bump libc from 0.2.179 to 0.2.180 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.179 to 0.2.180. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.180/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.179...0.2.180) --- updated-dependencies: - dependency-name: libc dependency-version: 0.2.180 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 04b29c0..792ffb6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -242,9 +242,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.179" +version = "0.2.180" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" +checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" [[package]] name = "lock_api" diff --git a/Cargo.toml b/Cargo.toml index 8efeb1f..654c6fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ strip = true # Strip symbols from the binary anyhow = "1.0.99" byteorder = "1.5.0" expanduser = "1.2.2" -libc = "0.2.179" +libc = "0.2.180" nix = { version = "0.30.1", features = ["signal"] } rust-ini = "0.21.3" sd-listen-fds = "0.2.0"