Skip to content

Commit f2fe5e2

Browse files
build(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.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 8eb54a0 commit f2fe5e2

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
@@ -28,7 +28,7 @@ tracing = "0.1"
2828
tracing-subscriber = "0.3"
2929
dotenv = "0.15"
3030
anyhow = "1"
31-
thiserror = "1"
31+
thiserror = "2"
3232
clap = { version = "4", features = ["derive"] }
3333

3434
# Async runtime

0 commit comments

Comments
 (0)