diff --git a/Cargo.lock b/Cargo.lock index e35b50b..f539465 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1288,9 +1288,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.12.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" dependencies = [ "aho-corasick", "memchr", @@ -1300,9 +1300,9 @@ dependencies = [ [[package]] name = "regex-automata" -version = "0.4.9" +version = "0.4.13" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" +checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 18298f1..5fc6f54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,7 +42,7 @@ git2 = { version = "0.19.0", default-features = false, features = [ i18nhero = { path = "packages/i18nhero", version = "0.0.3" } json_comments = "0.2.2" path-absolutize = { version = "3.1.1", features = ["once_cell_cache"] } -regex = "1.11.1" +regex = "1.12.2" reqwest = { version = "0.12.18", default-features = false, features = [ "brotli", "charset",