From 42df690267a43f53859f93a92fd7dcba9949fc7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 04:35:29 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.94 to 0.2.104 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.94 to 0.2.104. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.94...0.2.104) --- 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..62d48eb09592d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3390,9 +3390,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.94" +version = "0.2.104" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" +checksum = "7b2f96d100e1cf1929e7719b7edb3b90ab5298072638fccd77be9ce942ecdfce" [[package]] name = "libflate" diff --git a/Cargo.toml b/Cargo.toml index 9a44e99cf689a..611c378d6ce96 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.104" libz-sys = "1.1.3" matches = "0.1.8" pretty_assertions = "0.7.2"