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 1, 2024
1 parent fabe0c3 commit 9bfdbe9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 8 deletions.
34 changes: 27 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/anstyle-syntect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
syntect = { version = "5.0.0", default-features = false }

[target.'cfg(any())'.dependencies]
thiserror = "1.0.2" # HACK: bad minimal dep in syntect
thiserror = "2.0.0" # HACK: bad minimal dep in syntect

[lints]
workspace = true

0 comments on commit 9bfdbe9

Please sign in to comment.