Skip to content

Commit

Permalink
update to released reqwest 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Mar 20, 2024
1 parent 91ccbb6 commit 215d408
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 68 deletions.
93 changes: 26 additions & 67 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ bitflags = "2"
clap = { version = "4", features = ["derive", "deprecated", "wrap_help"] }
configparser = "3"
fastrand = "2"
reqwest = { git = "https://github.com/seanmonstar/reqwest.git", branch = "master", features = ["json", "rustls-tls-manual-roots", "stream"], default-features = false }
reqwest = { version = "0.12", features = ["json", "rustls-tls-manual-roots", "stream", "http2"], default-features = false }
rustls = "0.22" # will fail at runtime if mismatch with reqwest
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 215d408

Please sign in to comment.