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 62bd8ef
Showing 1 changed file with 1 addition and 1 deletion.
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 62bd8ef

Please sign in to comment.