-
Notifications
You must be signed in to change notification settings - Fork 1
Bump tokio from 1.45.0 to 1.46.1 #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.45.0 to 1.46.1. - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](tokio-rs/tokio@tokio-1.45.0...tokio-1.46.1) --- updated-dependencies: - dependency-name: tokio dependency-version: 1.46.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
Owner
|
@dependabot merge
dependabot[bot] ***@***.***> schrieb am Montag, 7. Juli 2025 um 3:34 vorm.:
… Bumps tokio from 1.45.0 to 1.46.1.
Release notes
Sourced from tokio's releases.
> Tokio v1.46.1
> -------------
>
> 1.46.1 (July 4th, 2025)
> =======================
>
> This release fixes incorrect spawn locations in runtime task hooks for tasks spawned using `tokio::spawn` rather than `Runtime::spawn`. This issue only effected the spawn location in `TaskMeta::spawned_at`, and did not effect task locations in Tracing events.
>
> Unstable
> --------
>
> - runtime: add `TaskMeta::spawn_location` tracking where a task was spawned (#7440)
>
> #7440: tokio-rs/tokio#7440
>
> Tokio v1.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: tokio-rs/tokio#7290 #7307: tokio-rs/tokio#7307
... (truncated)
Commits
- ab3ff69 chore: prepare to release v1.46.1 (#7444)
- a0d5b8a runtime(unstable): fix task hook spawn locations for `tokio::spawn` (#7440)
- a1ee3ef chore: fix some minor typos in the comments (#7442)
- 171cd14 changelog: fix typo in `pipe::OpenOptions` for 1.46.0 (#7439)
- 3f1f268 chore: prepare Tokio v1.46.0 (#7437)
- 3e890cc rt(unstable): add spawn `Location` to `TaskMeta` (#7417)
- 69290a6 net: derive `Clone` for `net::unix::SocketAddr` (#7422)
- e2b1758 fuzz: cfg fuzz tests under cfg(test) (#7428)
- b7a75b5 net: update `AsRawFd` doc link to current Rust stdlib location (#7429)
- 6b705b3 net: allow `pipe::OpenOptions::read_write` on Android (#7426)
- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting ***@***.*** rebase`.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- ***@***.*** rebase` will rebase this PR
- ***@***.*** recreate` will recreate this PR, overwriting any edits that have been made to it
- ***@***.*** merge` will merge this PR after your CI passes on it
- ***@***.*** squash and merge` will squash and merge this PR after your CI passes on it
- ***@***.*** cancel merge` will cancel a previously requested merge and block automerging
- ***@***.*** reopen` will reopen this PR if it is closed
- ***@***.*** close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- ***@***.*** show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- ***@***.*** ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- ***@***.*** ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- ***@***.*** ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
#### You can view, comment on, or merge this pull request online at:
#16
#### Commit Summary
- 176bb85 Bump tokio from 1.45.0 to 1.46.1
#### File Changes
(2 files)
- M Cargo.lock (17)
- M Cargo.toml (2)
#### Patch Links:
- https://github.com/ninelore/dcs-dach-bot/pull/16.patch
- https://github.com/ninelore/dcs-dach-bot/pull/16.diff
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.
|
Contributor
Author
|
One of your CI runs failed on this pull request, so Dependabot won't merge it. Dependabot will still automatically merge this pull request if you amend it and your tests pass. |
Contributor
Author
|
Superseded by #17. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps tokio from 1.45.0 to 1.46.1.
Release notes
Sourced from tokio's releases.
... (truncated)
Commits
ab3ff69chore: prepare to release v1.46.1 (#7444)a0d5b8aruntime(unstable): fix task hook spawn locations fortokio::spawn(#7440)a1ee3efchore: fix some minor typos in the comments (#7442)171cd14changelog: fix typo inpipe::OpenOptionsfor 1.46.0 (#7439)3f1f268chore: prepare Tokio v1.46.0 (#7437)3e890ccrt(unstable): add spawnLocationtoTaskMeta(#7417)69290a6net: deriveClonefornet::unix::SocketAddr(#7422)e2b1758fuzz: cfg fuzz tests under cfg(test) (#7428)b7a75b5net: updateAsRawFddoc link to current Rust stdlib location (#7429)6b705b3net: allowpipe::OpenOptions::read_writeon Android (#7426)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot will merge this PR once CI passes on it, as requested by @ninelore.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)