Skip to content

Commit 75efcc9

Browse files
chore(deps): Update openidconnect requirement from 2.3 to 3.0 (#265)
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](ramosbugs/openidconnect-rs@2.3.0...3.0.0) --- updated-dependencies: - dependency-name: openidconnect dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 0bab41c commit 75efcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ elliptic-curve = { version = "0.12.2", features = ["arithmetic", "pem"] }
8282
lazy_static = "1.4.0"
8383
oci-distribution = { version = "0.9", default-features = false, optional = true }
8484
olpc-cjson = "0.1"
85-
openidconnect = { version = "2.3", default-features = false, features = [
85+
openidconnect = { version = "3.0", default-features = false, features = [
8686
"reqwest",
8787
], optional = true }
8888
p256 = "0.12"

0 commit comments

Comments
 (0)