deps: bump cap-std-ext from 4.0 to 5.0#56
Merged
Conversation
This bumps the underlying cap-std from 3.x to 4.x. Also bumps cap-tempfile from 3.x to 4.x to match. Assisted-by: Claude Opus 4 Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
Semver break due to cap-std-ext bump. Signed-off-by: Jonathan Lebon <jonathan@jlebon.com>
There was a problem hiding this comment.
Code Review
This pull request updates the cap-std-ext dependency to a new major version, and also updates the related cap-tempfile dev-dependency. The crate's own version is correctly bumped from 0.6.0 to 0.7.0 to signal that this dependency update may introduce breaking changes, which is good practice for a pre-1.0.0 crate. The changes are straightforward and appear correct.
jlebon
force-pushed
the
pr/cap-std-ext-5
branch
from
February 12, 2026 04:47
39b7fe9 to
bffa9d9
Compare
cgwalters
approved these changes
Feb 12, 2026
Contributor
Author
|
I don't have ACLs here, but would appreciate a merge and release soon-ish to unblock some bumps in my crates. |
Contributor
|
I can merge, I can't push this to crates.io. |
1 task
Collaborator
The new model is automatic publishing (no manual human pushes) should just need #58 plus a release tag. |
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.
So things that pull in both this crate and cap-std-ext can actually update to 5.0.0. :)