From cdd5214656c6950c1e5eca628152733c6d41bb5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 09:17:04 +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 02ae11c651..f4a56c5fc9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -82,7 +82,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 = [ +openidconnect = { version = "3.0", default-features = false, features = [ "reqwest", ], optional = true } p256 = "0.12"