Skip to content

Commit

Permalink
feat(deps): update reqwest to 0.11, tokio to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
fMeow committed May 1, 2021
1 parent 90efc95 commit a4c3c95
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,21 +43,19 @@ serde_qs = "0.8"
thiserror = "1"
typed-builder = "0.9"
url = "2"

[dependencies.uclient]
version = "0.1"
uclient = "0.1"

[dependencies.serde]
version = "1"
features = [ "derive" ]

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

[dependencies.surf]
version = "2.1.0"
version = "2"
optional = true

[dependencies.http-types]
Expand All @@ -71,11 +69,11 @@ regex = "1"
anyhow = "1"

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

[dev-dependencies.async-std]
version = "1.9"
version = "1"
features = [ "attributes" ]

[dev-dependencies.reqwest]
Expand Down

0 comments on commit a4c3c95

Please sign in to comment.