Skip to content

Commit 26a4130

Browse files
authoredFeb 12, 2025
chore(deps): update thiserror requirement from 1.0 to 2.0 (#46)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c47d293 commit 26a4130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ clap = { version = "4.0", features = ["derive"] }
1313
glob = "0.3"
1414
ignore = "0.4"
1515
serde_json = { version = "1.0", features = ["preserve_order"] }
16-
thiserror = "1.0"
16+
thiserror = "2.0"
1717
log = "0.4"
1818
env_logger = "0.11"
1919
rayon = "1.5"

0 commit comments

Comments
 (0)