From 4f94d6675de0f18a845ffaf72b0396d302995525 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 31 Mar 2025 20:50:31 +0000 Subject: [PATCH] Update Rust crate light-openid to 1.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b2baae3..b9c0bad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ serde_json = "1.0.137" rust-s3 = { version = "0.36.0-beta.2", features = ["tokio"] } actix-web = "4.10.2" actix-session = { version = "0.10.1", features = ["redis-session"] } -light-openid = "1.0.2" +light-openid = "1.0.4" thiserror = "2.0.11" rand = "0.9.0" rust-embed = "8.5.0"