Skip to content

Commit 1a24e90

Browse files
chore(deps): update thiserror requirement from 1.0 to 2.0 in /backend
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 cb4f027 commit 1a24e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

backend/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ tokio = { version = "1.0", features = ["full"] }
2929
async-trait = "0.1"
3030

3131
# Error handling
32-
thiserror = "1.0"
32+
thiserror = "2.0"
3333
anyhow = "1.0"
3434

3535
# Logging

0 commit comments

Comments
 (0)