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

build(deps): update async-io requirement from 1.3 to 2.0 #825

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from async-io's releases.

v1.13.0

  • Use rustix instead of libc/windows-sys for system calls (#76)
  • Add a will_fire method to Timer to test if it will ever fire (#106)
  • Reduce syscalls in Async::new (#107)
  • Improve the drop ergonomics of Readable and Writable (#109)
  • Change the "wepoll" in documentation to "IOCP" (#116)
Changelog

Sourced from async-io's changelog.

Version 1.13.0

  • Use rustix instead of libc/windows-sys for system calls (#76)
  • Add a will_fire method to Timer to test if it will ever fire (#106)
  • Reduce syscalls in Async::new (#107)
  • Improve the drop ergonomics of Readable and Writable (#109)
  • Change the "wepoll" in documentation to "IOCP" (#116)

Version 1.12.0

  • Switch from winapi to windows-sys (#102)

Version 1.11.0

  • Update concurrent-queue to v2. (#99)

Version 1.10.0

  • Remove the dependency on the once_cell crate to restore the MSRV. (#95)

Version 1.9.0

  • Fix panic on very large durations. (#87)
  • Add Timer::never (#87)

Version 1.8.0

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

Version 1.7.0

  • Process timers set for exactly now. (#73)

Version 1.6.0

  • Add Readable and Writable futures. (#64, #66)
  • Add Async::{readable_owned, writable_owned}. (#66)

Version 1.5.0 [YANKED]

  • Add Readable and Writable futures. (#64)

Version 1.4.1

  • Remove dependency on deprecated vec-arena. (#60)

... (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 will merge this PR once CI passes on it, as requested by @tamird.


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 added dependencies Pull requests that update a dependency file rust Pull requests that update Rust code labels Oct 23, 2023
@netlify
Copy link

netlify bot commented Oct 23, 2023

Deploy Preview for aya-rs-docs ready!

Name Link
🔨 Latest commit c89b2d1
🔍 Latest deploy log https://app.netlify.com/sites/aya-rs-docs/deploys/653689e20a7f05000995862e
😎 Deploy Preview https://deploy-preview-825--aya-rs-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@mergify
Copy link

mergify bot commented Oct 23, 2023

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Sorry, only users with push access can use that command.

@mergify
Copy link

mergify bot commented Oct 23, 2023

@dependabot merge

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 23, 2023

Sorry, only users with push access can use that command.

@tamird tamird force-pushed the dependabot/cargo/async-io-2.0 branch from 9e5e73b to 06a78fd Compare October 23, 2023 14:56
@tamird
Copy link
Member

tamird commented Oct 23, 2023

@dependabot merge

@mergify mergify bot added the aya This is about aya (userspace) label Oct 23, 2023
@tamird tamird force-pushed the dependabot/cargo/async-io-2.0 branch from 06a78fd to 0e689d9 Compare October 23, 2023 14:56
@tamird
Copy link
Member

tamird commented Oct 23, 2023

@dependabot merge

Updates the requirements on [async-io](https://github.com/smol-rs/async-io) to permit the latest version.
- [Release notes](https://github.com/smol-rs/async-io/releases)
- [Changelog](https://github.com/smol-rs/async-io/blob/master/CHANGELOG.md)
- [Commits](smol-rs/async-io@v1.3.0...v1.13.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@tamird tamird force-pushed the dependabot/cargo/async-io-2.0 branch from 0e689d9 to c89b2d1 Compare October 23, 2023 14:57
@tamird
Copy link
Member

tamird commented Oct 23, 2023

@dependabot merge

@mergify
Copy link

mergify bot commented Oct 23, 2023

Hey @alessandrod, this pull request changes the Aya Public API and requires your review.

@mergify mergify bot requested a review from alessandrod October 23, 2023 14:58
@mergify mergify bot added api/needs-review Makes an API change that needs review test A PR that improves test cases or CI labels Oct 23, 2023
@dependabot dependabot bot merged commit 67fe16e into main Oct 23, 2023
21 checks passed
@dependabot dependabot bot deleted the dependabot/cargo/async-io-2.0 branch October 23, 2023 15:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api/needs-review Makes an API change that needs review aya This is about aya (userspace) dependencies Pull requests that update a dependency file rust Pull requests that update Rust code test A PR that improves test cases or CI
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant