Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 75f0d20 commit 6352709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crates/rspack_error/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"

unicode-width = "0.2.0"
2 changes: 1 addition & 1 deletion tasks/release-check/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.7"

[lints]
workspace = true

0 comments on commit 6352709

Please sign in to comment.