Skip to content

Commit

Permalink
chore: update reqwest
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuef committed May 23, 2024
1 parent 998025d commit 4bff4b0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ chrono = "0.4.26"
flate2 = "1.0"
lazy_static = "1.4.0"
regex = "1.10.2"
reqwest = { version = "0.11", default-features = false, features = ["json", "rustls-tls"] }
reqwest = { version = "0.12", default-features = false, features = [
"json",
"rustls-tls",
] }
semver = "1.0.22"
serde_json = "1.0"
tar = "0.4.40"
Expand Down

0 comments on commit 4bff4b0

Please sign in to comment.