diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2024-05-13 14:23:39 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-13 14:23:39 -0700 |
commit | df879f9f746366ee6bd1dc757514e8e73deddc1d (patch) | |
tree | 3f937918a8816ed64678f1fa7adaae4270d8ddc6 /tests | |
parent | 329a8ae0c098619c8f976f2035e5599094cb43f4 (diff) |
chore: cleanup unused dependencies (#23787)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Cargo.toml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 9d9837699..e14299c93 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -53,10 +53,8 @@ once_cell.workspace = true os_pipe.workspace = true pretty_assertions.workspace = true serde.workspace = true -serde_repr.workspace = true test_util.workspace = true tokio.workspace = true -tokio-util.workspace = true tower-lsp.workspace = true trust-dns-client = "=0.22.0" trust-dns-server = "=0.22.1" |