Skip to content

Commit b538a02

Browse files
fix(deps): update rust crate thiserror to v2
1 parent be95dcb commit b538a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ authors = ["Billie Thompson <billie@billiecodes.com>"]
1313

1414
[dependencies]
1515
git2 = "0.19.0"
16-
thiserror = "1.0.63"
16+
thiserror = "2.0.0"
1717
clap = { version = "4.5.16", features = ["derive", "cargo", "wrap_help", "env", "unicode"] }
1818
comfy-table = "7.1.1"
1919
tokio = { version = "1.40.0", features = ["full"] }

0 commit comments

Comments
 (0)