Skip to content

Commit

Permalink
Bump reqwest dependency from 0.10 to 0.11 to pull tokio 1.0
Browse files Browse the repository at this point in the history
Note that version "0.11" means 0.11 <= version < 0.12, which gives most
flexibility to downstream crates (they may want to pin specific version etc).
  • Loading branch information
strohel authored and Kamran Mackey committed Feb 7, 2021
1 parent 167e741 commit cc93555
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 @@ -18,5 +18,5 @@ path = "src/lib.rs"
chrono = { version = "0.4.19", features = ["serde"] }
serde = { version = "1.0.118", features = ["derive"] }
serde_json = "1.0.60"
reqwest = { version = "0.10.9", features = ["json"] }
reqwest = { version = "0.11", features = ["json"] }
url = "2.2.0"

0 comments on commit cc93555

Please sign in to comment.