From 40e8e4a6ee05962e413002e955066958e51f93b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 12:42:54 +0200 Subject: [PATCH] Bump libc from 0.2.157 to 0.2.158 (#1173) Bumps libc from 0.2.157 to 0.2.158. --- Cargo.lock | 4 ++-- integration/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8342d64c9..961bfb91d 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 5cd13ceef..af59057fd 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"