Skip to content

Commit ef5f505

Browse files
Carlos Fernandezfacebook-github-bot
authored andcommitted
Update tokio 1.46-1 -> 1.47.1 and tokio-openssl 1.6.1 -> 1.6.5
Summary: X-link: facebook/relay#5055 X-link: meta-pytorch/monarch#963 @public Update tokio 1.46-1 -> 1.47.1 and tokio-openssl 1.6.1 -> 1.6.5 1.47.1 (August 1st, 2025) Fixed process: fix panic from spurious pidfd wakeup (#7494) sync: fix broken link of Python asyncio.Event in SetOnce docs (#7485) 1.47.0 (July 25th, 2025) This release adds poll_proceed and cooperative to the coop module for cooperative scheduling, adds SetOnce to the sync module which provides similar functionality to [std::sync::OnceLock], and adds a new method sync::Notify::notified_owned() which returns an OwnedNotified without a lifetime parameter. Added coop: add cooperative and poll_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::wake performance (#7450) Documented metrics: fix listed feature requirements for some metrics (#7449) runtime: improve safety comments of Readiness<'_> (#7415) Reviewed By: capickett Differential Revision: D80726365 fbshipit-source-id: 4047402294354bb0a27ed313e36bcccd49997f78
1 parent 44c0a23 commit ef5f505

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

below/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ slog-term = "2.8"
4545
store = { package = "below-store", version = "0.10.0", path = "store" }
4646
tar = "0.4.44"
4747
tempfile = "3.15"
48-
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
48+
tokio = { version = "1.47.1", features = ["full", "test-util", "tracing"] }
4949
view = { package = "below-view", version = "0.10.0", path = "view" }
5050

5151
[dev-dependencies]

0 commit comments

Comments
 (0)