Bump reqwest from 0.11.12 to 0.11.13

Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.12 to 0.11.13.
- [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.12...v0.11.13)

---
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] 2022-11-17 12:07:09 +00:00 committed by GitHub
parent 9cf4375f6d
commit 1f8db661d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 79 additions and 11 deletions

82
Cargo.lock generated
View file

@ -270,7 +270,7 @@ dependencies = [
"futures-util",
"pin-utils",
"socket2",
"trust-dns-resolver",
"trust-dns-resolver 0.21.2",
]
[[package]]
@ -543,7 +543,7 @@ dependencies = [
"reqwest",
"serde",
"serde_json",
"trust-dns-proto",
"trust-dns-proto 0.21.2",
]
[[package]]
@ -1120,6 +1120,18 @@ dependencies = [
"syn",
]
[[package]]
name = "enum-as-inner"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9720bba047d567ffc8a3cba48bf19126600e249ab7f128e9233e6376976a116"
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "event-listener"
version = "2.5.3"
@ -2783,9 +2795,9 @@ dependencies = [
[[package]]
name = "reqwest"
version = "0.11.12"
version = "0.11.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
checksum = "68cc60575865c7831548863cc02356512e3f1dc2f3f82cb837d7fc4cc8f3c97c"
dependencies = [
"async-compression",
"base64",
@ -2814,7 +2826,7 @@ dependencies = [
"tokio-socks",
"tokio-util",
"tower-service",
"trust-dns-resolver",
"trust-dns-resolver 0.22.0",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
@ -3457,9 +3469,21 @@ checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
version = "0.1.30"
@ -3493,7 +3517,7 @@ dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner",
"enum-as-inner 0.4.0",
"futures-channel",
"futures-io",
"futures-util",
@ -3509,6 +3533,31 @@ dependencies = [
"url",
]
[[package]]
name = "trust-dns-proto"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7f83d1e4a0e4358ac54c5c3681e5d7da5efc5a7a632c90bb6d6669ddd9bc26"
dependencies = [
"async-trait",
"cfg-if",
"data-encoding",
"enum-as-inner 0.5.1",
"futures-channel",
"futures-io",
"futures-util",
"idna",
"ipnet",
"lazy_static",
"rand 0.8.5",
"smallvec",
"thiserror",
"tinyvec",
"tokio",
"tracing",
"url",
]
[[package]]
name = "trust-dns-resolver"
version = "0.21.2"
@ -3525,8 +3574,27 @@ dependencies = [
"resolv-conf",
"smallvec",
"thiserror",
"trust-dns-proto 0.21.2",
]
[[package]]
name = "trust-dns-resolver"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aff21aa4dcefb0a1afbfac26deb0adc93888c7d295fb63ab273ef276ba2b7cfe"
dependencies = [
"cfg-if",
"futures-util",
"ipconfig",
"lazy_static",
"lru-cache",
"parking_lot",
"resolv-conf",
"smallvec",
"thiserror",
"tokio",
"trust-dns-proto",
"tracing",
"trust-dns-proto 0.22.0",
]
[[package]]

View file

@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.10.1" }
tokio = { version = "1.21.2", features = ["full"] }
regex = "1.6.0"
http = "0.2.8"
reqwest = { version = "0.11.12", features = ["gzip"] }
reqwest = { version = "0.11.13", features = ["gzip"] }

View file

@ -13,4 +13,4 @@ tokio = { version = "1.21.2", features = ["full"] }
regex = "1.6.0"
http = "0.2.8"
tokio-stream = "0.1.11"
reqwest = { version = "0.11.12", features = ["gzip"] }
reqwest = { version = "0.11.13", features = ["gzip"] }

View file

@ -27,7 +27,7 @@ indicatif = "0.17.2"
openssl-sys = "0.9.77"
pad = "0.1.6"
regex = "1.6.0"
reqwest = { version = "0.11.12", features = ["gzip"] }
reqwest = { version = "0.11.13", 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.6.0"
# Use trust-dns to avoid lookup failures on high concurrency
# https://github.com/seanmonstar/reqwest/issues/296
reqwest = { version = "0.11.12", features = ["gzip", "trust-dns"] }
reqwest = { version = "0.11.13", 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