Skip to content

Commit 248f65a

Browse files
committed
Switch to released reqwest v0.10.0
1 parent 22883e6 commit 248f65a

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

Cargo.lock

+5-6
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ammonia = "3.0.0"
5757
docopt = "1.0"
5858
scheduled-thread-pool = "0.2.0"
5959
derive_deref = "1.0.0"
60-
reqwest = { git = "https://github.com/seanmonstar/reqwest/", features = ["blocking", "gzip", "json"] }
60+
reqwest = { version = "0.10", features = ["blocking", "gzip", "json"] }
6161
tempdir = "0.3.7"
6262
parking_lot = "0.7.1"
6363
jemallocator = { version = "0.3", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }

src/s3/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ path = "lib.rs"
1717
base64 = "0.6"
1818
chrono = "0.4"
1919
openssl = "0.10.13"
20-
reqwest = { git = "https://github.com/seanmonstar/reqwest/", features = ["blocking"] }
20+
reqwest = { version = "0.10", features = ["blocking"] }

0 commit comments

Comments
 (0)