From c579a8f60f84d1e3097fe0369cd36af3019ddd54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:29:09 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.158 to 0.2.161 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.158 to 0.2.161. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.161/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.158...0.2.161) --- 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 641514bc4d..49f639e346 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1524,9 +1524,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.158" +version = "0.2.161" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" +checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" [[package]] name = "libdnf-sys" diff --git a/Cargo.toml b/Cargo.toml index e29d3bf898..cec751b3e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ futures = "0.3.31" indoc = "2.0.5" indicatif = "0.17.8" is-terminal = "0.4" -libc = "0.2.155" +libc = "0.2.161" libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" } maplit = "1.0" nix = { version = "0.29.0", features = ["fs", "mount", "signal", "user"] }