From 0f3079de7c8c2aed7337d9999136e9032df6d94b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Dec 2021 04:23:14 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.103 to 0.2.112 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.103 to 0.2.112. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.103...0.2.112) --- updated-dependencies: - dependency-name: libc dependency-type: direct:production update-type: version-update:semver-patch ... 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 f5e48c7b49abd..42838757ac4a4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3342,9 +3342,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.103" +version = "0.2.112" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" +checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" [[package]] name = "libflate" @@ -7299,7 +7299,7 @@ version = "1.6.1" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1f559b464de2e2bdabcac6a210d12e9b5a5973c251e102c44c585c71d51bd78e" dependencies = [ - "cfg-if 0.1.10", + "cfg-if 1.0.0", "static_assertions", ] diff --git a/Cargo.toml b/Cargo.toml index 66e7c9195fbdb..17b1ad3cfcdd0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -310,7 +310,7 @@ approx = "0.5.0" assert_cmd = "2.0.1" base64 = "0.13.0" criterion = { version = "0.3.5", features = ["html_reports", "async_tokio"] } -libc = "0.2.103" +libc = "0.2.112" libz-sys = "1.1.3" matches = "0.1.9" pretty_assertions = "1.0.0"