fix: clear cargo audit vulnerabilities

This commit is contained in:
fanyang
2026-06-23 21:49:27 +08:00
parent af2e991df2
commit 34aa54b777
10 changed files with 1665 additions and 2073 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ sea-orm-migration = { version = "1.1" }
sqlx = { version = "0.8", features = ["sqlite", "runtime-tokio-rustls", "chrono", "uuid"] }
# Validation
validator = { version = "0.18", features = ["derive"] }
validator = { version = "0.20", features = ["derive"] }
thiserror = "1.0"
jsonwebtoken = "9.0"