-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 0ab4355
authored
chore(deps): update rust crate tokio to v1.46.0 (#346)
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.45.1` -> `1.46.0` |
---
### Release Notes
<details>
<summary>tokio-rs/tokio (tokio)</summary>
###
[`v1.46.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.46.0):
Tokio v1.46.0
[Compare
Source](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.45.1...tokio-1.46.0)
### 1.46.0 (July 2nd, 2025)
##### Fixed
- net: fixed `TcpStream::shutdown` incorrectly returning an error on
macOS ([#​7290])
#### Added
- sync: `mpsc::OwnedPermit::{same_channel, same_channel_as_sender}`
methods ([#​7389])
- macros: `biased` option for `join!` and `try_join!`, similar to
`select!` ([#​7307])
- net: support for cygwin ([#​7393])
- net: support `pope::OpenOptions::read_write` on Android
([#​7426])
- net: add `Clone` implementation for `net::unix::SocketAddr`
([#​7422])
#### Changed
- runtime: eliminate unnecessary lfence while operating on
`queue::Local<T>` ([#​7340])
- task: disallow blocking in `LocalSet::{poll,drop}` ([#​7372])
#### Unstable
- runtime: add `TaskMeta::spawn_location` tracking where a task was
spawned ([#​7417])
- runtime: removed borrow from `LocalOptions` parameter to
`runtime::Builder::build_local` ([#​7346])
#### Documented
- io: clarify behavior of seeking when `start_seek` is not used
([#​7366])
- io: document cancellation safety of `AsyncWriteExt::flush`
([#​7364])
- net: fix docs for `recv_buffer_size` method ([#​7336])
- net: fix broken link of `RawFd` in `TcpSocket` docs ([#​7416])
- net: update `AsRawFd` doc link to current Rust stdlib location
([#​7429])
- readme: fix double period in reactor description ([#​7363])
- runtime: add doc note that `on_*_task_poll` is unstable
([#​7311])
- sync: update broadcast docs on allocation failure ([#​7352])
- time: add a missing panic scenario of `time::advance` ([#​7394])
[#​7290]: https://redirect.github.com/tokio-rs/tokio/pull/7290
[#​7307]: https://redirect.github.com/tokio-rs/tokio/pull/7307
[#​7311]: https://redirect.github.com/tokio-rs/tokio/pull/7311
[#​7336]: https://redirect.github.com/tokio-rs/tokio/pull/7336
[#​7340]: https://redirect.github.com/tokio-rs/tokio/pull/7340
[#​7346]: https://redirect.github.com/tokio-rs/tokio/pull/7346
[#​7352]: https://redirect.github.com/tokio-rs/tokio/pull/7352
[#​7363]: https://redirect.github.com/tokio-rs/tokio/pull/7363
[#​7364]: https://redirect.github.com/tokio-rs/tokio/pull/7364
[#​7366]: https://redirect.github.com/tokio-rs/tokio/pull/7366
[#​7372]: https://redirect.github.com/tokio-rs/tokio/pull/7372
[#​7389]: https://redirect.github.com/tokio-rs/tokio/pull/7389
[#​7393]: https://redirect.github.com/tokio-rs/tokio/pull/7393
[#​7394]: https://redirect.github.com/tokio-rs/tokio/pull/7394
[#​7416]: https://redirect.github.com/tokio-rs/tokio/pull/7416
[#​7422]: https://redirect.github.com/tokio-rs/tokio/pull/7422
[#​7426]: https://redirect.github.com/tokio-rs/tokio/pull/7426
[#​7429]: https://redirect.github.com/tokio-rs/tokio/pull/7429
[#​7417]: https://redirect.github.com/tokio-rs/tokio/pull/7417
</details>
---
### Configuration
📅 **Schedule**: Branch creation - At any time (no schedule defined),
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/apollographql/subgraph-template-rust-async-graphql).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>1 parent 0554ff2 commit 0ab4355Copy full SHA for 0ab4355
Expand file treeCollapse file tree
1 file changed
+15
-2
lines changed+15-2Lines changed: 15 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments