From dd9608a40da7758ab06f1a298093130abfc72418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Apr 2023 17:55:24 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.140 to 0.2.141 (#17104) Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 64b51bf86cce3..c128248471ca3 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"