Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update rust crate compio to 0.13 (#1433)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [compio](https://redirect.github.com/compio-rs/compio) | workspace.dependencies | minor | `0.12` -> `0.13` | --- ### Release Notes <details> <summary>compio-rs/compio (compio)</summary> ### [`v0.13.0`](https://redirect.github.com/compio-rs/compio/releases/tag/v0.13.0) [Compare Source](https://redirect.github.com/compio-rs/compio/compare/v0.12.0...v0.13.0) #### What's Changed - ci: guard compio is compatible with stable rust by [@​tisonkun](https://redirect.github.com/tisonkun) in [https://github.com/compio-rs/compio/pull/297](https://redirect.github.com/compio-rs/compio/pull/297) - fix(fs): metadata types on armv7-linux-androideabi by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/298](https://redirect.github.com/compio-rs/compio/pull/298) - feat(tls): add ALPN support by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/299](https://redirect.github.com/compio-rs/compio/pull/299) - feat(io): add \*\_read_uninit for compat by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/301](https://redirect.github.com/compio-rs/compio/pull/301) - feat(runtime): don't try to poll all tasks before polling driver by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/300](https://redirect.github.com/compio-rs/compio/pull/300) - feat(net): add from_std for UdpSocket by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/302](https://redirect.github.com/compio-rs/compio/pull/302) - refactor: update rustfmt config by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/303](https://redirect.github.com/compio-rs/compio/pull/303) - fix(driver,poll,iour): use Arc::clone instead of try_clone by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/306](https://redirect.github.com/compio-rs/compio/pull/306) - fix(driver,poll): remove pipe usage by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/307](https://redirect.github.com/compio-rs/compio/pull/307) - fix(quic): don't exit event loop on I/O error by [@​AsakuraMizu](https://redirect.github.com/AsakuraMizu) in [https://github.com/compio-rs/compio/pull/311](https://redirect.github.com/compio-rs/compio/pull/311) - fix(net,iour,poll): fix accept leak by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/315](https://redirect.github.com/compio-rs/compio/pull/315) - build(deps): update rustls platform verifier by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/317](https://redirect.github.com/compio-rs/compio/pull/317) - feat(io): remove explicit lifetime from copy by [@​George-Miao](https://redirect.github.com/George-Miao) in [https://github.com/compio-rs/compio/pull/319](https://redirect.github.com/compio-rs/compio/pull/319) - fix(driver,poll): ignore EINTR and retry by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/320](https://redirect.github.com/compio-rs/compio/pull/320) - feat(driver,iocp): add WaitCompletionPacket support by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/316](https://redirect.github.com/compio-rs/compio/pull/316) - refactor(net,iocp): move WSAStartup by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/314](https://redirect.github.com/compio-rs/compio/pull/314) - fix(io): copy should be eager by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/321](https://redirect.github.com/compio-rs/compio/pull/321) - refactor(driver,poll): remove event in on_event by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/322](https://redirect.github.com/compio-rs/compio/pull/322) - ci: add freebsd by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/324](https://redirect.github.com/compio-rs/compio/pull/324) - fix(io,copy): clear buf after write by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/325](https://redirect.github.com/compio-rs/compio/pull/325) - refactor(driver,poll): add op_type by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/323](https://redirect.github.com/compio-rs/compio/pull/323) - feat: add FreeBSD AIO support by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/310](https://redirect.github.com/compio-rs/compio/pull/310) - fix(runtime): runnable reference cycle by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/328](https://redirect.github.com/compio-rs/compio/pull/328) - ci: add illumos one by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/327](https://redirect.github.com/compio-rs/compio/pull/327) - refactor: use cfg_aliases by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/331](https://redirect.github.com/compio-rs/compio/pull/331) - fix(runtime): self-reference without Arc by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/329](https://redirect.github.com/compio-rs/compio/pull/329) - refactor(driver,runtime): allow polling driver when pushing an op by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/308](https://redirect.github.com/compio-rs/compio/pull/308) - doc(README): add banner by [@​George-Miao](https://redirect.github.com/George-Miao) in [https://github.com/compio-rs/compio/pull/334](https://redirect.github.com/compio-rs/compio/pull/334) - feat(quic): support rustls provider aws-lc-rs by [@​AsakuraMizu](https://redirect.github.com/AsakuraMizu) in [https://github.com/compio-rs/compio/pull/333](https://redirect.github.com/compio-rs/compio/pull/333) - feat(driver): add AIO support for illumos & solaris by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/330](https://redirect.github.com/compio-rs/compio/pull/330) - fix: add rustls features for tls by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/336](https://redirect.github.com/compio-rs/compio/pull/336) - fix: add io-uring & polling feature to crates by [@​Berrysoft](https://redirect.github.com/Berrysoft) in [https://github.com/compio-rs/compio/pull/335](https://redirect.github.com/compio-rs/compio/pull/335) #### New Contributors - [@​tisonkun](https://redirect.github.com/tisonkun) made their first contribution in [https://github.com/compio-rs/compio/pull/297](https://redirect.github.com/compio-rs/compio/pull/297) **Full Changelog**: compio-rs/compio@v0.12.0...v0.13.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/spiraldb/vortex). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTkuMCIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
- Loading branch information