Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
deatil committed Jul 27, 2024
1 parent baa5c0d commit 75e7e08
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 75e7e08

Please sign in to comment.