diff --git a/Cargo.lock b/Cargo.lock index 92e8214640236..1e2011c4f8cf7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4839,9 +4839,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.147" +version = "0.2.148" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" +checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index ed6d914693965..7144b8847b5f2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -360,7 +360,7 @@ azure_storage = { version = "0.15", default-features = false } base64 = "0.21.4" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } itertools = { version = "0.11.0", default-features = false, features = ["use_alloc"] } -libc = "0.2.147" +libc = "0.2.148" similar-asserts = "1.5.0" proptest = "1.2" quickcheck = "1.0.3"