Skip to content

Commit 6d65c4f

Browse files
build(deps): update thiserror requirement from 1.0 to 2.0 (#5)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27f961b commit 6d65c4f

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
@@ -10,7 +10,7 @@ repository = "https://github.com/cv/bash-ast"
1010
[dependencies]
1111
serde = { version = "1.0", features = ["derive"] }
1212
serde_json = "1.0"
13-
thiserror = "1.0"
13+
thiserror = "2.0"
1414
schemars = "1.2"
1515

1616
[build-dependencies]

0 commit comments

Comments
 (0)