From f7307835cc56273a92b04a3716106bfab5f3c472 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:34:08 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to v2 --- thegraph-graphql-http/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thegraph-graphql-http/Cargo.toml b/thegraph-graphql-http/Cargo.toml index 022a5baa..a50fd667 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"