From c4a0ca80b35f9e26e3a2fabeb30d366f2bce4349 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Tue, 26 Aug 2025 13:43:39 +0800 Subject: [PATCH] bump version --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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"