From 38057ed7ebd8f56861699cff9e87eba1b3970cc0 Mon Sep 17 00:00:00 2001 From: "oxide-renovate[bot]" <146848827+oxide-renovate[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 08:14:48 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 32404524..08b5a50e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,7 +49,7 @@ socket2 = { version = "0.5", features = ["all"] } ispf = { git = "https://github.com/oxidecomputer/ispf" } serde = { version = "1.0.215", features = ["derive"] } hostname = "0.3" -thiserror = "1.0" +thiserror = "2.0" dropshot = { version = "0.12.0", features = [ "usdt-probes" ] } schemars = { version = "0.8", features = [ "uuid1", "chrono" ] } tokio = { version = "1.37", features = ["full"] }