Skip to content

Commit

Permalink
Use H2 from Crates
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Zak <richard@profian.com>
  • Loading branch information
rjzak committed Aug 17, 2022
1 parent cc8ab48 commit 2850bd6
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ http = "0.2"
http-body = "0.4"
httpdate = "1.0"
httparse = "1.6"
# h2 = { version = "0.3.9", optional = true }
h2 = { git = "https://github.com/rjzak/h2", branch = "wasi_wip", optional = true }
h2 = { version = "0.3.9", optional = true }
itoa = "1"
tracing = { version = "0.1", default-features = false, features = ["std"] }
pin-project-lite = "0.2.4"
tower-service = "0.3"
# tokio = { version = "1", features = ["sync"] }
tokio = { git = "https://github.com/rjzak/tokio", branch = "wasi_wip", features = ["sync"] }
tokio = { version = "1", features = ["sync"] }
want = "0.3"

# Optional
Expand All @@ -53,8 +51,7 @@ pretty_env_logger = "0.4"
spmc = "0.3"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
# tokio = { version = "1", features = [
tokio = { git = "https://github.com/rjzak/tokio", branch = "wasi_wip", features = [
tokio = { version = "1", features = [
"fs",
"macros",
"io-std",
Expand All @@ -66,8 +63,7 @@ tokio = { git = "https://github.com/rjzak/tokio", branch = "wasi_wip", features
"test-util",
] }
tokio-test = "0.4"
# tokio-util = { version = "0.7", features = ["codec"] }
tokio-util = { git = "https://github.com/rjzak/tokio", branch = "wasi_wip", features = ["codec"] }
tokio-util = { version = "0.7.3", features = ["codec"] }
tower = { version = "0.4", features = ["make", "util"] }
url = "2.2"

Expand Down

0 comments on commit 2850bd6

Please sign in to comment.