From 3e4e1452483a188f42ba192ae18b7139d54ba352 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joakim=20Frosteg=C3=A5rd?= Date: Sat, 1 Aug 2020 22:23:01 +0200 Subject: [PATCH] aquatic http protocol Cargo.toml: move bendy to dev-dependencies --- aquatic_http_protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aquatic_http_protocol/Cargo.toml b/aquatic_http_protocol/Cargo.toml index daa5b2d..e1f3921 100644 --- a/aquatic_http_protocol/Cargo.toml +++ b/aquatic_http_protocol/Cargo.toml @@ -25,7 +25,6 @@ harness = false [dependencies] anyhow = "1" -bendy = { version = "0.3", features = ["std", "serde"] } hashbrown = "0.8" hex = { version = "0.4", default-features = false } httparse = "1" @@ -37,6 +36,7 @@ serde = { version = "1", features = ["derive"] } smartstring = "0.2" [dev-dependencies] +bendy = { version = "0.3", features = ["std", "serde"] } criterion = "0.3" quickcheck = "0.9" quickcheck_macros = "0.9" \ No newline at end of file