Skip to content

chore(deps): bump compio from 0.18.0 to 0.19.0#18

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/compio-0.19.0
Open

chore(deps): bump compio from 0.18.0 to 0.19.0#18
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/compio-0.19.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor

Bumps compio from 0.18.0 to 0.19.0.

Release notes

Sourced from compio's releases.

v0.19.0

We introduced small fixes since v0.19.0-rc.2. Here is the complete change log since v0.18.0.

What's Changed

  • compio-buf
    • IoBufMut::ensure_init (#884)
  • compio-io
    • Ancillary IO (#730, #734, #737, #795, #843)
    • The managed IO traits have been refactored (#820)
    • Multishot IO (#732)
    • Framed IO updates (#749, #752)
    • AsyncStream has been refactored (#874)
    • Duplex forwarding for BufReader/BufWriter (#695)
    • Async zerocopy write traits (#898)
  • compio-driver
    • OpCode refactor: remove the usages of Pin and introduce the Control API (#753, #803, #804, #859)
    • Multishot IO: ReadMulti, RecvMulti, RecvFromMulti, RecvMsgMulti, AcceptMulti (#748, #715, #747, #842)
    • Zero-copy IO: SendZc, SendMsgZc (#754, #755)
    • More POSIX ops: Bind, Listen, Pipe (#806, #807)
    • BufferPool refactor (#820, #854)
    • Fd registering (#718)
    • Public APIs exposes rustix types (#876)
    • CPU affinity support for SQPOLL (#900)
    • single issuer & deferred task support (#908)
    • Detect kernel version for fallbacks (#903)
    • Support setting poll_first flags on io-uring (#894)
  • compio-executor: this is a new low-level crate to replace async-task. It is not exported from the monocrate.
  • compio-runtime
    • The mod event has been removed (#707)
    • AsyncFd & PollFd have been moved to compio-runtime (#662)
    • Runtime::submit_multi (#743, #830)
    • Future combinator (#665, #825)
    • Fix abort on some panic cases (#901)
    • "notify-always" feature has been removed (#902)
  • compio-compat: this is a new high-level crate to make compio run on other async runtimes.
  • compio-macros
    • Support builder params (#926)
  • compio-fs
    • Dir support (#703)
    • Multishot IO (#830)
  • compio-net
    • All send* methods pass MSG_NOSIGNAL now (#835)
    • *Listener::incoming: a Stream to accept incoming connections forever (#747, #759)
    • TcpSocket & UnixSocket: new socket types for convenience (#817)
    • Multishot IO (#830, #838)
    • Socket state support (experimental): *Stream::sock_nonempty to indicate whether there's more data internally to read. Only available on io-uring (#861)
    • disconnect method on Windows (#887)
    • nonempty handling for accept (#906)
    • Expose recvmsg return flags (#935)
  • compio-signal

... (truncated)

Commits

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

Bumps [compio](https://github.com/compio-rs/compio) from 0.18.0 to 0.19.0.
- [Release notes](https://github.com/compio-rs/compio/releases)
- [Changelog](https://github.com/compio-rs/compio/blob/master/release-plz.toml)
- [Commits](compio-rs/compio@v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: compio
  dependency-version: 0.19.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 1, 2026

Copy link
Copy Markdown
Contributor Author

Milestone

The specified milestone could not be found on this repository. If you view a milestone, the final part of the page URL, after milestone, is the identifier. For example: https://github.com/<org>/<repo>/milestone/3.

Labels

The following labels could not be found: dependencies, rust. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant