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"