mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-14 10:20:59 +00:00
Merge pull request #772 from lycheeverse/dependabot/cargo/reqwest-0.11.12
This commit is contained in:
commit
bfa06eb1ed
5 changed files with 7 additions and 7 deletions
6
Cargo.lock
generated
6
Cargo.lock
generated
|
|
@ -2623,9 +2623,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.11"
|
||||
version = "0.11.12"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b75aa69a3f06bbcc66ede33af2af253c6f7a86b1ca0033f60c580a27074fbf92"
|
||||
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64",
|
||||
|
|
@ -2640,10 +2640,10 @@ dependencies = [
|
|||
"hyper-tls",
|
||||
"ipnet",
|
||||
"js-sys",
|
||||
"lazy_static",
|
||||
"log",
|
||||
"mime",
|
||||
"native-tls",
|
||||
"once_cell",
|
||||
"percent-encoding",
|
||||
"pin-project-lite",
|
||||
"serde",
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
|
|||
tokio = { version = "1.21.1", features = ["full"] }
|
||||
regex = "1.6.0"
|
||||
http = "0.2.8"
|
||||
reqwest = { version = "0.11.11", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.12", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -13,4 +13,4 @@ tokio = { version = "1.21.1", features = ["full"] }
|
|||
regex = "1.6.0"
|
||||
http = "0.2.8"
|
||||
tokio-stream = "0.1.10"
|
||||
reqwest = { version = "0.11.11", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.12", features = ["gzip"] }
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@ indicatif = "0.17.1"
|
|||
openssl-sys = "0.9.75"
|
||||
pad = "0.1.6"
|
||||
regex = "1.6.0"
|
||||
reqwest = { version = "0.11.11", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.12", 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.6.0"
|
||||
# Use trust-dns to avoid lookup failures on high concurrency
|
||||
# https://github.com/seanmonstar/reqwest/issues/296
|
||||
reqwest = { version = "0.11.11", features = ["gzip", "trust-dns"] }
|
||||
reqwest = { version = "0.11.12", 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