chore(deps): bump tokio from 1.46.1 to 1.47.0 in /cli by dependabot[bot] · Pull Request #275 · supabase/dbdev
Bumps tokio from 1.46.1 to 1.47.0.
Release notes
Sourced from tokio's releases.
Tokio v1.47.0
1.47.0 (July 25th, 2025)
This release adds
poll_proceedandcooperativeto thecoopmodule for cooperative scheduling, addsSetOnceto thesyncmodule which provides similar functionality to [std::sync::OnceLock], and adds a new methodsync::Notify::notified_owned()which returns anOwnedNotifiedwithout a lifetime parameter.Added
- coop: add
cooperativeandpoll_proceed(#7405)- sync: add
SetOnce(#7418)- sync: add
sync::Notify::notified_owned()(#7465)Changed
- deps: upgrade windows-sys 0.52 → 0.59 (#7117)
- deps: update to socket2 v0.6 (#7443)
- sync: improve
AtomicWaker::wakeperformance (#7450)Documented
- metrics: fix listed feature requirements for some metrics (#7449)
- runtime: improve safety comments of
Readiness<'_>(#7415)#7405: tokio-rs/tokio#7405 #7415: tokio-rs/tokio#7415 #7418: tokio-rs/tokio#7418 #7449: tokio-rs/tokio#7449 #7450: tokio-rs/tokio#7450 #7465: tokio-rs/tokio#7465
Commits
3911cb8chore: prepare Tokio v1.47.0 (#7482)d545aa2sync: addsync::Notify::notified_owned()(#7465)911ab21sync: addSetOnce(#7418)9e94fa7task: remove raw-entry feature from hashbrown dep (#7252)0d234c3ci: unfreeze wasm-unknown-unknown from rustc 1.81 (#7471)3754e05ci: use ubuntu-24.04-arm instead of ubuntu-22.04-arm (#7470)6d868d9sync: fixCancellationTokenfailing to cancel the ready futures (#7462)0a3fe46sync: remove duplicated code inOnceCelltests (#7458)154d7d5ci: cleanup legacyR-loom-multi-thread-altlabel from the labeler (#7457)611b793coop: addcooperativeandpoll_proceed(#7405)- 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 @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)