Skip to content

Commit

Permalink
chore(deps): update reqwest
Browse files Browse the repository at this point in the history
Update to latest version of reqwest, v0.12. This version depends on
hyper v1, while previous versions (like v0.11) rely on hyper v0.14.

This hyper upgrade is massive, having a unified version of hyper inside
of projects consuming the tough crate is beneficial. For example, hyper
testing frameworks can work only with one version of the library at a
time.

Signed-off-by: Flavio Castelli <[email protected]>
  • Loading branch information
flavio committed May 22, 2024
1 parent eb5e25e commit 3d80071
Show file tree
Hide file tree
Showing 2 changed files with 129 additions and 22 deletions.
149 changes: 128 additions & 21 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 tough/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ log = "0.4"
olpc-cjson = { version = "0.1", path = "../olpc-cjson" }
pem = "3"
percent-encoding = "2"
reqwest = { version = "0.11", optional = true, default-features = false, features = ["stream"] }
reqwest = { version = "0.12", optional = true, default-features = false, features = ["stream"] }
ring = { version = "0.17", features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down

0 comments on commit 3d80071

Please sign in to comment.