From cad646b05a763d87a6a4cd51adef3b861143056f Mon Sep 17 00:00:00 2001 From: Nextest Bot Date: Tue, 7 Oct 2025 03:46:16 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to 2.0.17 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 12f6d1a..e9c4b59 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ chrono = { version = "0.4.42", default-features = false, features = ["std"] } indexmap = "2.11.4" quick-xml = "0.38.3" newtype-uuid = "1.2.4" -thiserror = "2.0.16" +thiserror = "2.0.17" strip-ansi-escapes = "0.2.1" uuid = "1.17.0"