Update Rust crate serde to 1.0.225
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-09-19 00:41:25 +00:00
parent 709aa2e748
commit 6c5acf8bee
2 changed files with 15 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ edition = "2024"
log = "0.4.28"
env_logger = "0.11.8"
clap = { version = "4.5.47", features = ["derive", "env"] }
serde = { version = "1.0.219", features = ["derive"] }
serde = { version = "1.0.225", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.11.0"