Skip to content

Commit fbfe1c7

Browse files
committed
Bump to alpha releases of conduit-hyper and reqwest
1 parent eba3e49 commit fbfe1c7

File tree

3 files changed

+20
-24
lines changed

3 files changed

+20
-24
lines changed

Cargo.lock

Lines changed: 17 additions & 21 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 = "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.0-alpha.1", 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'] }
@@ -75,7 +75,7 @@ conduit-router = "0.8"
7575
conduit-static = "0.8"
7676
conduit-git-http-backend = "0.8"
7777
civet = "0.9"
78-
conduit-hyper = { git = "https://github.com/jtgeibel/conduit-hyper", branch="async-await" }
78+
conduit-hyper = "0.2.0-alpha.1"
7979

8080
futures-preview = { version = "0.3.0-alpha.19", features = ["compat", "async-await"] }
8181
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
@@ -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.0-alpha.1", features = ["blocking"] }

0 commit comments

Comments
 (0)