Skip to content

Commit de37666

Browse files
Update thiserror requirement from 1.0.51 to 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 910f9e9 commit de37666

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/web_app_graphql/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ log = "0.4.20"
2222
meilisearch-sdk = "0.24.3"
2323
serde = { version = "1.0.192", features = ["derive"] }
2424
serde_json = "1.0.108"
25-
thiserror = "1.0.51"
25+
thiserror = "2.0.17"
2626
validator = { version = "0.20.0", features = ["derive"] }

0 commit comments

Comments
 (0)