diff --git a/Cargo.lock b/Cargo.lock index 51e0137c31..d3a0680b71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2337,7 +2337,6 @@ name = "ruff_python_parser" version = "0.0.0" dependencies = [ "anyhow", - "bitflags 2.5.0", "bstr", "insta", "is-macro", diff --git a/crates/ruff_python_parser/Cargo.toml b/crates/ruff_python_parser/Cargo.toml index 2ccf94a8b1..425537b75e 100644 --- a/crates/ruff_python_parser/Cargo.toml +++ b/crates/ruff_python_parser/Cargo.toml @@ -18,7 +18,6 @@ ruff_python_ast = { path = "../ruff_python_ast" } ruff_text_size = { path = "../ruff_text_size" } anyhow = { workspace = true } -bitflags = { workspace = true } bstr = { workspace = true } is-macro = { workspace = true } itertools = { workspace = true }