Skip to content

Commit 49ffd4a

Browse files
dependabot[bot]davidB
authored andcommitted
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.3) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent a3f94da commit 49ffd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cdevents-sdk/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ proptest = { version = "1.4", optional = true }
1717
proptest-derive = { version = "0.5", optional = true }
1818
serde = { version = "1.0", features = ["derive"] }
1919
serde_json = "1.0"
20-
thiserror = "1.0"
20+
thiserror = "2.0"
2121
time = { version = "0.3", features = ["serde-human-readable"] }
2222

2323
[dev-dependencies]

0 commit comments

Comments
 (0)