From 76e7e5840ea947c89511959318818b4853446267 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 19:59:23 +0000 Subject: [PATCH] chore(deps): Update openidconnect requirement from 2.3 to 3.0 Updates the requirements on [openidconnect](https://github.com/ramosbugs/openidconnect-rs) to permit the latest version. - [Release notes](https://github.com/ramosbugs/openidconnect-rs/releases) - [Commits](https://github.com/ramosbugs/openidconnect-rs/compare/2.3.0...3.0.0) --- updated-dependencies: - dependency-name: openidconnect dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f7f67a401f..989c09f328 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -64,7 +64,7 @@ elliptic-curve = { version = "0.12.2", features = [ "arithmetic", "pem" ] } lazy_static = "1.4.0" oci-distribution = { version = "0.9", default-features = false, optional = true } olpc-cjson = "0.1" -openidconnect = { version = "2.3", default-features = false, features = [ "reqwest" ], optional = true} +openidconnect = { version = "3.0", default-features = false, features = [ "reqwest" ], optional = true} p256 = "0.12" p384 = "0.12" webbrowser = "0.8.4"