diff --git a/Cargo.lock b/Cargo.lock index 3f77e2f945..59522e9285 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 e4a3a56905..d972842982 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"] }