From 4af6d5bae564d7e1d8aa9ee5d736b44c08b35f81 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:33:44 +0000 Subject: [PATCH] chore(deps): update ruff crates to v0.15.21 --- Cargo.lock | 21 +++++++++++---------- Cargo.toml | 6 +++--- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index db79bd69..07b824d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1853,8 +1853,8 @@ dependencies = [ [[package]] name = "ruff_python_ast" -version = "0.0.3" -source = "git+https://github.com/astral-sh/ruff?tag=0.15.20#f82a36b6baf8c0547a17bbde6c0d927ccd45d938" +version = "0.0.4" +source = "git+https://github.com/astral-sh/ruff?tag=0.15.21#3e1f63645109e69f9bccc7be354c5ee4672fb8f3" dependencies = [ "aho-corasick", "arrayvec", @@ -1873,8 +1873,8 @@ dependencies = [ [[package]] name = "ruff_python_parser" -version = "0.0.3" -source = "git+https://github.com/astral-sh/ruff?tag=0.15.20#f82a36b6baf8c0547a17bbde6c0d927ccd45d938" +version = "0.0.4" +source = "git+https://github.com/astral-sh/ruff?tag=0.15.21#3e1f63645109e69f9bccc7be354c5ee4672fb8f3" dependencies = [ "bitflags", "bstr", @@ -1894,19 +1894,20 @@ dependencies = [ [[package]] name = "ruff_python_trivia" -version = "0.0.3" -source = "git+https://github.com/astral-sh/ruff?tag=0.15.20#f82a36b6baf8c0547a17bbde6c0d927ccd45d938" +version = "0.0.4" +source = "git+https://github.com/astral-sh/ruff?tag=0.15.21#3e1f63645109e69f9bccc7be354c5ee4672fb8f3" dependencies = [ "itertools", "ruff_source_file", "ruff_text_size", + "rustc-hash", "unicode-ident", ] [[package]] name = "ruff_source_file" -version = "0.0.3" -source = "git+https://github.com/astral-sh/ruff?tag=0.15.20#f82a36b6baf8c0547a17bbde6c0d927ccd45d938" +version = "0.0.4" +source = "git+https://github.com/astral-sh/ruff?tag=0.15.21#3e1f63645109e69f9bccc7be354c5ee4672fb8f3" dependencies = [ "memchr", "ruff_text_size", @@ -1914,8 +1915,8 @@ dependencies = [ [[package]] name = "ruff_text_size" -version = "0.0.3" -source = "git+https://github.com/astral-sh/ruff?tag=0.15.20#f82a36b6baf8c0547a17bbde6c0d927ccd45d938" +version = "0.0.4" +source = "git+https://github.com/astral-sh/ruff?tag=0.15.21#3e1f63645109e69f9bccc7be354c5ee4672fb8f3" dependencies = [ "get-size2", ] diff --git a/Cargo.toml b/Cargo.toml index 2db620c0..76204c44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,9 +22,9 @@ libc = "0.2" email_address = "0.2" pep440_rs = "0.7" walkdir = "2" -ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" } -ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" } -ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.15.20" } +ruff_python_parser = { git = "https://github.com/astral-sh/ruff", tag = "0.15.21" } +ruff_python_ast = { git = "https://github.com/astral-sh/ruff", tag = "0.15.21" } +ruff_text_size = { git = "https://github.com/astral-sh/ruff", tag = "0.15.21" } tempfile = "3.20" signal-hook = "0.4" toml = "1"