Skip to content

Commit 5546487

Browse files
committed
Update Rust crate tokio to 1.23 (#286)
[![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` -> `1.23` | --- ### 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/hbase-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC41NC4yIiwidXBkYXRlZEluVmVyIjoiMzQuNTQuMiJ9-->
1 parent 5513c28 commit 5546487

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/operator-binary/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ snafu = "0.7"
1818
stackable-hbase-crd = { path = "../crd" }
1919
stackable-operator = { git = "https://github.com/stackabletech/operator-rs.git", tag = "0.27.1" }
2020
strum = { version = "0.24", features = ["derive"] }
21-
tokio = { version = "1.22", features = ["macros", "rt-multi-thread"] }
21+
tokio = { version = "1.23", features = ["macros", "rt-multi-thread"] }
2222
tracing = "0.1"
2323

2424
[build-dependencies]

0 commit comments

Comments
 (0)