Skip to content

Commit

Permalink
fix(deps): update rust crate openidconnect to 3.5.0 (#530)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [openidconnect](https://github.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://github.com/ramosbugs/openidconnect-rs/releases/tag/3.5.0)

[Compare
Source](https://github.com/ramosbugs/openidconnect-rs/compare/3.4.0...3.5.0)

#### New Features

- Add `UserInfoRequest::set_response_type` by
[@&#8203;FabianLars](https://github.com/FabianLars) in
[ramosbugs/openidconnect-rs#146

#### Bug Fixes

- Remove `#[non_exhaustive]` from `LogoutProviderMetadata`
([#&#8203;150](https://github.com/ramosbugs/openidconnect-rs/issues/150))
- Include the full discovery url on invalid HTTP response by
[@&#8203;Timshel](https://github.com/Timshel) in
[ramosbugs/openidconnect-rs#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>
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent 8ab0879 commit 4cdb05e
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 @@ -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 }
Expand Down

0 comments on commit 4cdb05e

Please sign in to comment.