Skip to content

Commit f81f193

Browse files
committed
Bump to alpha releases of conduit-hyper and reqwest
1 parent 40f83b3 commit f81f193

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ ammonia = "2.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.0-alpha.1", features = ["blocking", "gzip", "json"] }
6161
tempdir = "0.3.7"
6262
parking_lot = "0.7.1"
6363
jemallocator = { version = "0.1.8", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
@@ -76,7 +76,7 @@ conduit-router = "0.8"
7676
conduit-static = "0.8"
7777
conduit-git-http-backend = "0.8"
7878
civet = "0.9"
79-
conduit-hyper = { git = "https://github.com/jtgeibel/conduit-hyper", branch="async-await" }
79+
conduit-hyper = "0.2.0-alpha.1"
8080

8181
futures-preview = { version = "0.3.0-alpha.19", features = ["compat", "async-await"] }
8282
tokio = { version = "0.2.0-alpha.2", default-features = false, features = ["tcp", "fs"]}

src/s3/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ path = "lib.rs"
1616
base64 = "0.6"
1717
chrono = "0.4"
1818
openssl = "0.10.13"
19-
reqwest = { git = "https://github.com/seanmonstar/reqwest", features = ["blocking"] }
19+
reqwest = { version = "0.10.0-alpha.1", features = ["blocking"] }

0 commit comments

Comments
 (0)