diff options
author | Squirrel <gilescope@gmail.com> | 2021-09-17 13:39:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-17 14:39:32 +0200 |
commit | 4b79e5a459de16bb85c70eaf9c716e51f1c281bd (patch) | |
tree | 2f7d3bbae75e63566326b9004f27330a27f98633 /test_util | |
parent | 99de9eb4c2a78bf0efdcb5407bec76833dc459cd (diff) |
chore: Remove unused deps from Cargo.toml files (#12106)
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" |