diff --git a/Cargo.lock b/Cargo.lock index f8319bb..84f208b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1500,9 +1500,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.2" +version = "1.12.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" +checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 4c4db83..da2b58e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,6 +15,6 @@ num = "0.4.3" paste = "1.0.15" primes = "0.4.0" rayon = "1.11.0" -regex = "1.12.2" +regex = "1.12.3" strum = { version = "0.27.2", features = ["derive"] } z3 = { version = "0.19.7", features = ["gh-release"] }