From 4002ef0458ac2f28a25d7321409732c702c52bac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 11 Oct 2023 23:29:46 +0000 Subject: [PATCH] chore(deps): Bump libc from 0.2.148 to 0.2.149 (#18800) Bumps [libc](https://github.com/rust-lang/libc) from 0.2.148 to 0.2.149. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.148...0.2.149) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"