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:
Stefan Holderbach
2023-10-23 16:11:32 +02:00
committed by GitHub
parent b5e09b8a30
commit d3182a6737
2 changed files with 8 additions and 20 deletions

View File

@ -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"