From 139637c1086ae7f217b30ac1174d4a6e12570954 Mon Sep 17 00:00:00 2001 From: dprintbot Date: Thu, 7 Mar 2024 07:02:22 +0000 Subject: [PATCH] fix: update to Ruff v0.3.1 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5ad7021..d942464 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.0" } -ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.0" } -ruff_python_formatter = { git = "https://github.com/astral-sh/ruff", tag = "v0.3.0" } +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" } serde = { version = "1.0.108", features = ["derive"] } serde_json = { version = "1.0", optional = true }