Skip to content

Commit

Permalink
chore(deps): update rust crate thiserror to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 30, 2025
1 parent 0f8528c commit 74ecce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thegraph-graphql-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ graphql_client = { version = "0.14", optional = true }
reqwest = { version = "0.12", optional = true }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
assert_matches = "1.5.0"
Expand Down

0 comments on commit 74ecce5

Please sign in to comment.