Skip to content

Commit

Permalink
chore(deps): update rust crate tokio to 1.42.0 (#71)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [tokio](https://tokio.rs)
([source](https://redirect.github.com/tokio-rs/tokio)) | 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}` ([#&#8203;6967])

##### Fixed

- io: avoid `ptr->ref->ptr` roundtrip in RegistrationSet
([#&#8203;6929])
- runtime: do not defer `yield_now` inside `block_in_place`
([#&#8203;6999])

##### Changes

-   io: simplify io readiness logic ([#&#8203;6966])

##### Documented

- net: fix docs for `tokio::net::unix::{pid_t, gid_t, uid_t}`
([#&#8203;6791])
-   time: fix a typo in `Instant` docs ([#&#8203;6982])

[#&#8203;6791]: https://redirect.github.com/tokio-rs/tokio/pull/6791

[#&#8203;6929]: https://redirect.github.com/tokio-rs/tokio/pull/6929

[#&#8203;6966]: https://redirect.github.com/tokio-rs/tokio/pull/6966

[#&#8203;6967]: https://redirect.github.com/tokio-rs/tokio/pull/6967

[#&#8203;6982]: https://redirect.github.com/tokio-rs/tokio/pull/6982

[#&#8203;6999]: https://redirect.github.com/tokio-rs/tokio/pull/6999

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "before 10am on monday" in timezone
Asia/Shanghai, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, 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/Boshen/criterion2.rs).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS40Mi40IiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 8, 2024
1 parent 676d797 commit bf09892
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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 @@ -40,7 +40,7 @@ oorandom = "11.1.4"
rayon = { version = "1.10", optional = true }
futures = { version = "0.3.31", default-features = false, optional = true }
smol = { version = "2.0.2", default-features = false, optional = true }
tokio = { version = "1.41.1", default-features = false, features = ["rt"], optional = true }
tokio = { version = "1.42.0", default-features = false, features = ["rt"], optional = true }
async-std = { version = "1.13.0", optional = true }
codspeed = { version = "2.7.2", optional = true }
colored = { version = "2.1.0", optional = true }
Expand Down

0 comments on commit bf09892

Please sign in to comment.