Skip to content
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

Bump mio from 0.8.11 to 1.0.2 #9792

Merged
merged 2 commits into from
Oct 29, 2024
Merged

Bump mio from 0.8.11 to 1.0.2 #9792

merged 2 commits into from
Oct 29, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2024

Bumps mio from 0.8.11 to 1.0.2.

Changelog

Sourced from mio's changelog.

1.0.2

1.0.1

1.0

With v1 Mio is able to bump its MSRV to 1.70, allowing us to implement I/O safety traits (rust-lang/rust#87074) and replace SocketAddr with the version found in the standard library.

Added

Removed

  • The SocketAddr type is removed in favour of std::os::unix::net::SocketAddr (tokio-rs/mio#1760). All methods on Mio's version should exist on the version in the standard library.

... (truncated)

Commits
  • e66deb9 Release v1.0.2
  • 59c5da6 Fix Hermit build
  • 38d1946 fixup! Copy illumos waker pipe work around to eventfd
  • 619c909 Copy illumos waker pipe work around to eventfd
  • 4a5114e Release v1.0.1
  • 5306ad3 Remove last null from UDS address
  • 91881b1 Add GNU/Hurd support
  • 1ce1545 Hermit doesn't support pipe(2)
  • 1133ed0 Move waker cfg attributes to sys::unix module
  • f3863f1 Add new_unregistered function to fd based wakers
  • Additional commits viewable in compare view

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 19, 2024
@dependabot dependabot bot force-pushed the dependabot/cargo/mio-1.0.2 branch 2 times, most recently from e9bde1c to 05d89c5 Compare August 26, 2024 11:55
@dependabot dependabot bot force-pushed the dependabot/cargo/mio-1.0.2 branch from 05d89c5 to 75459ba Compare September 12, 2024 19:28
@oskirby
Copy link
Collaborator

oskirby commented Oct 28, 2024

@dependabot recreate

@oskirby
Copy link
Collaborator

oskirby commented Oct 29, 2024

@dependabot rebase

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.11 to 1.0.2.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/master/CHANGELOG.md)
- [Commits](tokio-rs/mio@v0.8.11...v1.0.2)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/mio-1.0.2 branch from f50299c to d6fe264 Compare October 29, 2024 14:43
@oskirby oskirby merged commit d24c1d9 into main Oct 29, 2024
113 of 114 checks passed
@oskirby oskirby deleted the dependabot/cargo/mio-1.0.2 branch October 29, 2024 16:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant