Update Rust crate light-openid to 1.1.0
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2025-12-30 00:41:11 +00:00
parent 232b01a4c3
commit 26630a0abd
2 changed files with 137 additions and 36 deletions

View File

@@ -10,7 +10,7 @@ log = "0.4.29"
env_logger = "0.11.8"
clap = { version = "4.5.53", features = ["derive", "env"] }
serde = { version = "1.0.228", features = ["derive"] }
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
basic-jwt = "0.4.0"
actix-web = "4.12.1"
actix-remote-ip = "0.1.0"