From 710afb092bd97c7bbacb8fa65fcfae104deed814 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 27 Oct 2022 07:58:17 +0000 Subject: [PATCH] fix(deps): update rust crate openidconnect to 2.4.0 (#257) 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 6f7eaa3..e2c040a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ credentials = [ custom_error = "1.9.2" document-features = { version = "0.2", optional = true } jsonwebtoken = { version = "8.1.1", optional = true } -openidconnect = { version = "2.3.2", optional = true } +openidconnect = { version = "2.4.0", optional = true } prost = { version = "0.11", optional = true } prost-types = { version = "0.11", optional = true } reqwest = { version = "0.11.12", features = ["json"], optional = true }