From 8645cd9eec4eb59f65dced7c8e9f37b3dcc03a5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 17:18:04 +0000 Subject: [PATCH] chore(deps): Bump libc from 0.2.154 to 0.2.155 (#20523) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.154 to 0.2.155. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.154...0.2.155) --- 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 660dfd1020d04..fca6f1a8e61fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4971,9 +4971,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.154" +version = "0.2.155" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346" +checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index 7ab44bbb271a4..fc67811d803ae 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -378,7 +378,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.154" +libc = "0.2.155" similar-asserts = "1.5.0" proptest.workspace = true quickcheck = "1.0.3"