Skip to content

Commit 4e5685c

Browse files
chore(deps): update thiserror requirement from 1.0 to 2.0 (#208)
--- updated-dependencies: - dependency-name: thiserror dependency-version: 2.0.12 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8222e18 commit 4e5685c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/simple-chat-client/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ serde = { version = "1.0", features = ["derive"] }
99
serde_json = "1.0"
1010
reqwest = { version = "0.12", features = ["json"] }
1111
anyhow = "1.0"
12-
thiserror = "1.0"
12+
thiserror = "2.0"
1313
async-trait = "0.1"
1414
futures = "0.3"
1515
toml = "0.8"

0 commit comments

Comments
 (0)