-
Notifications
You must be signed in to change notification settings - Fork 1k
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
deps: bump socket2 from 0.4.7 to 0.5.1 #3522
Conversation
Bumps [socket2](https://github.com/rust-lang/socket2) from 0.4.7 to 0.5.1. - [Release notes](https://github.com/rust-lang/socket2/releases) - [Changelog](https://github.com/rust-lang/socket2/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/socket2/commits/v0.5.1) --- updated-dependencies: - dependency-name: socket2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Upgrade needs additional changes in |
I bumped MSRV for mdns and tcp. I do think we should consider that a breaking change so I am adding this to the |
What is the benefit of the How is that different to the I would prefer bumping the versions of |
I started a discussion about this here: #3532 |
It is unfortunately effectively useless for our workspace because a single commit (from squashing a PR) might easily touch multiple crates and you thus lose the correlation of which crate touched by the commit the breaking change refers to.
Only breaking changes go into that milestone because
The problem with this is that we give up on shipping features without breaking changes. Merging one breaking change attracts more breaking changes because "the damage has already been done". This way, we pile up features and features in master and only eventually cut a release. If we hold off on merging breaking changes, I'd hope that we: a) Release more often because master is by default not breaking |
For example, I'd want to us to ship #3386 fairly soon without and finalize the whole connection management topic (with a few more PRs coming) without doing another breaking change. |
A newer version of socket2 exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged. |
@dependabot recreate |
Superseded by #3873. |
Bumps socket2 from 0.4.7 to 0.5.1.
Changelog
Sourced from socket2's changelog.
... (truncated)
Commits
You can trigger a rebase of this PR by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)