Skip to content

Commit

Permalink
chore(deps): update rust crate compio to 0.13 (#1433)
Browse files Browse the repository at this point in the history
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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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
[@&#8203;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

- [@&#8203;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
renovate[bot] authored Nov 21, 2024
1 parent 6c2ec28 commit 99659bc
Show file tree
Hide file tree
Showing 2 changed files with 89 additions and 22 deletions.
109 changes: 88 additions & 21 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bzip2 = "0.4.4"
cargo_metadata = "0.19.0"
chrono = "0.4.38"
clap = "4.5.13"
compio = "0.12"
compio = "0.13"
criterion = { version = "0.5.1", features = ["html_reports"] }
croaring = "2.1.0"
csv = "1.3.0"
Expand Down

0 comments on commit 99659bc

Please sign in to comment.