Upgrade dev-dependencies
This commit is contained in:
committed by
Sean McArthur
parent
47e9f62fb5
commit
4c31a320be
@@ -13,12 +13,10 @@ cargo-fuzz = true
|
||||
arbitrary = { version = "1", features = ["derive"] }
|
||||
libfuzzer-sys = { version = "0.4.0", features = ["arbitrary-derive"] }
|
||||
tokio = { version = "1", features = [ "full" ] }
|
||||
bytes = "0.5.2"
|
||||
h2 = { path = "../", features = [ "unstable" ] }
|
||||
h2-support = { path = "../tests/h2-support" }
|
||||
futures = { version = "0.3", default-features = false, features = ["std"] }
|
||||
http = "0.2"
|
||||
env_logger = { version = "0.5.3", default-features = false }
|
||||
|
||||
# Prevent this from interfering with workspaces
|
||||
[workspace]
|
||||
|
||||
Reference in New Issue
Block a user