meilisearch-rust
meilisearch-rust copied to clipboard
Update jsonwebtoken requirement from 8 to 9
Updates the requirements on jsonwebtoken to permit the latest version.
Changelog
Sourced from jsonwebtoken's changelog.
9.1.0 (2023-10-21)
- Supports deserialization of unsupported algorithms for JWKs
9.0.0 (2023-10-16)
- Update ring
- Rejects JWTs containing audiences when the Validation doesn't contain any
8.3.0 (2023-03-15)
- Update base64
- Implement Clone for TokenData if T impls Clone
8.2.0 (2022-12-03)
- Add DecodingKey::from_jwk
- Can now use PEM certificates if you have the
use_pemfeature enabled8.1.1 (2022-06-17)
- Fix invalid field name on OctetKeyParameters
8.1.0 (2022-04-12)
- Make optional fields in the spec really optional
- Implements
HashforHeader8.0.1 (2022-02-03)
- Fix documentation of leeway
8.0.0 (2022-02-02)
- Add EdDSA algorithm
sign/verifynow takes a&[u8]instead of&strto be more flexibleDecodingKeynow own its data- Remove deprecated
dangerous_unsafe_decodeValidation::issis now aHashSetinstead of a single valuedecodewill now error ifValidation::algorithmsis empty- Add JWKs types for easy interop with various Oauth provider, see
examples/auth0.rsfor an example- Removed
decode_*functions in favour of using theValidationstruct- Allow float values for
expandnbf, yes it's in the spec... floats will be rounded and converted to u64- Error now implements Clone/Eq
- Change default leeway from 0s to 60s
- Add
Validation::require_spec_claimsto validate presence of the spec claims
... (truncated)
Commits
7c8c88fv9.1.0b32e0a3deserialization support for some missing algorithms (#324)e7bb952Bump version (#334)a55b45cReject tokens when claims has an aud, none expected (#332)b7599ebUpgrade ring. (#333)61b8c1eFix CI (#322)d17051cfix(decoding): do not get_current_timestamp if user dont validate exp/nbf (#302)1bdfb91Update pem dependency to 2.x (#303)a470ed0JWK hmac keys are base64url encoded not standard (#316)cfd1f1cFix typo in README.md (#312)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.
bors cancel
Canceled.
bors try
@dependabot recreate
Looks like jsonwebtoken is no longer updatable, so this is no longer needed.