Skip to content

Commit 5317584

Browse files
Update Rust crate thiserror to v2
1 parent 63e3178 commit 5317584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ socket2 = { version = "0.5", features = ["all"] }
5555
ispf = { git = "https://github.com/oxidecomputer/ispf" }
5656
serde = { version = "1.0.219", features = ["derive"] }
5757
hostname = "0.3"
58-
thiserror = "1.0"
58+
thiserror = "2.0"
5959
dropshot = { version = "0.16.2", features = [ "usdt-probes" ] }
6060
schemars = { version = "0.8", features = [ "uuid1", "chrono" ] }
6161
tokio = { version = "1.37", features = ["full"] }

0 commit comments

Comments
 (0)