diff --git a/Cargo.toml b/Cargo.toml index 62d828b..ef906d0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,9 +26,9 @@ wasm = ["serde_json", "dprint-core/wasm"] [dependencies] anyhow = "1.0.51" dprint-core = { version = "0.63.3", default-features = false } -ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.1" } -ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.1" } -ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.1" } +ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" } +ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" } +ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.2" } serde = { version = "1.0.108", features = ["derive"] } serde_json = { version = "1.0", optional = true }