diff --git a/crates/ruff_dev/Cargo.toml b/crates/ruff_dev/Cargo.toml index 8680f8abf2..0f8c06794a 100644 --- a/crates/ruff_dev/Cargo.toml +++ b/crates/ruff_dev/Cargo.toml @@ -11,7 +11,7 @@ clap = { workspace = true } itertools = { workspace = true } libcst = { workspace = true } once_cell = { workspace = true } -regex.workspace = true +regex = { workspace = true } ruff = { path = "../ruff" } ruff_cli = { path = "../ruff_cli" } rustpython-common = { workspace = true }