From ab34daf9c83ceef1c86ae49dcb1cca4c59696dfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Sep 2021 04:16:08 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.94 to 0.2.102 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.94 to 0.2.102. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.94...0.2.102) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8b5195c1b5f33..1d3dc39ba18d0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3390,9 +3390,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.102" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "a2a5ac8f984bfcf3a823267e5fde638acc3325f6496633a5da6bb6eb2171e103" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index 9a44e99cf689a..39deb2bea1ac9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -282,7 +282,7 @@ assert_cmd = "1.0.3" base64 = "0.13.0" criterion = { version = "0.3.4", features = ["html_reports"] } httpmock = { version = "0.5.8", default-features = false } -libc = "0.2.94" +libc = "0.2.102" libz-sys = "1.1.3" matches = "0.1.8" pretty_assertions = "0.7.2"