mirror of
https://github.com/Hopiu/lychee.git
synced 2026-04-05 14:01:00 +00:00
Bump reqwest from 0.11.4 to 0.11.5 (#356)
Bumps [reqwest](https://github.com/seanmonstar/reqwest) from 0.11.4 to 0.11.5. - [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.4...v0.11.5) --- updated-dependencies: - dependency-name: reqwest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
e94c2ca883
commit
2be3b3b896
5 changed files with 8 additions and 10 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -1721,9 +1721,9 @@ checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
|||
|
||||
[[package]]
|
||||
name = "native-tls"
|
||||
version = "0.2.7"
|
||||
version = "0.2.8"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
||||
checksum = "48ba9f7719b5a0f42f338907614285fb5fd70e53858141f69898a1fb7203b24d"
|
||||
dependencies = [
|
||||
"lazy_static",
|
||||
"libc",
|
||||
|
|
@ -2405,9 +2405,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "reqwest"
|
||||
version = "0.11.4"
|
||||
version = "0.11.5"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "246e9f61b9bb77df069a947682be06e31ac43ea37862e244a69f177694ea6d22"
|
||||
checksum = "51c732d463dd300362ffb44b7b125f299c23d2990411a4253824630ebc7467fb"
|
||||
dependencies = [
|
||||
"async-compression",
|
||||
"base64 0.13.0",
|
||||
|
|
@ -3321,8 +3321,6 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|||
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
|
||||
dependencies = [
|
||||
"cfg-if",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"wasm-bindgen-macro",
|
||||
]
|
||||
|
||||
|
|
|
|||
|
|
@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
|||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
reqwest = { version = "0.11.3", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.5", features = ["gzip"] }
|
||||
|
|
@ -12,4 +12,4 @@ lychee-lib = { path = "../../lychee-lib", version = "0.7.2" }
|
|||
tokio = { version = "1.12.0", features = ["full"] }
|
||||
regex = "1.4.6"
|
||||
http = "0.2.5"
|
||||
reqwest = { version = "0.11.3", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.5", features = ["gzip"] }
|
||||
|
|
@ -27,7 +27,7 @@ lazy_static = "1.4.0"
|
|||
openssl-sys = "0.9.67"
|
||||
pad = "0.1.6"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.4", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.5", features = ["gzip"] }
|
||||
# Make build work on Apple Silicon.
|
||||
# See https://github.com/briansmith/ring/issues/1163
|
||||
# This is necessary for the homebrew build
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ markup5ever_rcdom = "0.1.0"
|
|||
openssl-sys = "0.9.67"
|
||||
pulldown-cmark = "0.8.0"
|
||||
regex = "1.4.6"
|
||||
reqwest = { version = "0.11.3", features = ["gzip"] }
|
||||
reqwest = { version = "0.11.5", features = ["gzip"] }
|
||||
# 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