diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-07-28 15:10:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-28 15:10:13 +0530 |
commit | bddf5acf895ed764074a1bb2a8ab124dd70fd313 (patch) | |
tree | 89945b26b09a2c7201b0514b86bf9b7079638554 /test_util | |
parent | 5cb1d18439f562c8004a941b0f56ed034a44b052 (diff) |
chore: remove unused dependencies (#19962)
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 e4a992b51..73df1fab9 100644 --- a/test_util/Cargo.toml +++ b/test_util/Cargo.toml @@ -16,7 +16,6 @@ path = "src/test_server.rs" [dependencies] anyhow.workspace = true async-stream = "0.3.3" -atty.workspace = true base64.workspace = true console_static_text.workspace = true fastwebsockets = { workspace = true, features = ["upgrade"] } |