Commit 147da3b
committed
Update Rust crate tokio to 1.23.0 (#518)
[](https://renovatebot.com)
This PR contains the following updates:
| Package | Type | Update | Change |
|---|---|---|---|
| [tokio](https://tokio.rs) ([source](https://togithub.com/tokio-rs/tokio)) | dependencies | minor | `1.22.0` -> `1.23.0` |
---
### Release Notes
<details>
<summary>tokio-rs/tokio</summary>
### [`v1.23.0`](https://togithub.com/tokio-rs/tokio/releases/tag/tokio-1.23.0): Tokio v1.23.0
[Compare Source](https://togithub.com/tokio-rs/tokio/compare/tokio-1.22.0...tokio-1.23.0)
##### Fixed
- net: fix Windows named pipe connect ([#​5208])
- io: support vectored writes for `ChildStdin` ([#​5216])
- io: fix `async fn ready()` false positive for OS-specific events ([#​5231])
##### Changed
- runtime: `yield_now` defers task until after driver poll ([#​5223])
- runtime: reduce amount of codegen needed per spawned task ([#​5213])
- windows: replace `winapi` dependency with `windows-sys` ([#​5204])
[#​5208]: https://togithub.com/tokio-rs/tokio/pull/5208
[#​5216]: https://togithub.com/tokio-rs/tokio/pull/5216
[#​5213]: https://togithub.com/tokio-rs/tokio/pull/5213
[#​5204]: https://togithub.com/tokio-rs/tokio/pull/5204
[#​5223]: https://togithub.com/tokio-rs/tokio/pull/5223
[#​5231]: https://togithub.com/tokio-rs/tokio/pull/5231
</details>
---
### Configuration
📅 **Schedule**: Branch creation - "after 5:00 and before 6:00 every weekday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).
🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.
♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/stackabletech/operator-rs).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->1 parent 8bc19d4 commit 147da3b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments