From bcd1d6725a48b460f41e7d788bd7b3d325debcd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Dec 2021 16:06:38 +0100 Subject: [PATCH] Bump reqwest from 0.11.6 to 0.11.7 (#415) Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.6 to 0.11.7. - [Release notes](https://github.com/seanmonstar/reqwest/releases) - [Changelog](https://github.com/seanmonstar/reqwest/blob/master/CHANGELOG.md) - [Commits](https://github.com/seanmonstar/reqwest/compare/v0.11.6...v0.11.7) --- updated-dependencies: - dependency-name: reqwest 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 ++-- examples/builder/Cargo.toml | 2 +- examples/collect_links/Cargo.toml | 2 +- lychee-bin/Cargo.toml | 2 +- lychee-lib/Cargo.toml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8a14d6eed5..41ff10a8c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2224,9 +2224,9 @@ dependencies = [ [[package]] name = "reqwest" -version = "0.11.6" +version = "0.11.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66d2927ca2f685faf0fc620ac4834690d29e7abb153add10f5812eef20b5e280" +checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5" dependencies = [ "async-compression", "base64 0.13.0", diff --git a/examples/builder/Cargo.toml b/examples/builder/Cargo.toml index 6ede775483..e6c836ca13 100644 --- a/examples/builder/Cargo.toml +++ b/examples/builder/Cargo.toml @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" } tokio = { version = "1.14.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" -reqwest = { version = "0.11.6", features = ["gzip"] } \ No newline at end of file +reqwest = { version = "0.11.7", features = ["gzip"] } \ No newline at end of file diff --git a/examples/collect_links/Cargo.toml b/examples/collect_links/Cargo.toml index 5f0db5f4b8..9dd99c8787 100644 --- a/examples/collect_links/Cargo.toml +++ b/examples/collect_links/Cargo.toml @@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" } tokio = { version = "1.14.0", features = ["full"] } regex = "1.4.6" http = "0.2.5" -reqwest = { version = "0.11.6", features = ["gzip"] } \ No newline at end of file +reqwest = { version = "0.11.7", features = ["gzip"] } \ No newline at end of file diff --git a/lychee-bin/Cargo.toml b/lychee-bin/Cargo.toml index 21038a2db7..ea422501f3 100644 --- a/lychee-bin/Cargo.toml +++ b/lychee-bin/Cargo.toml @@ -27,7 +27,7 @@ lazy_static = "1.4.0" openssl-sys = "0.9.71" pad = "0.1.6" regex = "1.4.6" -reqwest = { version = "0.11.6", features = ["gzip"] } +reqwest = { version = "0.11.7", features = ["gzip"] } # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build diff --git a/lychee-lib/Cargo.toml b/lychee-lib/Cargo.toml index 3ad704a175..0e3593faa8 100644 --- a/lychee-lib/Cargo.toml +++ b/lychee-lib/Cargo.toml @@ -29,7 +29,7 @@ markup5ever_rcdom = "0.1.0" openssl-sys = "0.9.71" pulldown-cmark = "0.8.0" regex = "1.4.6" -reqwest = { version = "0.11.6", features = ["gzip"] } +reqwest = { version = "0.11.7", features = ["gzip"] } # Make build work on Apple Silicon. # See https://github.com/briansmith/ring/issues/1163 # This is necessary for the homebrew build