Remove some unused dependencies (#9330)

This commit is contained in:
Charlie Marsh 2023-12-31 08:38:16 -04:00 committed by GitHub
parent 158367bf91
commit 1c9268d2ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 4 additions and 32 deletions

View file

@ -20,8 +20,6 @@ ruff_text_size = { path = "../ruff_text_size" }
bitflags = { workspace = true }
is-macro = { workspace = true }
itertools = { workspace = true }
memchr = { workspace = true }
once_cell = { workspace = true }
rustc-hash = { workspace = true }
serde = { workspace = true, optional = true }
smallvec = { workspace = true }