Skip to content

Commit

Permalink
bump reqwest to 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
gthao313 committed Sep 18, 2024
1 parent 75220d3 commit 800033c
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 16 deletions.
179 changes: 165 additions & 14 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", "rustls-tls"] }
ring = { version = "0.17", features = ["std"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
Expand Down
2 changes: 1 addition & 1 deletion tuftool/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ log = "0.4"
maplit = "1"
olpc-cjson = { version = "0.1", path = "../olpc-cjson" }
rayon = "1"
reqwest = { version = "0.11", default-features = false, features = ["rustls-tls-native-roots"] }
reqwest = { version = "0.12", optional = true, default-features = false, features = ["stream", "rustls-tls"] }
ring = { version = "0.17", features = ["std"] }
serde = "1"
serde_json = "1"
Expand Down

0 comments on commit 800033c

Please sign in to comment.