diff --git a/Cargo.lock b/Cargo.lock index 8bd0456d142bc..2c6170acd7491 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5232,9 +5232,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.159" +version = "0.2.160" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5" +checksum = "f0b21006cd1874ae9e650973c565615676dc4a274c965bb0a73796dac838ce4f" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index a40cc52f58bdd..a1d2578bddeb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -394,7 +394,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.159" +libc = "0.2.160" similar-asserts = "1.6.0" proptest.workspace = true quickcheck = "1.0.3"