diff --git a/Cargo.lock b/Cargo.lock index a25fdbfcd..a9013b0fa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4910,9 +4910,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 839eca64b..dd30a4627 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -194,7 +194,7 @@ mailparse = "0.16.1" nu-ansi-term = "0.50" num-traits = "0.2" rand = "0.9" -regex = "1.10" +regex = "1.12" rusqlite = "0.37" sanitize-filename = "0.6" serde = "1.0"