Update light-openid to version 1.1.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-12-29 16:53:44 +01:00
parent a07c58955e
commit 2a0b20ad00
4 changed files with 290 additions and 161 deletions

View File

@@ -14,16 +14,16 @@ actix-remote-ip = "0.1.0"
clap = { version = "4.5.53", features = ["derive", "env"] }
include_dir = "0.7.4"
log = "0.4.29"
serde_json = "1.0.147"
serde_json = "1.0.148"
serde_yaml = "0.9.34"
env_logger = "0.11.8"
serde = { version = "1.0.228", features = ["derive"] }
bcrypt = "0.17.1"
uuid = { version = "1.19.0", features = ["v4"] }
mime_guess = "2.0.5"
askama = "0.15.0"
askama = "0.15.1"
urlencoding = "2.1.3"
rand = "0.10.0-rc.5"
rand = "0.9.0"
base64 = "0.22.1"
jwt-simple = { version = "0.12.13", default-features = false, features = ["pure-rust"] }
digest = "0.11.0-rc.5"
@@ -34,12 +34,12 @@ base32 = "0.5.1"
qrcode-generator = "5.0.0"
webauthn-rs = { version = "0.5.4", features = ["danger-allow-state-serialisation"] }
url = "2.5.7"
light-openid = { version = "1.0.4", features = ["crypto-wrapper"] }
bincode = "3.0.0"
light-openid = { version = "1.1.0", features = ["crypto-wrapper"] }
rkyv = "0.8.12"
chrono = "0.4.42"
lazy_static = "1.5.0"
mailchecker = "6.0.19"
httpdate = "1.0.3"
build-time = "0.1.3"
hex = "0.4.3"
anyhow = "1.0.100"
anyhow = "1.0.100"