mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-07-26 01:31:57 -07:00
deps: update regex to 1.0
We retain the `simd-accel` feature on globset for backwards compatibility, but will remove it in the next semver release.
This commit is contained in:
committed by
Andrew Gallant
parent
83b4fdb8d6
commit
49f36c7dcd
@@ -46,7 +46,7 @@ log = "0.4"
|
||||
memchr = "2"
|
||||
memmap = "0.6"
|
||||
num_cpus = "1"
|
||||
regex = "0.2.10"
|
||||
regex = "1"
|
||||
same-file = "1"
|
||||
termcolor = { version = "0.3.4", path = "termcolor" }
|
||||
|
||||
|
Reference in New Issue
Block a user