From 8bab596cf15e314c662e9afaf9242e50e1a8a87b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 10:58:51 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- thegraph-core/Cargo.toml | 2 +- thegraph-graphql-http/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/thegraph-core/Cargo.toml b/thegraph-core/Cargo.toml index 6e4a8a0..792e408 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -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"] } diff --git a/thegraph-graphql-http/Cargo.toml b/thegraph-graphql-http/Cargo.toml index 022a5ba..a50fd66 100644 --- a/thegraph-graphql-http/Cargo.toml +++ b/thegraph-graphql-http/Cargo.toml @@ -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"