Bump reqwest from 0.11.7 to 0.11.8 (#432)

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.7 to 0.11.8.
- [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.7...v0.11.8)

---
updated-dependencies:
- dependency-name: reqwest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot] 2021-12-21 16:28:22 +01:00 committed by GitHub
parent 9f8e496a8d
commit 147fa8de87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

4
Cargo.lock generated
View file

@ -2598,9 +2598,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.7"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bea77bc708afa10e59905c3d4af7c8fd43c9214251673095ff8b14345fcbc5"
checksum = "7c4e0a76dc12a116108933f6301b95e83634e0c47b0afbed6abbaa0601e99258"
dependencies = [
"async-compression",
"base64 0.13.0",

View file

@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.8.1" }
tokio = { version = "1.15.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
reqwest = { version = "0.11.7", features = ["gzip"] }
reqwest = { version = "0.11.8", features = ["gzip"] }

View file

@ -13,4 +13,4 @@ tokio = { version = "1.15.0", features = ["full"] }
regex = "1.4.6"
http = "0.2.5"
tokio-stream = "0.1.7"
reqwest = { version = "0.11.7", features = ["gzip"] }
reqwest = { version = "0.11.8", features = ["gzip"] }

View file

@ -27,7 +27,7 @@ lazy_static = "1.4.0"
openssl-sys = "0.9.72"
pad = "0.1.6"
regex = "1.4.6"
reqwest = { version = "0.11.7", features = ["gzip"] }
reqwest = { version = "0.11.8", features = ["gzip"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163
# This is necessary for the homebrew build

View file

@ -27,7 +27,7 @@ linkify = "0.8.0"
openssl-sys = "0.9.72"
pulldown-cmark = "0.8.0"
regex = "1.4.6"
reqwest = { version = "0.11.7", features = ["gzip"] }
reqwest = { version = "0.11.8", features = ["gzip"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163
# This is necessary for the homebrew build