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

This commit is contained in:
2025-09-21 00:47:22 +00:00
parent dab4028b67
commit 2c1482b02b
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.226", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
basic-jwt = "0.3.0"
actix-web = "4.11.0"