From 4cdb05e0cb4230980e5a74bde45857b6d39d0f08 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 13:21:54 +0000 Subject: [PATCH] fix(deps): update rust crate openidconnect to 3.5.0 (#530) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
ramosbugs/openidconnect-rs (openidconnect) ### [`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 [@​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` ([#​150](https://togithub.com/ramosbugs/openidconnect-rs/issues/150)) - Include the full discovery url on invalid HTTP response by [@​Timshel](https://togithub.com/Timshel) in [https://github.com/ramosbugs/openidconnect-rs/pull/142](https://togithub.com/ramosbugs/openidconnect-rs/pull/142) **Full Changelog**: https://github.com/ramosbugs/openidconnect-rs/compare/3.4.0...3.5.0
--- ### 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. --- - [ ] 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). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 215239b..366c2c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -59,7 +59,7 @@ base64-compat = { version = "1", optional = true } custom_error = "1.9.2" document-features = { version = "0.2", optional = true } jsonwebtoken = { version = "9.2.0", optional = true } -openidconnect = { version = "3.4.0", optional = true } +openidconnect = { version = "3.5.0", optional = true } pbjson-types = { version = "0.6", optional = true } prost = { version = "0.12", optional = true } prost-types = { version = "0.12", optional = true }