Bump reqwest from 0.11.14 to 0.11.15

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.14 to 0.11.15.
- [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.14...v0.11.15)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-03-21 12:58:44 +00:00 committed by GitHub
parent f2a517c71d
commit 807ce3765e
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

@ -2852,9 +2852,9 @@ checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "reqwest"
version = "0.11.14"
version = "0.11.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21eed90ec8570952d53b772ecf8f206aa1ec9a3d76b2521c56c42973f2d91ee9"
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
dependencies = [
"async-compression",
"base64 0.21.0",

View file

@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
tokio = { version = "1.26.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.9"
reqwest = { version = "0.11.14", features = ["gzip"] }
reqwest = { version = "0.11.15", features = ["gzip"] }

View file

@ -13,4 +13,4 @@ tokio = { version = "1.26.0", features = ["full"] }
regex = "1.7.1"
http = "0.2.9"
tokio-stream = "0.1.12"
reqwest = { version = "0.11.14", features = ["gzip"] }
reqwest = { version = "0.11.15", features = ["gzip"] }

View file

@ -27,7 +27,7 @@ indicatif = "0.17.3"
openssl-sys = "0.9.82"
pad = "0.1.6"
regex = "1.7.1"
reqwest = { version = "0.11.14", features = ["gzip"] }
reqwest = { version = "0.11.15", 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 @@ pulldown-cmark = "0.9.2"
regex = "1.7.1"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
reqwest = { version = "0.11.14", features = ["gzip", "trust-dns"] }
reqwest = { version = "0.11.15", features = ["gzip", "trust-dns"] }
# Make build work on Apple Silicon.
# See https://github.com/briansmith/ring/issues/1163
# This is necessary for the homebrew build