diff --git a/Cargo.lock b/Cargo.lock index 4d83969e7a658..2a5a1de60007d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4872,9 +4872,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.148" +version = "0.2.149" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b" +checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index f12588fa5a3d5..86ce33a0b2009 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -361,7 +361,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.148" +libc = "0.2.149" similar-asserts = "1.5.0" proptest = "1.3" quickcheck = "1.0.3"