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

chore(deps): bump mio from 0.8.0 to 0.8.2 in /crates #783

Merged
merged 1 commit into from
Mar 25, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 24, 2022

Bumps mio from 0.8.0 to 0.8.2.

Changelog

Sourced from mio's changelog.

0.8.2

Added

  • Experimental support for Redox.

0.8.1

Added

  • Add try_io method to all I/O types (#1551). This execute a user defined I/O closure while updating Mio's internal state ensuring that the I/O type receives more events if it hits a WouldBlock error. This is added to the following types:
    • TcpStream
    • UdpSocket
    • UnixDatagram
    • UnixStream
    • unix::pipe::Sender
    • unix::pipe::Receiver
  • Basic, experimental support for wasm32-wasi target (#1549). Note that a lot of time type are still missing, e.g. the Waker, and may never be possible to implement.
Commits
  • b5b0cd5 Release v0.8.2
  • 7809c4d Add Redox support (#1553)
  • 774dac2 Release v0.8.1
  • 4e658c2 Add try_io method to all I/O types
  • b2bbc10 Add tcp_listenfd_server example with target_os = "wasi" support
  • 485a235 Stub non-working examples for target_os = "wasi"
  • 5552df1 Disable all tests, which don't pass for target_os = "wasi"
  • c7a92f5 Add polling and networking for target_os = "wasi"
  • e8aed7b Fixed clippy warning: needlless_borrow.
  • 9f8ed3d Change to Windows latest image on Azure CI
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually 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)

Bumps [mio](https://github.com/tokio-rs/mio) from 0.8.0 to 0.8.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.0...v0.8.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Mar 24, 2022
@utam0k utam0k merged commit 81d23ca into main Mar 25, 2022
@dependabot dependabot bot deleted the dependabot/cargo/crates/mio-0.8.2 branch March 25, 2022 12:26
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.

2 participants