diff --git a/Cargo.lock b/Cargo.lock index d4ac803..d16910c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5401,9 +5401,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.11.1" +version = "1.11.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" +checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912" dependencies = [ "aho-corasick", "memchr", diff --git a/Cargo.toml b/Cargo.toml index 1e6b942..83d9f7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ reqwest = { version = "0.12.23", default-features = false, features = [ ] } tokio-socks = "0.5.2" http = "1.3.1" -regex = "1.11.1" +regex = "1.11.2" email_address = "0.2.9" futures = "0.3.31" utf7-imap = "0.3.2"