mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-30 22:01:18 +00:00
Bump aho-corasick from 1.1.1 to 1.1.2 (#7979)
This commit is contained in:
parent
5718df638f
commit
7da4e28a98
2 changed files with 3 additions and 3 deletions
|
@ -29,7 +29,7 @@ ruff_python_parser = { path = "../ruff_python_parser" }
|
|||
ruff_source_file = { path = "../ruff_source_file", features = ["serde"] }
|
||||
ruff_text_size = { path = "../ruff_text_size" }
|
||||
|
||||
aho-corasick = { version = "1.1.1" }
|
||||
aho-corasick = { version = "1.1.2" }
|
||||
annotate-snippets = { version = "0.9.1", features = ["color"] }
|
||||
anyhow = { workspace = true }
|
||||
bitflags = { workspace = true }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue