Skip to content

Commit

Permalink
chore(deps): Update openidconnect requirement from 2.3 to 3.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored May 22, 2023
1 parent 4354bf2 commit 76e7e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 76e7e58

Please sign in to comment.