Skip to content

Commit 29750a8

Browse files
committed
WIP: Upgrade to reqwest master
TODO: * Await for a new reqwest release * Await an oauth2 that depends on the new reqwest
1 parent 23e6dba commit 29750a8

File tree

3 files changed

+98
-14
lines changed

3 files changed

+98
-14
lines changed

Cargo.lock

Lines changed: 96 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ log = "0.4"
7272
oauth2 = { version = "3.0.0", default-features = false, features = ["reqwest-010"] }
7373
parking_lot = "0.11"
7474
rand = "0.7"
75-
reqwest = { version = "0.10", features = ["blocking", "gzip", "json"] } # FIXME: wait for new release
75+
reqwest = { git = "https://github.com/seanmonstar/reqwest", features = ["blocking", "gzip", "json"] } # FIXME: wait for new release
7676
scheduled-thread-pool = "0.2.0"
7777
semver = { version = "0.10", features = ["diesel", "serde"] }
7878
sentry = "0.21.0"

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ base64 = "0.13"
1818
chrono = "0.4"
1919
sha-1 = "0.9"
2020
hmac = "0.10"
21-
reqwest = { version = "0.10", features = ["blocking"] }
21+
reqwest = { git = "https://github.com/seanmonstar/reqwest", features = ["blocking"] }

0 commit comments

Comments
 (0)