fix: settle quota and bound compression work
Some checks failed
CI / verify (push) Has been cancelled
Some checks failed
CI / verify (push) Has been cancelled
This commit is contained in:
@@ -248,7 +248,7 @@ webp = "0.3" # WebP 编解码
|
||||
ravif = "0.11" # AVIF 编码
|
||||
|
||||
# 数据库
|
||||
sqlx = { version = "0.7", features = ["runtime-tokio", "postgres", "uuid", "chrono"] }
|
||||
sqlx = { version = "0.8.6", default-features = false, features = ["runtime-tokio-rustls", "postgres", "uuid", "chrono", "json", "macros", "migrate"] }
|
||||
|
||||
# Redis
|
||||
redis = { version = "0.24", features = ["tokio-comp"] }
|
||||
|
||||
Reference in New Issue
Block a user