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"] }