From f20faf038481259d12b9fc06cf8bc537c0e9e143 Mon Sep 17 00:00:00 2001 From: Carlos Fernandez Date: Sat, 2 Aug 2025 07:37:10 -0700 Subject: [PATCH] Update serde 1.0.185 -> 1.0.219 Summary: Minor update. Differential Revision: D79505889 --- controller/Cargo.toml | 2 +- hyperactor/Cargo.toml | 2 +- hyperactor_mesh/Cargo.toml | 2 +- hyperactor_multiprocess/Cargo.toml | 2 +- hyperactor_telemetry/Cargo.toml | 2 +- monarch_extension/Cargo.toml | 2 +- monarch_hyperactor/Cargo.toml | 2 +- monarch_messages/Cargo.toml | 2 +- monarch_rdma/Cargo.toml | 2 +- monarch_rdma/examples/Cargo.toml | 2 +- monarch_rdma/extension/Cargo.toml | 2 +- monarch_simulator/Cargo.toml | 2 +- monarch_tensor_worker/Cargo.toml | 2 +- monarch_types/Cargo.toml | 2 +- ndslice/Cargo.toml | 2 +- torch-sys-cuda/Cargo.toml | 2 +- torch-sys/Cargo.toml | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/controller/Cargo.toml b/controller/Cargo.toml index b78412bd6..3f81d5a48 100644 --- a/controller/Cargo.toml +++ b/controller/Cargo.toml @@ -24,7 +24,7 @@ monarch_messages = { version = "0.0.0", path = "../monarch_messages" } nccl-sys = { path = "../nccl-sys" } ndslice = { version = "0.0.0", path = "../ndslice" } pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } torch-sys = { path = "../torch-sys" } diff --git a/hyperactor/Cargo.toml b/hyperactor/Cargo.toml index 8841ca206..52290a0d8 100644 --- a/hyperactor/Cargo.toml +++ b/hyperactor/Cargo.toml @@ -44,7 +44,7 @@ paste = "1.0.14" rand = { version = "0.8", features = ["small_rng"] } regex = "1.11.1" rustls-pemfile = "1.0.0" -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_bytes = "0.11" serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } serde_with = { version = "3", features = ["hex", "json"] } diff --git a/hyperactor_mesh/Cargo.toml b/hyperactor_mesh/Cargo.toml index 17e75691b..e61b8f7e6 100644 --- a/hyperactor_mesh/Cargo.toml +++ b/hyperactor_mesh/Cargo.toml @@ -55,7 +55,7 @@ pin-project = "1.1.10" preempt_rwlock = { version = "0.0.0", path = "../preempt_rwlock" } rand = { version = "0.8", features = ["small_rng"] } regex = "1.11.1" -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_bytes = "0.11" serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } thiserror = "2.0.12" diff --git a/hyperactor_multiprocess/Cargo.toml b/hyperactor_multiprocess/Cargo.toml index ceaa1443b..88713ead0 100644 --- a/hyperactor_multiprocess/Cargo.toml +++ b/hyperactor_multiprocess/Cargo.toml @@ -18,7 +18,7 @@ hyperactor = { version = "0.0.0", path = "../hyperactor" } hyperactor_mesh = { version = "0.0.0", path = "../hyperactor_mesh" } 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"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.12" tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } tokio-retry = "0.3" diff --git a/hyperactor_telemetry/Cargo.toml b/hyperactor_telemetry/Cargo.toml index 955be75aa..42744afa7 100644 --- a/hyperactor_telemetry/Cargo.toml +++ b/hyperactor_telemetry/Cargo.toml @@ -17,7 +17,7 @@ opentelemetry = "0.29" opentelemetry_sdk = { version = "0.29.0", features = ["rt-tokio"] } 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 = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/monarch_extension/Cargo.toml b/monarch_extension/Cargo.toml index 7e246876f..fa7af0807 100644 --- a/monarch_extension/Cargo.toml +++ b/monarch_extension/Cargo.toml @@ -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"] } rdmaxcel-sys = { path = "../rdmaxcel-sys", optional = true } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } 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 } diff --git a/monarch_hyperactor/Cargo.toml b/monarch_hyperactor/Cargo.toml index fbab80a28..2f6d92a8e 100644 --- a/monarch_hyperactor/Cargo.toml +++ b/monarch_hyperactor/Cargo.toml @@ -31,7 +31,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" } nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] } 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"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_bytes = "0.11" tempfile = "3.15" thiserror = "2.0.12" diff --git a/monarch_messages/Cargo.toml b/monarch_messages/Cargo.toml index 13e7d57e2..aa9ca5581 100644 --- a/monarch_messages/Cargo.toml +++ b/monarch_messages/Cargo.toml @@ -15,7 +15,7 @@ hyperactor = { version = "0.0.0", path = "../hyperactor" } monarch_types = { version = "0.0.0", path = "../monarch_types" } ndslice = { version = "0.0.0", path = "../ndslice" } pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_bytes = "0.11" thiserror = "2.0.12" torch-sys = { version = "0.0.0", path = "../torch-sys" } diff --git a/monarch_rdma/Cargo.toml b/monarch_rdma/Cargo.toml index 79416de9c..d0d68adce 100644 --- a/monarch_rdma/Cargo.toml +++ b/monarch_rdma/Cargo.toml @@ -14,7 +14,7 @@ cuda-sys = { path = "../cuda-sys" } hyperactor = { version = "0.0.0", path = "../hyperactor" } rand = { version = "0.8", features = ["small_rng"] } rdmaxcel-sys = { path = "../rdmaxcel-sys" } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } [dev-dependencies] diff --git a/monarch_rdma/examples/Cargo.toml b/monarch_rdma/examples/Cargo.toml index 6a182634e..4bbd620a3 100644 --- a/monarch_rdma/examples/Cargo.toml +++ b/monarch_rdma/examples/Cargo.toml @@ -28,7 +28,7 @@ hyperactor = { version = "0.0.0", path = "../../hyperactor" } 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"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } 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"] } diff --git a/monarch_rdma/extension/Cargo.toml b/monarch_rdma/extension/Cargo.toml index b43d117fc..83275b7ff 100644 --- a/monarch_rdma/extension/Cargo.toml +++ b/monarch_rdma/extension/Cargo.toml @@ -19,6 +19,6 @@ monarch_hyperactor = { version = "0.0.0", path = "../../monarch_hyperactor" } monarch_rdma = { version = "0.0.0", path = ".." } 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"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] } diff --git a/monarch_simulator/Cargo.toml b/monarch_simulator/Cargo.toml index d1dbed1ad..3ea466098 100644 --- a/monarch_simulator/Cargo.toml +++ b/monarch_simulator/Cargo.toml @@ -20,7 +20,7 @@ monarch_messages = { version = "0.0.0", path = "../monarch_messages" } monarch_tensor_worker = { version = "0.0.0", path = "../monarch_tensor_worker" } monarch_types = { version = "0.0.0", path = "../monarch_types" } ndslice = { version = "0.0.0", path = "../ndslice" } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } thiserror = "2.0.12" tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } diff --git a/monarch_tensor_worker/Cargo.toml b/monarch_tensor_worker/Cargo.toml index 63214a36f..5f6a59a33 100644 --- a/monarch_tensor_worker/Cargo.toml +++ b/monarch_tensor_worker/Cargo.toml @@ -26,7 +26,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" } nix = { version = "0.29.0", features = ["dir", "event", "hostname", "inotify", "ioctl", "mman", "mount", "net", "poll", "ptrace", "reboot", "resource", "sched", "signal", "term", "time", "user", "zerocopy"] } parking_lot = { version = "0.12.1", features = ["send_guard"] } pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_json = { version = "1.0.140", features = ["alloc", "float_roundtrip", "unbounded_depth"] } sorted-vec = "0.8.3" tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } diff --git a/monarch_types/Cargo.toml b/monarch_types/Cargo.toml index 3984e2129..91954caef 100644 --- a/monarch_types/Cargo.toml +++ b/monarch_types/Cargo.toml @@ -11,7 +11,7 @@ license = "BSD-3-Clause" derive_more = { version = "1.0.0", features = ["full"] } hyperactor = { version = "0.0.0", path = "../hyperactor" } pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } serde_bytes = "0.11" [dev-dependencies] diff --git a/ndslice/Cargo.toml b/ndslice/Cargo.toml index 734d0f9ec..2c85add58 100644 --- a/ndslice/Cargo.toml +++ b/ndslice/Cargo.toml @@ -17,7 +17,7 @@ nom = "8" proc-macro2 = { version = "1.0.70", features = ["span-locations"] } quote = "1.0.29" rand = { version = "0.8", features = ["small_rng"] } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.12" [dev-dependencies] diff --git a/torch-sys-cuda/Cargo.toml b/torch-sys-cuda/Cargo.toml index d1e8b74b4..43c93c45b 100644 --- a/torch-sys-cuda/Cargo.toml +++ b/torch-sys-cuda/Cargo.toml @@ -13,7 +13,7 @@ cxx = "1.0.119" derive_more = { version = "1.0.0", features = ["full"] } fxhash = "0.2.1" nccl-sys = { path = "../nccl-sys" } -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.12" torch-sys = { version = "0.0.0", path = "../torch-sys" } diff --git a/torch-sys/Cargo.toml b/torch-sys/Cargo.toml index c07776ba3..61d81aeff 100644 --- a/torch-sys/Cargo.toml +++ b/torch-sys/Cargo.toml @@ -20,7 +20,7 @@ nccl-sys = { path = "../nccl-sys", optional = true } paste = "1.0.14" pyo3 = { version = "0.24", features = ["anyhow", "multiple-pymethods"] } regex = "1.11.1" -serde = { version = "1.0.185", features = ["derive", "rc"] } +serde = { version = "1.0.219", features = ["derive", "rc"] } thiserror = "2.0.12" tokio = { version = "1.46.1", features = ["full", "test-util", "tracing"] } tracing = { version = "0.1.41", features = ["attributes", "valuable"] }