diff --git a/Cargo.lock b/Cargo.lock index 391dab341d479..de8e7d9e2526d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4590,9 +4590,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.140" +version = "0.2.141" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c" +checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5" [[package]] name = "libflate" @@ -5487,7 +5487,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "3e51dcc6bafb7f3ac88b65d2ad21f4b53d878e496712060e23011862ebd2d2d1" dependencies = [ "proc-macro-crate 1.2.1", - "proc-macro2 1.0.55", + "proc-macro2 1.0.56", "quote 1.0.26", "syn 2.0.10", ] diff --git a/Cargo.toml b/Cargo.toml index 68188e5c49928..cbcfd908b5ced 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -349,7 +349,7 @@ azure_storage = { git = "https://github.com/Azure/azure-sdk-for-rust.git", rev = base64 = "0.21.0" criterion = { version = "0.4.0", features = ["html_reports", "async_tokio"] } itertools = { version = "0.10.5", default-features = false } -libc = "0.2.140" +libc = "0.2.141" similar-asserts = "1.4.2" proptest = "1.1" quickcheck = "1.0.3"