From f3f321ef757eddc30a9fd32a0038262d6300028c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:52:12 +0000 Subject: [PATCH] chore: bump libc from 0.2.161 to 0.2.162 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.161 to 0.2.162. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.162/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.161...0.2.162) --- updated-dependencies: - dependency-name: libc 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 4eadd2f..e9de8db 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -281,9 +281,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.162" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398" [[package]] name = "lock_api" diff --git a/Cargo.toml b/Cargo.toml index c96ad60..33f0f77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ strip = true # Strip symbols from the binary anyhow = "1.0.93" byteorder = "1.5.0" expanduser = "1.2.2" -libc = "0.2.161" +libc = "0.2.162" nix = { version = "0.29.0", features = ["signal"] } rust-ini = "0.21.1" sd-listen-fds = "0.2.0"