From 2e99c386cef75c147c794446de10e0d2699614e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 20:49:52 +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 7bebc44..d285ee0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ xcsoar = ["encoding_rs"] encoding_rs = { version = "0.8.34", optional = true } minidom = { version = "0.12.0", optional = true } quick-xml = { version = "0.30.0", optional = true } -thiserror = "1.0.59" +thiserror = "2.0.0" [dev-dependencies] anyhow = "1.0.82"