Skip to content

Commit

Permalink
fix(deps): update rust crate aho-corasick to 1.1.2 (#36)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 5, 2023
1 parent 4b937ec commit 60097ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ enum-map-derive = "0.14.0"
zstd = "0.12.4"

# local backend
aho-corasick = "1.1.1"
aho-corasick = "1.1.2"
cached = { version = "0.45.1", default-features = false, features = ["proc_macro"] }
filetime = "0.2.22"
ignore = "0.4.20"
Expand Down

0 comments on commit 60097ff

Please sign in to comment.