Skip to content

Commit aae77ea

Browse files
committed
update http-types and async-h1
1 parent a44d486 commit aae77ea

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Cargo.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ wasm_client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures"]
2525

2626
[dependencies]
2727
futures = { version = "0.3.1", features = ["compat", "io-compat"] }
28-
http-types = { version = "1.0.1", features = ["hyperium_http"] }
28+
http-types = { git = "https://github.com/http-rs/http-types.git", branch = "master" }
2929
log = "0.4.7"
3030

3131
# h1-client
32-
async-h1 = { version = "1.0.0", optional = true }
33-
async-std = { version = "1.4.0", default-features = false, optional = true }
32+
async-h1 = { git = "https://github.com/jbr/async-h1.git", branch = "update-http-types", optional = true }
33+
async-std = { version = "1.5.0", default-features = false, optional = true }
3434
async-native-tls = { version = "0.3.1", optional = true }
3535

3636
# isahc-client
@@ -61,4 +61,3 @@ features = [
6161
"Window",
6262
]
6363

64-
[dev-dependencies]

0 commit comments

Comments
 (0)