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",