Skip to content

Commit 6e3d6d4

Browse files
chore(deps): Update Rust crate thiserror to v2
1 parent 2dce5e6 commit 6e3d6d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/engarde/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ default-features = false
3737
features = ["parsing", "regex-fancy", "default-syntaxes", "default-themes", "html", "dump-load", "yaml-load"]
3838

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

4242
[lints]
4343
workspace = true

0 commit comments

Comments
 (0)