Skip to content

Commit 30337e5

Browse files
Update thiserror requirement from 1.0 to 2.0 (#247)
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.0) --- updated-dependencies: - dependency-name: thiserror dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 07a2594 commit 30337e5

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
@@ -32,7 +32,7 @@ tokio-stream = "0.1.11"
3232
futures = "0.3.0"
3333
url = "2.2.2"
3434
tracing = "0.1"
35-
thiserror = "1.0"
35+
thiserror = "2.0"
3636
async-trait = "0.1.51"
3737
rand = "0.8"
3838
dashmap = "6.1.0"

0 commit comments

Comments
 (0)