Update Rust crate light-openid to v1.0.3
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Pierre HUBERT 2025-03-05 00:17:22 +00:00
parent 1bbfe494d8
commit 5b58b70ca7

6
Cargo.lock generated
View File

@ -2008,15 +2008,15 @@ checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
[[package]]
name = "light-openid"
version = "1.0.2"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "740b0dd2309a8d6f7ef6612ce58692407b87e1cd33728b8d1dfec639faa27066"
checksum = "7a2ccfa91d4c1284086caccbbaf8654ca5843c0c06511f8140800236d62ee1c7"
dependencies = [
"aes-gcm",
"base64 0.22.1",
"bincode",
"log",
"rand 0.8.5",
"rand 0.9.0",
"reqwest",
"serde",
"serde_json",