稳定更新

This commit is contained in:
李运家 2025-01-11 10:25:59 +08:00
parent c51f80b2f3
commit 0ce2c57103
2 changed files with 994 additions and 515 deletions

1477
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -17,24 +17,24 @@ library = { path = "library" }
i18n = { path = "i18n" } i18n = { path = "i18n" }
[workspace.dependencies] [workspace.dependencies]
tokio = "1.36" tokio = "1.43"
axum = "0.7.7" axum = "0.7.9"
tracing = "0.1" tracing = "0.1"
tower-http = "0.6.1" tower-http = "0.6.2"
validator = "0.18.1" validator = "0.18.1"
axum-extra = "0.9" axum-extra = "0.9"
serde = "1.0" serde = "1.0"
sqlx = "0.8" sqlx = "0.8"
sqlx-postgres = "0.8" sqlx-postgres = "0.8"
toml = "0.8" toml = "0.8"
once_cell = "1.19" once_cell = "1.20"
tracing-appender = "0.2" tracing-appender = "0.2"
tracing-subscriber = "0.3" tracing-subscriber = "0.3"
chrono = "0.4" chrono = "0.4"
thiserror = "1.0" thiserror = "1.0"
ulid = "1.1" ulid = "1.1"
serde_json = "1.0" serde_json = "1.0"
http = "1.1" http = "1.2"
http-body = "1.0" http-body = "1.0"
http-body-util = "0.1" http-body-util = "0.1"
moka = "0.12" moka = "0.12"
@ -43,22 +43,22 @@ reqwest = "0.12"
futures-executor = "0.3" futures-executor = "0.3"
error-stack = "0.5.0" error-stack = "0.5.0"
jsonwebtoken = "9.3.0" jsonwebtoken = "9.3.0"
lazy_static = "1.4.0" lazy_static = "1.5.0"
mimalloc = "0.1.42" mimalloc = "0.1.43"
tokio-cron-scheduler = "0.13.0" tokio-cron-scheduler = "0.13.0"
hmac = "0.12.1" hmac = "0.12.1"
sha2 = "0.10.8" sha2 = "0.10.8"
hex-literal = "0.4.1" hex-literal = "0.4.1"
proc-macro2 = "1.0.86" proc-macro2 = "1.0.92"
syn = "2.0.77" syn = "2.0.96"
quote = "1.0.37" quote = "1.0.38"
hyper = "1.4.1" hyper = "1.5.2"
tower = "0.5.1" tower = "0.5.2"
csv = "1.3.0" csv = "1.3.1"
strum = "0.26.3" strum = "0.26.3"
strum_macros = "0.26.3" strum_macros = "0.26.4"
hex = "0.4.3" hex = "0.4.3"
redis = "0.27.4" redis = "0.27.6"
deadpool-redis = "0.18.0" deadpool-redis = "0.18.0"
chrono-tz = "0.10.0" chrono-tz = "0.10.0"
inventory = "0.3.15" inventory = "0.3.17"