From 5706fc5c82690bf0ebb74edc69f06c31e2f47da3 Mon Sep 17 00:00:00 2001 From: "dd-octo-sts[bot]" <200755185+dd-octo-sts[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2026 16:38:02 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- sds/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sds/Cargo.toml b/sds/Cargo.toml index c4db4e5d..cd2fef8f 100644 --- a/sds/Cargo.toml +++ b/sds/Cargo.toml @@ -30,7 +30,7 @@ regex-syntax = "0.7.5" serde = { version = "1.0", features = ["derive"] } serde_with = "3.6.1" strum = { version = "0.25", features = ["derive"] } -thiserror = "1.0.58" +thiserror = "2.0.0" metrics = "0.24.0" metrics-util = "0.18.0" crc32fast = "1.4.0"