diff options
Diffstat (limited to 'test_util')
-rw-r--r-- | test_util/Cargo.toml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test_util/Cargo.toml b/test_util/Cargo.toml index b33f389a6..497f2294a 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -15,7 +15,6 @@ path = "src/test_server.rs" anyhow = "1.0.43" async-stream = "0.3.2" base64 = "0.13.0" -bytes = "1.1.0" futures = "0.3.16" hyper = { version = "0.14.12", features = ["server", "http1", "runtime"] } lazy_static = "1.4.0" |