Bump openidconnect from 2.3.2 to 2.5.0 (#92)

Bumps [openidconnect](https://github.com/ramosbugs/openidconnect-rs) from 2.3.2 to 2.5.0.
- [Release notes](https://github.com/ramosbugs/openidconnect-rs/releases)
- [Commits](https://github.com/ramosbugs/openidconnect-rs/compare/2.3.2...2.5.0)

---
updated-dependencies:
- dependency-name: openidconnect
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-01-16 09:51:02 +00:00
committed by GitHub
parent 74c9c85bab
commit e850d74d60
2 changed files with 78 additions and 3 deletions

View File

@ -86,7 +86,7 @@ pbkdf2 = "0.11"
rand_core = { version = "0.6", features = ["std"] }
jsonwebtoken = "8.1"
openssl = { version = "0.10", features = ["vendored"] }
openidconnect = { version = "2.3", features = ["accept-rfc3339-timestamps"] }
openidconnect = { version = "2.5", features = ["accept-rfc3339-timestamps"] }
# MQTT
paho-mqtt = { version = "0.11", features = ["vendored-ssl"] }