Skip to content

Commit 9bdbbd2

Browse files
chore(deps): Update thiserror requirement from 1 to 2
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.17) --- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.17 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 62d7dd2 commit 9bdbbd2

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
@@ -19,7 +19,7 @@ serde = { version = "1", features = ["derive"] }
1919
serde_json = "1"
2020
uuid = { version = "1", features = ["v4", "serde"] }
2121
chrono = { version = "0.4", features = ["serde"] }
22-
thiserror = "1"
22+
thiserror = "2"
2323
tracing = "0.1"
2424
tracing-subscriber = "0.3"
2525
glob = "0.3"

0 commit comments

Comments
 (0)