Skip to content

Commit 6f8becf

Browse files
build(deps): update thiserror requirement from 1.0 to 2.0
Updates the requirements on [thiserror](https://github.com/dtolnay/thiserror) to permit the latest version. - [Release notes](https://github.com/dtolnay/thiserror/releases) - [Commits](dtolnay/thiserror@1.0.0...2.0.18) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.18 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7943726 commit 6f8becf

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 = "0.8"
1515

1616
[build-dependencies]

0 commit comments

Comments
 (0)