Commit 1e781c6
Merge #717
717: chore: Bump jsonwebtoken crate to 10.0.0 r=curquiza a=kumarUjjawal
# Pull Request
Bump `jsonwebtoken` crate to `10.0.0` to add the "aws_lc_rs" feature which will allow in reducing the double compilation.
## Related issue
Fixes #715
## What does this PR do?
## PR checklist
Please check if your PR fulfills the following requirements:
- [x] Does this PR fix an existing issue, or have you listed the changes applied in the PR description (and why they are needed)?
- [x] Have you read the contributing guidelines?
- [x] Have you made sure that the title is accurate and descriptive of the changes?
Thank you so much for contributing to Meilisearch!
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
* **Chores**
* Upgraded the underlying token processing library to a new major release with non-blocking support and enhanced cryptography options, improving performance and security posture.
* **Tests**
* Improved test build configuration for token-related structures to streamline test scenarios; no impact on runtime behavior.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Kumar Ujjawal <[email protected]>2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
0 commit comments