mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 14:06:40 +02:00
Revert "Bump regex from 1.9.6 to 1.10.2" (#10818)
Reverts nushell/nushell#10812 This goes back to a version of `regex` and its dependencies that is shared with a lot of our other dependencies. Before this we did not duplicate big dependencies of `regex` that affect binary size and compile time. As there is no known bug or security problem we suffer from, we can wait on receiving the performance improvements to `regex` with the rest of our `regex` dependents.
This commit is contained in:
committed by
GitHub
parent
b5e09b8a30
commit
d3182a6737
@ -70,7 +70,7 @@ print-positions = "0.6"
|
||||
quick-xml = "0.30"
|
||||
rand = "0.8"
|
||||
rayon = "1.8"
|
||||
regex = "1.10.2"
|
||||
regex = "1.9.5"
|
||||
roxmltree = "0.18"
|
||||
rusqlite = { version = "0.29", features = ["bundled"], optional = true }
|
||||
same-file = "1.0"
|
||||
|
Reference in New Issue
Block a user