Skip to content

Commit 7da4e28

Browse files
Bump aho-corasick from 1.1.1 to 1.1.2 (#7979)
1 parent 5718df6 commit 7da4e28

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/ruff_linter/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ruff_python_parser = { path = "../ruff_python_parser" }
2929
ruff_source_file = { path = "../ruff_source_file", features = ["serde"] }
3030
ruff_text_size = { path = "../ruff_text_size" }
3131

32-
aho-corasick = { version = "1.1.1" }
32+
aho-corasick = { version = "1.1.2" }
3333
annotate-snippets = { version = "0.9.1", features = ["color"] }
3434
anyhow = { workspace = true }
3535
bitflags = { workspace = true }

0 commit comments

Comments
 (0)