Skip to content

Commit 62bd8ef

Browse files
chore(deps): Update Rust crate thiserror to v2
1 parent fabe0c3 commit 62bd8ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/anstyle-syntect/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ anstyle = { version = "1.0.0", path = "../anstyle" }
2929
syntect = { version = "5.0.0", default-features = false }
3030

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

3434
[lints]
3535
workspace = true

0 commit comments

Comments
 (0)