chore(deps): update transitive dependencies and add cargo-edit to dev environment #16
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.
Summary
This PR updates all transitive dependencies to their latest compatible versions and adds cargo-edit to the nix development environment for easier dependency management.
Changes
Transitive Dependency Updates (22 packages)
thiserror: 2.0.12 → 2.0.15proc-macro2: 1.0.95 → 1.0.101libc: 0.2.174 → 0.2.175cfg-if: 1.0.1 → 1.0.3bitflags: 2.9.1 → 2.9.2hashbrown: 0.15.4 → 0.15.5syn: 2.0.104 → 2.0.106cc: 1.2.29 → 1.2.33anstream: 0.6.19 → 0.6.20anstyle-query: 1.1.3 → 1.1.4crc32fast: 1.4.2 → 1.5.0redox_syscall: 0.5.13 → 0.5.17rustix: 1.0.7 → 1.0.8serde_json: 1.0.142 → 1.0.143windows-targets: 0.53.2 → 0.53.3zerovec: 0.11.2 → 0.11.4Development Environment
cargo-editto the nix flake development shellcargo upgrade,cargo add, andcargo rmfor easier dependency managementTest Plan