Skip to content
This repository has been archived by the owner on Mar 25, 2024. It is now read-only.

Commit

Permalink
Update to reqwest 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 21, 2024
1 parent a7b8d1f commit 9187632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ quote = "1.0"
[build-dependencies]
anyhow = "1.0"
flate2 = "1.0"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }
tar = "0.4.16"

0 comments on commit 9187632

Please sign in to comment.