Skip to content

Commit cfcb203

Browse files
authored
build: bump thiserror version to 2.0 (#780)
1 parent fc6d112 commit cfcb203

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
@@ -101,7 +101,7 @@ thegraph-core = { version = "0.15.1", features = [
101101
"serde",
102102
] }
103103
thegraph-graphql-http = { version = "0.3.2", features = ["reqwest"] }
104-
thiserror = "1.0.49"
104+
thiserror = "2.0.12"
105105
tokio = "1.40"
106106
tokio-test = "0.4.4"
107107
tonic = { version = "0.13.0", features = ["tls-native-roots", "gzip"] }

0 commit comments

Comments
 (0)