From 12b110463162ca8608aec72a1e4d566a07a1575c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2024 22:21:13 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- crates/rspack_error/Cargo.toml | 2 +- tasks/release-check/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/rspack_error/Cargo.toml b/crates/rspack_error/Cargo.toml index 6dc510fea4e..d1a8f469af7 100644 --- a/crates/rspack_error/Cargo.toml +++ b/crates/rspack_error/Cargo.toml @@ -21,6 +21,6 @@ rspack_paths = { workspace = true } swc_core = { workspace = true, features = ["common", "common_concurrent"] } termcolor = "1.4.1" textwrap = "0.16.1" -thiserror = "1.0.69" +thiserror = "2.0.9" unicode-width = "0.2.0" diff --git a/tasks/release-check/Cargo.toml b/tasks/release-check/Cargo.toml index 83799a74c46..acb7a264df1 100644 --- a/tasks/release-check/Cargo.toml +++ b/tasks/release-check/Cargo.toml @@ -13,7 +13,7 @@ repository.workspace = true [dependencies] toml = { version = "0.8.19"} miette = { version = "7.2.0", features = ["fancy"] } -thiserror = "1.0.69" +thiserror = "2.0.9" [lints] workspace = true