From 5e1583f59772bfc769324126948a41ac3c604fbd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:33:35 +0000 Subject: [PATCH] chore(deps): Bump libc from 0.2.157 to 0.2.158 (#21118) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.157 to 0.2.158. - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.158/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.157...0.2.158) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5119deb6e8c6c2..bde9b774c0566a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5114,9 +5114,9 @@ dependencies = [ [[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 = "libflate" diff --git a/Cargo.toml b/Cargo.toml index a226c6b9e3085f..2286875c8d4f22 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -381,7 +381,7 @@ azure_storage = { version = "0.17", default-features = false } base64 = "0.22.1" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } itertools = { version = "0.13.0", default-features = false, features = ["use_alloc"] } -libc = "0.2.157" +libc = "0.2.158" similar-asserts = "1.5.0" proptest.workspace = true quickcheck = "1.0.3"