Skip to content

Commit d86f20f

Browse files
chore(deps): update rust crate thiserror to v2
1 parent efb1d94 commit d86f20f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)