mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-17 10:11:07 +00:00
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:
parent
f2a517c71d
commit
807ce3765e
5 changed files with 6 additions and 6 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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"] }
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue