From 80bc806f2957dea7591d85a8e90eb9c8dbfc03ce Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 18 Jul 2025 21:47:40 +0000 Subject: [PATCH] Update Rust crate thiserror to v2 --- backbones/pvt_v2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backbones/pvt_v2/Cargo.toml b/backbones/pvt_v2/Cargo.toml index 90ade27..ec8ec46 100644 --- a/backbones/pvt_v2/Cargo.toml +++ b/backbones/pvt_v2/Cargo.toml @@ -9,7 +9,7 @@ repository = "https://github.com/nusu-github/BiRefNet-Burn" [dependencies] burn = { workspace = true } burn-extra-ops = { path = "../../burn-extra-ops" } -thiserror = "1.0" +thiserror = "2.0" [dev-dependencies] burn = { workspace = true, features = ["ndarray"] }