diff --git a/Cargo.lock b/Cargo.lock index d362098..7ace3ac 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2406,9 +2406,9 @@ checksum = "a0d463f2884048e7153449a55166f91028d5b0ea53c79377099ce4e8cf0cf9bb" [[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 063bd4b..45435eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ darkomen = { path = ".", features = ["bevy_reflect"] } imageproc = "0.26" pretty_assertions = "1.4" rand_chacha = "0.9" -regex = "1.11" +regex = "1.12" ron = "0.12" sha2 = "0.10"