atm0s-media-server
atm0s-media-server copied to clipboard
chore(deps): bump tokio from 1.43.0 to 1.46.1
trafficstars
Bumps tokio from 1.43.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::spawnrather thanRuntime::spawn. This issue only effected the spawn location inTaskMeta::spawned_at, and did not effect task locations in Tracing events.Unstable
- runtime: add
TaskMeta::spawn_locationtracking where a task was spawned (#7440)Tokio v1.46.0
1.46.0 (July 2nd, 2025)
Fixed
- net: fixed
TcpStream::shutdownincorrectly returning an error on macOS (#7290)Added
- sync:
mpsc::OwnedPermit::{same_channel, same_channel_as_sender}methods (#7389)- macros:
biasedoption forjoin!andtry_join!, similar toselect!(#7307)- net: support for cygwin (#7393)
- net: support
pope::OpenOptions::read_writeon Android (#7426)- net: add
Cloneimplementation fornet::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_locationtracking where a task was spawned (#7417)- runtime: removed borrow from
LocalOptionsparameter toruntime::Builder::build_local(#7346)Documented
- io: clarify behavior of seeking when
start_seekis not used (#7366)- io: document cancellation safety of
AsyncWriteExt::flush(#7364)- net: fix docs for
recv_buffer_sizemethod (#7336)- net: fix broken link of
RawFdinTcpSocketdocs (#7416)- net: update
AsRawFddoc link to current Rust stdlib location (#7429)- readme: fix double period in reactor description (#7363)
- runtime: add doc note that
on_*_task_pollis unstable (#7311)- sync: update broadcast docs on allocation failure (#7352)
- time: add a missing panic scenario of
time::advance(#7394)
... (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)- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
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)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.