Skip to content

Commit

Permalink
update reqwest to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
ducaale committed May 17, 2023
1 parent dc843f7 commit aed100c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

5 changes: 1 addition & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ unicode-width = "0.1.9"
url = "2.2.2"

[dependencies.reqwest]
version = "0.11.16"
version = "0.11.18"
default-features = false
features = ["json", "multipart", "blocking", "socks", "cookies"]

Expand Down Expand Up @@ -107,6 +107,3 @@ xh is a friendly and fast tool for sending HTTP requests.
It reimplements as much as possible of HTTPie's excellent design, with a focus
on improved performance.
"""

[patch.crates-io]
reqwest = { git = 'https://github.com/cpu/reqwest', branch = 'cpu-rustls-0.21.0-prep' }

0 comments on commit aed100c

Please sign in to comment.