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 tokio to v1.42.0 (#543)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [tokio](https://tokio.rs) ([source](https://redirect.github.com/tokio-rs/tokio)) | workspace.dependencies | minor | `1.41.1` -> `1.42.0` | --- ### Release Notes <details> <summary>tokio-rs/tokio (tokio)</summary> ### [`v1.42.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.42.0): Tokio v1.42.0 [Compare Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.41.1...tokio-1.42.0) ##### 1.42.0 (Dec 3rd, 2024) ##### Added - io: add `AsyncFd::{try_io, try_io_mut}` ([#​6967]) ##### Fixed - io: avoid `ptr->ref->ptr` roundtrip in RegistrationSet ([#​6929]) - runtime: do not defer `yield_now` inside `block_in_place` ([#​6999]) ##### Changes - io: simplify io readiness logic ([#​6966]) ##### Documented - net: fix docs for `tokio::net::unix::{pid_t, gid_t, uid_t}` ([#​6791]) - time: fix a typo in `Instant` docs ([#​6982]) [#​6791]: https://redirect.github.com/tokio-rs/tokio/pull/6791 [#​6929]: https://redirect.github.com/tokio-rs/tokio/pull/6929 [#​6966]: https://redirect.github.com/tokio-rs/tokio/pull/6966 [#​6967]: https://redirect.github.com/tokio-rs/tokio/pull/6967 [#​6982]: https://redirect.github.com/tokio-rs/tokio/pull/6982 [#​6999]: https://redirect.github.com/tokio-rs/tokio/pull/6999 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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. --- - [ ] 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/andrzejressel/pulumi-wasm).
- Loading branch information