Skip to content

Commit

Permalink
fix(deps): revert reqwest to 0.10 and tokio to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed May 1, 2021
1 parent 07b6de5 commit fea6a81
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ url = "2"
features = [ "derive" ]

[dependencies.reqwest]
version = "0.11"
version = "0.10"
features = [ "gzip", "json" ]
optional = true

Expand All @@ -63,12 +63,12 @@ url = "2"
env_logger = "0.8"
pretty_assertions = "0.7"
dotenv = "0.15.0"
regex = "1.4"
regex = "1"
anyhow = "1"

[dev-dependencies.tokio]
version = "1.1"
features = [ "macros", "rt-multi-thread" ]
version = "0.2"
features = [ "macros", "rt-threaded" ]

[dev-dependencies.async-std]
version = "1.9"
Expand Down

0 comments on commit fea6a81

Please sign in to comment.