chore(deps): update rust crate jsonwebtoken to v11 #2
Loading…
Reference in a new issue
No description provided.
Delete branch "renovate/jsonwebtoken-11.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
10.4.0→11.0.0Release Notes
Keats/jsonwebtoken (jsonwebtoken)
v11.0.0Compare Source
AlgorithmandKeyAlgorithmDecodingKeys, creation fromEncodingKeyandDecodingKeynow supportsEd25519as wellAlgorithm,KeyAlgorithm,EllipticCurveandThumbprintHashare nownon_exhaustiveJwk.thumbprintnow returns aResult<_>Header.extrasis now a struct that allows for deserialization to anyTValidation.insecure_disable_signature_validationhas been removed, usedangerous::insecure_decodeinsteadEncodingKey.innerhas been renamed toas_bytes,try_get_hmac_secrethas been removedDecodingKey.as_bytesandtry_get_hmac_secrethave been removed, usetry_get_as_bytesinsteadChanges for
CryptoProvidersJwkUtilshas been renamed toKeyUtilscompute_digestnow returns aResult<_>extract_rsa_public_key_componentshas been renamed torsa_pub_components_from_private_keyrsa_pub_components_from_public_keyhas been addedextract_ec_public_key_coordinateshas been renamed toec_pub_components_from_private_keyed_pub_components_from_private_keyhas been addedConfiguration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR has been generated by Mend Renovate.