From b94f4584648ccd142e20d39bb310351ea06bff6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Dec 2021 04:16:56 +0000 Subject: [PATCH] chore(deps): bump libc from 0.2.103 to 0.2.110 Bumps [libc](https://github.com/rust-lang/libc) from 0.2.103 to 0.2.110. - [Release notes](https://github.com/rust-lang/libc/releases) - [Commits](https://github.com/rust-lang/libc/compare/0.2.103...0.2.110) --- 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..3b21579e13c11 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3342,9 +3342,9 @@ dependencies = [ [[package]] name = "libc" -version = "0.2.103" +version = "0.2.110" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dd8f7255a17a627354f321ef0055d63b898c6fb27eff628af4d1b66b7331edf6" +checksum = "b58a4469763e4e3a906c4ed786e1c70512d16aa88f84dded826da42640fc6a1c" [[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..18819b5abc699 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.110" libz-sys = "1.1.3" matches = "0.1.9" pretty_assertions = "1.0.0"