Skip to content

Commit 4cdb05e

Browse files
fix(deps): update rust crate openidconnect to 3.5.0 (#530)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [openidconnect](https://togithub.com/ramosbugs/openidconnect-rs) | dependencies | minor | `3.4.0` -> `3.5.0` | --- ### Release Notes <details> <summary>ramosbugs/openidconnect-rs (openidconnect)</summary> ### [`v3.5.0`](https://togithub.com/ramosbugs/openidconnect-rs/releases/tag/3.5.0) [Compare Source](https://togithub.com/ramosbugs/openidconnect-rs/compare/3.4.0...3.5.0) #### New Features - Add `UserInfoRequest::set_response_type` by [@&#8203;FabianLars](https://togithub.com/FabianLars) in [https://github.com/ramosbugs/openidconnect-rs/pull/146](https://togithub.com/ramosbugs/openidconnect-rs/pull/146) #### Bug Fixes - Remove `#[non_exhaustive]` from `LogoutProviderMetadata` ([#&#8203;150](https://togithub.com/ramosbugs/openidconnect-rs/issues/150)) - Include the full discovery url on invalid HTTP response by [@&#8203;Timshel](https://togithub.com/Timshel) in [https://github.com/ramosbugs/openidconnect-rs/pull/142](https://togithub.com/ramosbugs/openidconnect-rs/pull/142) **Full Changelog**: ramosbugs/openidconnect-rs@3.4.0...3.5.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 9pm,before 6am" in timezone Europe/Zurich, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/smartive/zitadel-rust). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xOTEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjE5MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8ab0879 commit 4cdb05e

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
@@ -59,7 +59,7 @@ base64-compat = { version = "1", optional = true }
5959
custom_error = "1.9.2"
6060
document-features = { version = "0.2", optional = true }
6161
jsonwebtoken = { version = "9.2.0", optional = true }
62-
openidconnect = { version = "3.4.0", optional = true }
62+
openidconnect = { version = "3.5.0", optional = true }
6363
pbjson-types = { version = "0.6", optional = true }
6464
prost = { version = "0.12", optional = true }
6565
prost-types = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)