diff --git a/Cargo.lock b/Cargo.lock index 07f0a845e9e392..e1b8db84c609ba 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4575,9 +4575,9 @@ checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" [[package]] name = "libc" -version = "0.2.144" +version = "0.2.145" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1" +checksum = "fc86cde3ff845662b8f4ef6cb50ea0e20c524eb3d29ae048287e06a1b3fa6a81" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index aed442756ae8bc..43b2bc5d92ea19 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -346,7 +346,7 @@ azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = base64 = "0.21.2" criterion = { version = "0.5.1", features = ["html_reports", "async_tokio"] } itertools = { version = "0.10.5", default-features = false } -libc = "0.2.144" +libc = "0.2.145" similar-asserts = "1.4.2" proptest = "1.2" quickcheck = "1.0.3"