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 Dec 19, 2024
1 parent 45f9e82 commit 8bab596
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion thegraph-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ bs58 = "0.5"
fake = { version = "3.0", optional = true }
serde = { version = "1.0", optional = true }
serde_with = { version = "3.8", optional = true }
thiserror = "1.0"
thiserror = "2.0"

[dev-dependencies]
alloy = { version = "0.7", features = ["signer-local"] }
Expand Down
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 8bab596

Please sign in to comment.