-
Notifications
You must be signed in to change notification settings - Fork 9
chore: update simd-json to 0.17.0 #206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR updates the simd-json dependency from version 0.14.3 to 0.17.0, which is a minor version bump that brings in updated transitive dependencies.
- Updates
simd-jsonfrom 0.14.3 to 0.17.0 - Updates transitive dependencies:
halfbrown(0.2.5 → 0.4.0),hashbrown(0.14.3 → 0.16.0), andvalue-trait(0.10.1 → 0.12.1) - Removes unused dependencies:
ahash,bumpalo,js-sys,log,version_check, and severalwasm-bindgenrelated packages
Reviewed Changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Cargo.toml | Updates simd-json version constraint from 0.14.3 to 0.17.0 |
| Cargo.lock | Reflects dependency tree changes including updated transitive dependencies and removal of no-longer-needed packages |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
8ab6ffe to
c7d0a51
Compare
ce85ec3 to
87b6604
Compare
CodSpeed Performance ReportMerging #206 will not alter performanceComparing 🎉 Hooray!
|
87b6604 to
d814ca1
Compare
This PR updates the
simd-jsondependency from version 0.14.3 to 0.17.0, which is a minor version bump that brings in updated transitive dependencies.