Skip to content

Update dependencies to latest versions#8

Merged
kacy merged 1 commit intomasterfrom
chore/update-dependencies
Jan 29, 2026
Merged

Update dependencies to latest versions#8
kacy merged 1 commit intomasterfrom
chore/update-dependencies

Conversation

@kacy
Copy link
Owner

@kacy kacy commented Jan 29, 2026

Summary

Updates all dependencies to their latest compatible versions.

Dependency Changes

Package Old Version New Version Notes
jsonwebtoken 8.3.0 9.3 Major version bump
reqwest 0.11 0.12 Minor version bump
rand 0.8 0.9 Dev dependency, API changes
time - 0.3.37 Added to fix build issues

Code Changes

  • Updated rand API usage in tests (thread_rng -> rng, distributions -> distr)
  • Added explicit lifetime annotation to QueryBuilder::from return type

Dependency updates:
- jsonwebtoken: 8.3.0 -> 9.3
- reqwest: 0.11 -> 0.12
- rand: 0.8 -> 0.9 (dev)
- time: added 0.3.37 (fixes build with newer Rust)

Code changes:
- Fix rand 0.9 API changes (thread_rng -> rng, distributions -> distr)
- Add explicit lifetime annotation to QueryBuilder::from return type

All 19 tests pass.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kacy kacy merged commit 369e6f8 into master Jan 29, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant