Skip to content

Commit

Permalink
fix(deps): update rust crate openidconnect to 2.4.0 (#257)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Oct 27, 2022
1 parent 1478790 commit 710afb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -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 }
Expand Down

0 comments on commit 710afb0

Please sign in to comment.