Skip to content

Commit a550d1a

Browse files
chore(deps): update rust crate thiserror to v2
1 parent 0c869c4 commit a550d1a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

thegraph-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ serde = { version = "1.0", optional = true }
3434
serde_json = { version = "1.0", features = ["raw_value"], optional = true }
3535
serde_with = { version = "3.8", optional = true }
3636
thegraph-graphql-http = { version = "0.2", optional = true }
37-
thiserror = "1.0"
37+
thiserror = "2.0"
3838
tracing = { version = "0.1.40", optional = true, default-features = false }
3939
url = "2.5"
4040

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)