mirror of
https://github.com/Hopiu/lychee.git
synced 2026-03-17 05:00:26 +00:00
Bump reqwest from 0.11.15 to 0.11.16
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.15 to 0.11.16. - [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.15...v0.11.16) --- 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
994b2852cd
commit
d9da851165
5 changed files with 7 additions and 7 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -2844,9 +2844,9 @@ checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.15"
|
||||
version = "0.11.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "0ba30cc2c0cd02af1222ed216ba659cdb2f879dfe3181852fe7c50b1d0005949"
|
||||
checksum = "27b71749df584b7f4cac2c426c127a7c785a5106cc98f7a8feb044115f0fa254"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64 0.21.0",
|
||||
|
|
@ -3270,7 +3270,7 @@ dependencies = [
|
|||
"proc-macro2",
|
||||
"quote",
|
||||
"rustversion",
|
||||
"syn",
|
||||
"syn 1.0.107",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.11.1" }
|
|||
tokio = { version = "1.26.0", features = ["full"] }
|
||||
regex = "1.7.3"
|
||||
http = "0.2.9"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.16", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ tokio = { version = "1.26.0", features = ["full"] }
|
|||
regex = "1.7.3"
|
||||
http = "0.2.9"
|
||||
tokio-stream = "0.1.12"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.16", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ indicatif = "0.17.3"
|
|||
openssl-sys = "0.9.83"
|
||||
pad = "0.1.6"
|
||||
regex = "1.7.3"
|
||||
reqwest = { version = "0.11.15", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.16", 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.3"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
# https://github.com/seanmonstar/reqwest/issues/296
|
||||
reqwest = { version = "0.11.15", features = ["gzip", "trust-dns"] }
|
||||
reqwest = { version = "0.11.16", 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