Skip to content

Commit a5e938d

Browse files
dependabot[bot]torokati44
authored andcommitted
Update thiserror requirement from 1.0.63 to 2.0.3
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.63...2.0.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent cbd18e1 commit a5e938d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flash-lso/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories = ["data-structures", "encoding", "parser-implementations"]
1515
[dependencies]
1616
nom = "7.1.3"
1717
enumset = "1.1.5"
18-
thiserror = "1.0.63"
18+
thiserror = "2.0.3"
1919
serde = { version = "1.0.210", optional = true, features = ["derive", "rc"] }
2020

2121
[dev-dependencies]

0 commit comments

Comments
 (0)