Skip to content

Commit

Permalink
dep: Bump reqwest to v0.11.19
Browse files Browse the repository at this point in the history
Fixed #1292

Signed-off-by: Jiahao XU <[email protected]>
  • Loading branch information
NobodyXu committed Aug 22, 2023
1 parent c19ee50 commit 014e339
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 23 deletions.
32 changes: 14 additions & 18 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 2 additions & 5 deletions crates/binstalk-downloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,8 @@ flate2 = { version = "1.0.26", default-features = false }
futures-util = "0.3.28"
generic-array = "0.14.7"
httpdate = "1.0.2"
reqwest = { version = "0.11.18", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
reqwest = { version = "0.11.19", features = ["stream", "gzip", "brotli", "deflate"], default-features = false }
percent-encoding = "2.2.0"
# Pull in due to https://github.com/seanmonstar/reqwest/pull/1846 , please
# remove this once new reqwest release is out.
quinn = { version = "0.10", default-features = false, features = ["runtime-tokio"], optional = true }
serde = { version = "1.0.163", features = ["derive"], optional = true }
serde-tuple-vec-map = "1.0.1"
serde_json = { version = "1.0.96", optional = true }
Expand Down Expand Up @@ -86,7 +83,7 @@ trust-dns = ["trust-dns-resolver", "reqwest/trust-dns"]

# Experimental HTTP/3 client, this would require `--cfg reqwest_unstable`
# to be passed to `rustc`.
http3 = ["reqwest/http3", "dep:quinn"]
http3 = ["reqwest/http3"]

zstd-thin = ["zstd/thin"]

Expand Down

0 comments on commit 014e339

Please sign in to comment.