From ea195b7ab6810347de78412ed633d85e1f4a2780 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 21:43:57 +0000 Subject: [PATCH] fix(deps): update rust crate openidconnect to 3.3.1 (#497) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c772c45..0ea6a8e 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 = "8.3.0", optional = true } -openidconnect = { version = "3.3.0", optional = true } +openidconnect = { version = "3.3.1", optional = true } pbjson-types = { version = "0.5.1", optional = true } prost = { version = "0.11", optional = true } prost-types = { version = "0.11", optional = true }