Skip to content

Commit 147da3b

Browse files
committed
Update Rust crate tokio to 1.23.0 (#518)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](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 ([#&#8203;5208]) - io: support vectored writes for `ChildStdin` ([#&#8203;5216]) - io: fix `async fn ready()` false positive for OS-specific events ([#&#8203;5231]) ##### Changed - runtime: `yield_now` defers task until after driver poll ([#&#8203;5223]) - runtime: reduce amount of codegen needed per spawned task ([#&#8203;5213]) - windows: replace `winapi` dependency with `windows-sys` ([#&#8203;5204]) [#&#8203;5208]: https://togithub.com/tokio-rs/tokio/pull/5208 [#&#8203;5216]: https://togithub.com/tokio-rs/tokio/pull/5216 [#&#8203;5213]: https://togithub.com/tokio-rs/tokio/pull/5213 [#&#8203;5204]: https://togithub.com/tokio-rs/tokio/pull/5204 [#&#8203;5223]: https://togithub.com/tokio-rs/tokio/pull/5223 [#&#8203;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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ serde_json = "1.0.89"
2626
serde_yaml = "0.9.14"
2727
strum = { version = "0.24.1", features = ["derive"] }
2828
thiserror = "1.0.37"
29-
tokio = { version = "1.22.0", features = ["macros", "rt-multi-thread"] }
29+
tokio = { version = "1.23.0", features = ["macros", "rt-multi-thread"] }
3030
tracing = "0.1.37"
3131
tracing-subscriber = { version = "0.3.16", features = ["env-filter"] }
3232
derivative = "2.2.0"

0 commit comments

Comments
 (0)