diff --git a/Cargo.lock b/Cargo.lock index eae279563..7588f66ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2574,9 +2574,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" [[package]] name = "libc" -version = "0.2.157" +version = "0.2.158" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "374af5f94e54fa97cf75e945cce8a6b201e88a1a07e688b47dfd2a59c66dbd86" +checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" [[package]] name = "libdbus-sys" diff --git a/integration/Cargo.toml b/integration/Cargo.toml index 5d9fb97de..54335c0a6 100644 --- a/integration/Cargo.toml +++ b/integration/Cargo.toml @@ -13,7 +13,7 @@ futures = "0.3.30" humantime = "2.1.0" iggy = { path = "../sdk", features = ["iggy-cli"] } keyring = "2.3.3" -libc = "0.2.155" +libc = "0.2.158" predicates = "3.1.0" regex = "1.10.4" serial_test = "3.1.1"