From a2a28b199361168ae8b4fd84e0f1c332d9f094d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 09:48:34 +0000 Subject: [PATCH] fix(deps): update rust crate openidconnect to 3.5.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f33b68e..0e239c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2", optional = true } jsonwebtoken = { version = "9.2.0", optional = true } -openidconnect = { version = "3.4.0", optional = true } +openidconnect = { version = "3.5.0", optional = true } pbjson-types = { version = "0.6", optional = true } prost = { version = "0.12", optional = true } prost-types = { version = "0.12", optional = true }