Skip to content

Commit

Permalink
Fix reqwest version to make it work on rust 1.46
Browse files Browse the repository at this point in the history
  • Loading branch information
szarykott committed Oct 27, 2021
1 parent b09d57a commit 4bebab6
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 @@ -43,4 +43,4 @@ chrono = { version = "0.4", features = ["serde"] }
tokio = { version = "1", features = ["rt-multi-thread", "macros", "fs", "io-util", "time"]}
warp = "0.3.1"
futures = "0.3.15"
reqwest = "0.11.3"
reqwest = "=0.11.3"

0 comments on commit 4bebab6

Please sign in to comment.