From 61638fafcc8981aa4878597c38f25ecdab09b26a Mon Sep 17 00:00:00 2001 From: xfy Date: Tue, 26 May 2026 08:28:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E4=BE=9D=E8=B5=96=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=9Ahttp=201.4.1,=20log=200.4.30,=20regex=201.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.7 (1M context) --- Cargo.lock | 8 ++++---- Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7fa0b68..41aa181 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1768,9 +1768,9 @@ dependencies = [ [[package]] name = "http" -version = "1.4.0" +version = "1.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" +checksum = "8be7462df143984c4598a256ef469b251d7d7f9e271135073e78fc535414f3d0" dependencies = [ "bytes", "itoa", @@ -2224,9 +2224,9 @@ dependencies = [ [[package]] name = "log" -version = "0.4.29" +version = "0.4.30" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" +checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" [[package]] name = "longest-increasing-subsequence" diff --git a/Cargo.toml b/Cargo.toml index 8480aa2..5924072 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ deadpool-postgres = { version = "0.14", optional = true } argon2 = "0.5" uuid = { version = "1", features = ["v4", "js"] } chrono = { version = "0.4", features = ["serde"] } -regex = "1.10" +regex = "1.12" dotenvy = { version = "0.15", optional = true } rand = { version = "0.8", features = ["getrandom"] } getrandom = { version = "0.2", features = ["js"] }