Skip to content

Commit

Permalink
bump reqwest to 0.11 (tokio 1.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jan 5, 2021
1 parent 6863d6a commit 9fb5561
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 @@ -39,6 +39,6 @@ rustls = ["reqwest/rustls-tls"]
all-features = true

[dependencies.reqwest]
version = "0.10"
version = "0.11"
default-features = false
features = ["blocking", "json"]

0 comments on commit 9fb5561

Please sign in to comment.