Skip to content

Commit ef8f6d8

Browse files
cargo(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...1.0.69) --- updated-dependencies: - dependency-name: thiserror dependency-version: 1.0.69 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6cb6179 commit ef8f6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ dialoguer = { version = "0.11", features = ["completion"] }
5151
# Flow states handled by internal state machine
5252

5353
# Error handling and logging
54-
thiserror = "1.0"
54+
thiserror = "2.0"
5555
anyhow = "1.0"
5656
tracing = "0.1"
5757
tracing-subscriber = { version = "0.3", features = ["env-filter"] }

0 commit comments

Comments
 (0)