Skip to content

Commit d7997ed

Browse files
Update Rust crate thiserror to v2
1 parent 9fc074d commit d7997ed

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
@@ -53,7 +53,7 @@ socket2 = { version = "0.5", features = ["all"] }
5353
ispf = { git = "https://github.com/oxidecomputer/ispf" }
5454
serde = { version = "1.0.219", features = ["derive"] }
5555
hostname = "0.3"
56-
thiserror = "1.0"
56+
thiserror = "2.0"
5757
dropshot = { version = "0.16.2", features = [ "usdt-probes" ] }
5858
schemars = { version = "0.8", features = [ "uuid1", "chrono" ] }
5959
tokio = { version = "1.37", features = ["full"] }

0 commit comments

Comments
 (0)