Skip to content

Commit 34102ec

Browse files
chore(deps): update rust crate thiserror to v2
1 parent 85c833f commit 34102ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thegraph-graphql-http/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ graphql_client = { version = "0.14", optional = true }
2222
reqwest = { version = "0.12", optional = true }
2323
serde = { version = "1.0", features = ["derive"] }
2424
serde_json = "1.0"
25-
thiserror = "1.0"
25+
thiserror = "2.0"
2626

2727
[dev-dependencies]
2828
assert_matches = "1.5.0"

0 commit comments

Comments
 (0)