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 Nov 11, 2024
1 parent 4fb0ec9 commit 21c3d98
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 @@ serde = { version = "1.0", optional = true }
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
serde_with = { version = "3.8", optional = true }
thegraph-graphql-http = { version = "0.2", optional = true }
thiserror = "1.0"
thiserror = "2.0"
tracing = { version = "0.1.40", optional = true, default-features = false }
url = "2.5"

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 21c3d98

Please sign in to comment.