Skip to content

Commit f46d0b5

Browse files
David Tolnayfacebook-github-bot
authored andcommitted
Update thiserror from 2.0.7 to 2.0.12
Summary: Required by new versions of Cargo. Reviewed By: bigfootjon Differential Revision: D75343369 fbshipit-source-id: 6af89d222a6de541c9c924a466ffd3165e707266
1 parent 8a8c2ba commit f46d0b5

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

hyperactor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ serde_bytes = "0.11"
4343
serde_json = { version = "1.0.140", features = ["float_roundtrip", "unbounded_depth"] }
4444
serde_with = { version = "1.14.0", features = ["hex", "json"] }
4545
serde_yaml = "0.9.25"
46-
thiserror = "2"
46+
thiserror = "2.0.12"
4747
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
4848
tokio-rustls = { version = "0.24.1", features = ["dangerous_configuration"] }
4949
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }

hyperactor_mesh/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ mockall = "0.13.1"
2525
ndslice = { version = "0.0.0", path = "../ndslice" }
2626
rand = { version = "0.8", features = ["small_rng"] }
2727
serde = { version = "1.0.185", features = ["derive", "rc"] }
28-
thiserror = "2"
28+
thiserror = "2.0.12"
2929
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
3030
tokio-stream = { version = "0.1.17", features = ["fs", "io-util", "net", "signal", "sync", "time"] }
3131
tokio-util = { version = "0.7.15", features = ["full"] }

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
py-spy = { git = "https://github.com/technicianted/py-spy", rev = "8f74f3e4f955fee57f0d4a8103511ee788348a2a", features = ["unwind"] }
2121
remoteprocess = { git = "https://github.com/technicianted/remoteprocess", rev = "72505594a19d80c07df6f1dc4a80556b7e462148" }
2222
serde = { version = "1.0.185", features = ["derive", "rc"] }
23-
thiserror = "2"
23+
thiserror = "2.0.12"
2424
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
2525
tokio-retry = "0.3"
2626
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
@@ -23,6 +23,6 @@ pyo3 = { version = "0.22.6", features = ["anyhow"] }
2323
pyo3-async-runtimes = { git = "https://github.com/PyO3/pyo3-async-runtimes", rev = "f6bb9b471a5b7765dd770af36e83f26802459621", features = ["attributes", "tokio-runtime"] }
2424
serde = { version = "1.0.185", features = ["derive", "rc"] }
2525
serde_bytes = "0.11"
26-
thiserror = "2"
26+
thiserror = "2.0.12"
2727
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
2828
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

monarch_messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ndslice = { version = "0.0.0", path = "../ndslice" }
1717
pyo3 = { version = "0.22.6", features = ["anyhow"] }
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }
1919
serde_bytes = "0.11"
20-
thiserror = "2"
20+
thiserror = "2.0.12"
2121
torch-sys = { version = "0.0.0", path = "../torch-sys" }
2222
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2323

monarch_simulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ monarch_worker = { version = "0.0.0", path = "../monarch_worker" }
2727
ndslice = { version = "0.0.0", path = "../ndslice" }
2828
serde = { version = "1.0.185", features = ["derive", "rc"] }
2929
serde_json = { version = "1.0.140", features = ["float_roundtrip", "unbounded_depth"] }
30-
thiserror = "2"
30+
thiserror = "2.0.12"
3131
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
3232
torch-sys = { version = "0.0.0", path = "../torch-sys" }
3333
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }

ndslice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
1616
quote = "1.0.29"
1717
rand = { version = "0.8", features = ["small_rng"] }
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }
19-
thiserror = "2"
19+
thiserror = "2.0.12"
2020

2121
[dev-dependencies]
2222
proptest = "1.5"

public_autocargo/ndslice/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ proc-macro2 = { version = "1.0.70", features = ["span-locations"] }
1616
quote = "1.0.29"
1717
rand = { version = "0.8", features = ["small_rng"] }
1818
serde = { version = "1.0.185", features = ["derive", "rc"] }
19-
thiserror = "2"
19+
thiserror = "2.0.12"
2020

2121
[dev-dependencies]
2222
proptest = "1.5"

torch-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ paste = "1.0.14"
2121
pyo3 = { version = "0.22.6", features = ["anyhow"] }
2222
regex = "1.11.1"
2323
serde = { version = "1.0.185", features = ["derive", "rc"] }
24-
thiserror = "2"
24+
thiserror = "2.0.12"
2525
tokio = { version = "1.45.0", features = ["full", "test-util", "tracing"] }
2626
tracing = { version = "0.1.41", features = ["attributes", "valuable"] }
2727

0 commit comments

Comments
 (0)