chore(deps): bump remaining major dependencies - #270
Merged
Conversation
Take the idle Dependabot majors in one PR. No source changes needed. - syn 2 → 3 (rustapi-macros) - validator 0.19 → 0.21 (legacy-validator) - jsonwebtoken 10.4 → 11 (jwt extra; still aws_lc_rs) - rust-i18n 3 → 4 - toml_edit 0.22 → 0.25 - base64 0.22 → 0.23 - serial_test 3 → 4 (dev-only) validator 0.21 and jsonwebtoken 11 declare rust-version 1.88; both are optional features. Workspace MSRV stays 1.85. serial_test 4 is dev-only (CI on stable).
This was referenced Sep 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
Seven Dependabot majors were sitting open from the idle stretch. They share one lockfile, so they belong in a single PR rather than seven colliding bumps.
What
rustapi-macroslegacy-validatorjwt(stillaws_lc_rs)i18ncargo-rustapi(unused import, version only)No Rust source changes.
t!().to_string(), JWTdecode/encode,URL_SAFE_NO_PAD, and#[serial]all still compile.MSRV
Workspace MSRV stays 1.85.
jsonwebtoken10.4 already declared 1.88; 11 is the same. Optionaljwtextra.validator0.21 declares 1.88. Optionallegacy-validator.serial_test4 declares 1.93.1 but is dev-only; CI runs on stable.Verified locally
cargo checkon macros / jwt / csrf / oauth2 / i18n / legacy-validator / CLI-D warningson macros and extras jwt+csrfcargo audit: no vulns (proc-macro-error2unmaintained warning gone via validator 0.21)Supersedes #256 #254 #253 #252 #251 #243 #240.