mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
deps: update aho-corasick
This brings in [1,2], which improves memory usage substantially when Aho-Corasick is used. [1]: https://github.com/BurntSushi/aho-corasick/pull/120 [2]: https://github.com/BurntSushi/aho-corasick/pull/121
This commit is contained in:
parent
61733f6378
commit
2af3734e0c
4
Cargo.lock
generated
4
Cargo.lock
generated
@ -4,9 +4,9 @@ version = 3
|
||||
|
||||
[[package]]
|
||||
name = "aho-corasick"
|
||||
version = "1.0.2"
|
||||
version = "1.0.4"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
|
||||
checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
|
||||
dependencies = [
|
||||
"memchr",
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user