Update h2-fuzz to std-future

This commit is contained in:
Gurwinder Singh
2019-08-15 08:26:34 +05:30
committed by Sean McArthur
parent 97a4c8049c
commit 517077c698
2 changed files with 142 additions and 169 deletions

View File

@@ -1,15 +1,15 @@
[package]
name = "h2-fuzz"
version = "0.0.0"
publish = false
license = "MIT"
edition = "2018"
[dependencies]
h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false }
futures = "0.1.21"
honggfuzz = "0.5"
http = "0.1.3"
tokio-io = "0.1.4"
[package]
name = "h2-fuzz"
version = "0.0.0"
publish = false
license = "MIT"
edition = "2018"
[dependencies]
h2 = { path = "../.." }
env_logger = { version = "0.5.3", default-features = false }
futures-preview = "0.3.0-alpha.18"
honggfuzz = "0.5"
http = "0.1.3"
tokio = { git = "https://github.com/tokio-rs/tokio" }