Skip to content

Update tokio 1.45.0 -> 1.46.1 #613

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion controller/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
torch-sys = { path = "../torch-sys" }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

Expand Down
2 changes: 1 addition & 1 deletion hyperactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unb
serde_with = { version = "3", features = ["hex", "json"] }
serde_yaml = "0.9.25"
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tokio-rustls = { version = "0.24.1", features = ["dangerous_configuration"] }
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-util = { version = "0.7.15", features = ["full"] }
Expand Down
2 changes: 1 addition & 1 deletion hyperactor_mesh/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unb
signal-hook = "0.3"
signal-hook-tokio = { version = "0.3", features = ["futures-v0_3"] }
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
tokio-util = { version = "0.7.15", features = ["full"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion hyperactor_multiprocess/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ hyperactor_telemetry = { version = "0.0.0", path = "../hyperactor_telemetry" }
remoteprocess = { git = "https://github.com/technicianted/remoteprocess", rev = "72505594a19d80c07df6f1dc4a80556b7e462148" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tokio-retry = "0.3"
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

Expand Down
2 changes: 1 addition & 1 deletion hyperactor_telemetry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ rand = { version = "0.8", features = ["small_rng"] }
scuba = { version = "0.1.0", git = "https://github.com/facebookexperimental/rust-shed.git", branch = "main", optional = true }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
tracing-appender = "0.2.3"
tracing-core = { version = "0.1.33", features = ["valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion monarch_extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
pyo3-async-runtimes = { version = "0.24", features = ["attributes", "tokio-runtime"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
torch-sys = { version = "0.0.0", path = "../torch-sys", optional = true }
torch-sys-cuda = { version = "0.0.0", path = "../torch-sys-cuda", optional = true }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion monarch_hyperactor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_bytes = "0.11"
tempfile = "3.15"
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion monarch_rdma/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" }
ndslice = { version = "0.0.0", path = "../ndslice" }
timed_test = { version = "0.0.0", path = "../timed_test" }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }

[features]
cuda = []
Expand Down
2 changes: 1 addition & 1 deletion monarch_rdma/examples/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ hyperactor_mesh = { version = "0.0.0", path = "../../hyperactor_mesh" }
monarch_rdma = { version = "0.0.0", path = ".." }
ndslice = { version = "0.0.0", path = "../../ndslice" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
tracing-subscriber = { version = "0.3.19", features = ["chrono", "env-filter", "json", "local-time", "parking_lot", "registry"] }

Expand Down
2 changes: 1 addition & 1 deletion monarch_simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
torch-sys = { version = "0.0.0", path = "../torch-sys" }
torch-sys-cuda = { version = "0.0.0", path = "../torch-sys-cuda" }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion monarch_tensor_worker/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
serde = { version = "1.0.185", features = ["derive", "rc"] }
serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] }
sorted-vec = "0.8.3"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
torch-sys = { version = "0.0.0", path = "../torch-sys" }
torch-sys-cuda = { version = "0.0.0", path = "../torch-sys-cuda" }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
Expand Down
2 changes: 1 addition & 1 deletion monarch_types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ serde_bytes = "0.11"
[dev-dependencies]
anyhow = "1.0.98"
timed_test = { version = "0.0.0", path = "../timed_test" }
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion preempt_rwlock/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
license = "BSD-3-Clause"

[dependencies]
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }

[dev-dependencies]
anyhow = "1.0.98"
Expand Down
2 changes: 1 addition & 1 deletion timed_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ quote = "1.0.29"
syn = { version = "2.0.101", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }

[dev-dependencies]
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
2 changes: 1 addition & 1 deletion torch-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] }
regex = "1.11.1"
serde = { version = "1.0.185", features = ["derive", "rc"] }
thiserror = "2.0.12"
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] }
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

[build-dependencies]
Expand Down