diff --git a/Cargo.toml b/Cargo.toml index 77c247b..3b875db 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,8 +17,8 @@ resolver = "2" [workspace.dependencies] ruff_fmt_config = { path = "crates/ruff_fmt_config" } - ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.287" } - ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.287" } + ruff_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.289" } + ruff_python_formatter = { git = "https://github.com/astral-sh/ruff.git", tag = "v0.0.289" } serde = { version = "1.0" } serde_json = { version = "1.0" } wasm-bindgen = "0.2.87"