chore(deps): bump all workspace dependencies#1500
Merged
Conversation
Run `cargo update` and bump explicit version pins in workspace.dependencies: - pyo3 0.28.2 -> 0.28.3 - napi 3.8.5 -> 3.8.6 - napi-derive 3.5.4 -> 3.5.5 Lockfile updates pull in latest compatible versions including reqwest 0.13.3, rustls 0.23.40, russh 0.60.2, rustls-platform-verifier 0.7.0, jiff 0.2.24, data-encoding 2.11, and other transitive bumps.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bashkit | 8982e4b | Commit Preview URL Branch Preview URL |
May 02 2026, 12:37 AM |
Run `cargo vet regenerate exemptions` to refresh the exemption list after the dependency bump. Updates exemption pins to new versions and prunes exemptions for crates that left the dependency tree.
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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.
What
cargo updateto bring the workspace lockfile to latest compatible versions.[workspace.dependencies]:pyo30.28.2 → 0.28.3napi3.8.5 → 3.8.6napi-derive3.5.4 → 3.5.5Why
Routine dependency hygiene. Pulls in upstream bug fixes and patch-level security updates across the workspace tree.
How
Notable lockfile updates from
cargo update:reqwest0.13.2 → 0.13.3rustls0.23.38 → 0.23.40rustls-platform-verifier0.6.2 → 0.7.0russh0.60.1 → 0.60.2aws-lc-rs1.16.2 → 1.16.3,aws-lc-sys0.39.1 → 0.40.0wasm-bindgen0.2.118 → 0.2.120,web-sys0.3.95 → 0.3.97jiff0.2.23 → 0.2.24,jni0.21.1 → 0.22.4,ctor0.10.1 → 0.11.1data-encoding2.10 → 2.11,typenum1.19 → 1.20,generic-array1.3 → 1.4No major-version stable bumps were available for the headline deps (rustls 0.24 only in
-dev, no reqwest 0.14, no pyo3 0.29 yet, russh-keys 0.50 only in beta).Test plan
cargo build --workspace --all-features— greencargo check --workspace --all-features --all-targets— greencargo test --workspace --lib --all-features— 2604 lib tests passcargo test --features http_client— greencargo clippy --workspace --all-features --all-targets -- -D warnings— cleancargo fmt --check— cleanbashkit -c '...') — worksGenerated by Claude Code