diff --git a/Cargo.lock b/Cargo.lock index dfa024138b080..2a6c9f02ee706 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 76f0207e20cc9..8836e476113f4 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"