fix(deps): update rust crate config to 0.15

This commit is contained in:
Renovate Bot
2024-12-30 14:19:22 +00:00
parent 1ee5f01444
commit ce0eb26422
2 changed files with 141 additions and 72 deletions

View File

@@ -41,7 +41,7 @@ tokio = { version = "1.14", features = ["sync"]}
sqlx = { version = "0.7", features = [ "runtime-tokio-rustls", "postgres", "time", "mysql"] }
argon2-creds = { branch = "master", git = "https://github.com/realaravinth/argon2-creds"}
#argon2-creds = { version="*", path = "../../argon2-creds/" }
config = "0.13"
config = "0.15"
validator = { version = "0.15", features = ["derive"]}
derive_builder = "0.11"