Skip to content

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 32dcf8d commit b6ecd3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ flate2 = "1"
insta = "1"
rayon = "1"
ref-cast = "1"
reqwest = { version = "0.11", features = ["blocking"] }
reqwest = { version = "0.12", features = ["blocking"] }
rustversion = "1"
syn-test-suite = { version = "0", path = "tests/features" }
tar = "0.4.16"
Expand Down

0 comments on commit b6ecd3d

Please # to comment.