diff --git a/Cargo.lock b/Cargo.lock index a5f4942..ba66869 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -595,9 +595,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.1" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4a52d8d02cacdb176ef4678de6c052efb4b3da14b78e4db683a4252762be5433" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 3887c2c..8ae9809 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -25,7 +25,7 @@ rayon = "1.11.0" wide = "0.7.33" [dependencies.regex] -version = "1.12.1" +version = "1.12.2" default-features = false # regex currently requires the standard library, you must re-enable it. features = ["std", "unicode-perl"]