Skip to content

Commit 942c255

Browse files
fix(deps): update rust crate jsonwebtoken to 9.3.0 (#540)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jsonwebtoken](https://togithub.com/Keats/jsonwebtoken) | dependencies | minor | `9.2.0` -> `9.3.0` | --- ### Release Notes <details> <summary>Keats/jsonwebtoken (jsonwebtoken)</summary> ### [`v9.3.0`](https://togithub.com/Keats/jsonwebtoken/blob/HEAD/CHANGELOG.md#930-2024-03-12) [Compare Source](https://togithub.com/Keats/jsonwebtoken/compare/v9.2.0...v9.3.0) - Add `Validation.reject_tokens_expiring_in_less_than`, the opposite of leeway </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:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjI2MS4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8c49cff commit 942c255

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
@@ -62,7 +62,7 @@ axum-extra = { version = "0.9", optional = true, features = ["typed-header"] }
6262
base64-compat = { version = "1", optional = true }
6363
custom_error = "1.9.2"
6464
document-features = { version = "0.2", optional = true }
65-
jsonwebtoken = { version = "9.2.0", optional = true }
65+
jsonwebtoken = { version = "9.3.0", optional = true }
6666
openidconnect = { version = "3.5.0", optional = true }
6767
pbjson-types = { version = "0.6", optional = true }
6868
prost = { version = "0.12", optional = true }

0 commit comments

Comments
 (0)