Skip to content

Commit e225f20

Browse files
committed
build: bump thiserror version to 2.0
1 parent b7fce77 commit e225f20

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ thegraph-core = { version = "0.15.1", features = [
100100
"serde",
101101
] }
102102
thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
103-
thiserror = "1.0.49"
103+
thiserror = "2.0.12"
104104
tokio = "1.40"
105105
tokio-test = "0.4.4"
106106
tonic = { version = "0.13.0", features = ["tls-native-roots", "gzip"] }

0 commit comments

Comments
 (0)