open-coroutine
open-coroutine copied to clipboard
Update polling requirement from 2.8.0 to 3.7.3
Updates the requirements on polling to permit the latest version.
Changelog
Sourced from polling's changelog.
Version 3.7.3
- Update to
windows-sysv0.59. (#214)Version 3.7.2
- Update
hermit-abito v0.4.0. (#209)Version 3.7.1
- Fix a typo in
Event::is_err(). (#204)Version 3.7.0
- Add support for the PS Vita as a platform. (#160)
Version 3.6.0
- Add an
is_errmethod toEventto tell when an error has occurred. (#189)- Deprecate the
is_connect_failedfunction. (#189)- Add support for HermitOS to
polling. (#194)Version 3.5.0
- Use the
epollbackend when RedoxOS is enabled. (#190)Version 3.4.0
- Add the ability to identify whether socket connection has failed. (#185)
- On BSD, add the ability to wait on a process by its PID. Previously, it was only possible to wait on a process by a
Childobject. (#180)- On ESP-IDF, annotate
eventfdinitialization failures with a message indicating the source of those failures. (#186)Version 3.3.2
- When AFD fails to initialize, the resulting error now references the underlying system error. (#174)
Version 3.3.1
- Bump
windows-systo v0.52.0. (#169)Version 3.3.0
- Automatically restarts polling when
ErrorKind::Interruptedis returned, rather than relying on the user to handle it. (#164)- Fix bad link in documentation for
Poller::wait(). (#163)Version 3.2.0
... (truncated)
Commits
1ee697av3.7.3fd188f6Update windows-sys 0.5918030b8v3.7.2b9a1af9Update hermit-abi requirement from 0.3.9 to 0.4.0c0f304av3.7.131a1661ci: Bump FreeBSD in CI to v13.37719966docs: Fix typo in is_err()2af3a5ebugfix: Fix new nightly errorscf2d60eci: Use latest stable wine in testing0b4afcaci: Remove +nightly and use default- Additional commits viewable in compare view
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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)