Skip to content

Commit

Permalink
Update reqwest to 0.11
Browse files Browse the repository at this point in the history
Closes #51
  • Loading branch information
Tomer Shalev authored and pierresouchay committed Apr 21, 2021
1 parent 41d133d commit aeca075
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 @@ -19,5 +19,5 @@ error-chain = "0.12"
serde = "1"
serde_derive = "1"
serde_json = "1.0"
reqwest = { version = "0.10", features = ["blocking", "json"] }
reqwest = { version = "0.11", features = ["blocking", "json"] }
url = "2.1"

0 comments on commit aeca075

Please sign in to comment.