Skip to content

Commit 354b66c

Browse files
Carlos Fernandezfacebook-github-bot
authored andcommitted
Update tokio 1.45.0 -> 1.46.1 (#623)
Summary: Pull Request resolved: #623 @public Update tokio 1.45.0 -> 1.46.1 Reviewed By: danielocfb Differential Revision: D78745547 fbshipit-source-id: 3eb072a70b93f5cdfcd7f5056f69ad6322111895
1 parent 66e51cc commit 354b66c

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

controller/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
2626
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
2727
serde = { version = "1.0.185", features = ["derive", "rc"] }
2828
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
29-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
29+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
3030
torch-sys = { path = "../torch-sys" }
3131
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
3232

hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ serde_with = { version = "3", features = ["hex", "json"] }
4848
serde_yaml = "0.9.25"
4949
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
5050
thiserror = "2.0.12"
51-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
51+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
5252
tokio-rustls = { version = "0.24.1", features = ["dangerous_configuration"] }
5353
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
5454
tokio-util = { version = "0.7.15", features = ["full"] }

hyperactor_mesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
5757
serde_bytes = "0.11"
5858
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
5959
thiserror = "2.0.12"
60-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
60+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
6161
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
6262
tokio-util = { version = "0.7.15", features = ["full"] }
6363
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

hyperactor_multiprocess/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ hyperactor_telemetry = { version = "0.0.0", path = "../hyperactor_telemetry" }
2020
remoteprocess = { git = "https://github.com/technicianted/remoteprocess", rev = "72505594a19d80c07df6f1dc4a80556b7e462148" }
2121
serde = { version = "1.0.185", features = ["derive", "rc"] }
2222
thiserror = "2.0.12"
23-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
23+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2424
tokio-retry = "0.3"
2525
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2626

hyperactor_telemetry/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ rand = { version = "0.8", features = ["small_rng"] }
1919
scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main", optional = true }
2020
serde = { version = "1.0.185", features = ["derive", "rc"] }
2121
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
22-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
22+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2323
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2424
tracing-appender = "0.2.3"
2525
tracing-core = { version = "0.1.33", features = ["valuable"] }

monarch_extension/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
3535
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
3636
pyo3-async-runtimes = { version = "0.24", features = ["attributes", "tokio-runtime"] }
3737
serde = { version = "1.0.185", features = ["derive", "rc"] }
38-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
38+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
3939
torch-sys = { version = "0.0.0", path = "../torch-sys", optional = true }
4040
torch-sys-cuda = { version = "0.0.0", path = "../torch-sys-cuda", optional = true }
4141
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

monarch_hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
3535
serde_bytes = "0.11"
3636
tempfile = "3.15"
3737
thiserror = "2.0.12"
38-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
38+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
3939
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
4040

4141
[dev-dependencies]

monarch_rdma/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2121
hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" }
2222
ndslice = { version = "0.0.0", path = "../ndslice" }
2323
timed_test = { version = "0.0.0", path = "../timed_test" }
24-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
24+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2525

2626
[features]
2727
cuda = []

monarch_rdma/examples/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ hyperactor_mesh = { version = "0.0.0", path = "../../hyperactor_mesh" }
2929
monarch_rdma = { version = "0.0.0", path = ".." }
3030
ndslice = { version = "0.0.0", path = "../../ndslice" }
3131
serde = { version = "1.0.185", features = ["derive", "rc"] }
32-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
32+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
3333
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
3434
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }
3535

monarch_simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
2323
serde = { version = "1.0.185", features = ["derive", "rc"] }
2424
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
2525
thiserror = "2.0.12"
26-
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
26+
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2727
torch-sys = { version = "0.0.0", path = "../torch-sys" }
2828
torch-sys-cuda = { version = "0.0.0", path = "../torch-sys-cuda" }
2929
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

0 commit comments

Comments
 (0)