Skip to content

Commit

Permalink
Correct reqwest version
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipK committed Sep 26, 2021
1 parent 6d4d268 commit 3a1e612
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ edition = "2018"
[dependencies]
steam_shortcuts_util="1.1.2"
steamgriddb_api="0.2,0"
serde={version="^1.0.130", features=["derive"]}
serde={version="1.0.130", features=["derive"]}
serde_json = "1.0.68"
tokio = { version = "^1.11.0", features = ["full"] }
reqwest = { reqwest = "^0.11.4", features = ["default"] }
config = "^0.11.0"
failure = "^0.1.8"
tokio = { version = "1.11.0", features = ["full"] }
reqwest = { version = "0.11.4", features = ["default"] }
config = "0.11.0"
failure = "0.1.8"

0 comments on commit 3a1e612

Please sign in to comment.