From 6656f3d2ebca0be2b3eda292d78c795b35bdaed0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 07:48:01 +0000 Subject: [PATCH] build(deps): bump libc from 0.2.161 to 0.2.169 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.161 to 0.2.169. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.169/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.161...0.2.169) --- 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 618f9d5b14..40cf6f0170 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1515,9 +1515,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.161" +version = "0.2.169" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1" +checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a" [[package]] name = "libdnf-sys" diff --git a/Cargo.toml b/Cargo.toml index f47ffafdb3..a4f33d448a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -65,7 +65,7 @@ futures = "0.3.31" indoc = "2.0.5" indicatif = "0.17.9" is-terminal = "0.4" -libc = "0.2.161" +libc = "0.2.169" libdnf-sys = { path = "rust/libdnf-sys", version = "0.1.0" } maplit = "1.0" nix = { version = "0.29.0", features = ["fs", "mount", "signal", "user"] }