From 75e7e089fa546b4260a61fbc63d073986a1d1383 Mon Sep 17 00:00:00 2001 From: deatil <2217957370@qq.com> Date: Sun, 28 Jul 2024 00:06:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3de366d..a3ffc17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,19 +26,19 @@ data-encoding = "2.4.0" rsa = { version = "0.9.2", features = ["pem"] } futures-util = "0.3.28" captcha = "0.0.9" -bcrypt = "0.14" +bcrypt = "0.15.0" rust-crypto = "0.2.36" humansize = "2.1.3" rust-ini = "0.19.0" once_cell = "1.17.2" -rust-embed = "6.6.1" +rust-embed = "8.0.0" mime_guess = "2.0.4" validator = { version = "0.16", features = ["derive"] } chrono = { version = "0.4", features = ["unstable-locales"] } chrono-tz = { version = "0.8.2", features = ["serde"] } uuid = { version = "1", features = ["v4"] } -sea-orm = { version = "0.11.2", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] } -sea-query = "0.28.5" +sea-orm = { version = "0.12.2", features = ["sqlx-mysql", "runtime-actix-rustls", "macros"] } +sea-query = "0.30.1" tracing-subscriber = { version = "0.3", default-features = false, features = ["env-filter"] } redis = { version = "0.23", features = [ "tokio-comp",