From f801b77258a2d9491707fc176af40a51d072dff3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 22:34:03 +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 91a95467..8e75ac67 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ json = "0.12.4" portpicker = "0.1.1" serde_json = "1.0.132" tempfile = "3.13.0" -thiserror = "1.0.64" +thiserror = "2.0.0" tokio = "1.42.0" tracing = "0.1.40" tracing-subscriber = "0.3.15"