From a1e8f75f7b089827940b5eb6452a0a29ff95a66b Mon Sep 17 00:00:00 2001 From: dprintbot Date: Fri, 21 Jun 2024 07:07:57 +0000 Subject: [PATCH] fix: update to Ruff v0.4.10 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56d9ab1..ef568fd 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.4.9" } -ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } -ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.9" } +ruff_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.10" } +ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.10" } +ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.4.10" } serde = { version = "1.0.108", features = ["derive"] } serde_json = { version = "1.0", optional = true }