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

Update async-net requirement from 1 to 2 #168

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 30, 2023

Updates the requirements on async-net to permit the latest version.

Release notes

Sourced from async-net's releases.

v2.0.0

  • Breaking: Bump async-io to version 2.0.0. (#28)
  • Bump futures-lite to version 2.0.0. (#29)
Changelog

Sourced from async-net's changelog.

Version 2.0.0

  • Breaking: Bump async-io to version 2.0.0. (#28)
  • Bump futures-lite to version 2.0.0. (#29)

Version 1.8.0

  • Bump MSRV to 1.63. (#23)

Version 1.7.0

  • Implement I/O safety traits on Rust 1.63+ (#21)

Version 1.6.1

  • Override AsyncWrite::poll_write_vectored for TcpStream.
  • Remove boxed futures from TcpStream and UnixStream.

Version 1.6.0

  • Add From impls for conversion into inner networking types Arc<Async<T>>. (#12)
  • Optimize allocations in Listeners. (#11)

Version 1.5.0

  • Add Into impls for conversion into inner networking types Arc<Async<T>>.

Version 1.4.7

  • Update futures-lite.

Version 1.4.6

  • Remove random yielding - rely on async-io for that instead.

Version 1.4.5

  • Don't poll readiness() future again after it has returned an error.

Version 1.4.4

  • Store readable future inside Incoming struct.

Version 1.4.3

  • Minor nits in the docs.

Version 1.4.2

  • Make TcpStream and UnixStream unwind-safe.

... (truncated)

Commits

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 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)

@dependabot dependabot bot force-pushed the dependabot/cargo/async-net-2 branch from cacfbf3 to 18e5bfc Compare October 30, 2023 02:21
Updates the requirements on [async-net](https://github.com/smol-rs/async-net) to permit the latest version.
- [Release notes](https://github.com/smol-rs/async-net/releases)
- [Changelog](https://github.com/smol-rs/async-net/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-net@v1.0.0...v2.0.0)

---
updated-dependencies:
- dependency-name: async-net
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/cargo/async-net-2 branch from 18e5bfc to 8c28480 Compare October 30, 2023 02:21
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 3, 2023

Looks like async-net is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Nov 3, 2023
@dependabot dependabot bot deleted the dependabot/cargo/async-net-2 branch November 3, 2023 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants