From a550d1a23b3434ec05f506518abeabdb28d1bb6d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2024 07:32:18 +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 c0101407..c1e86528 100644 --- a/thegraph-core/Cargo.toml +++ b/thegraph-core/Cargo.toml @@ -34,7 +34,7 @@ serde = { version = "1.0", optional = true } serde_json = { version = "1.0", features = ["raw_value"], optional = true } serde_with = { version = "3.8", optional = true } thegraph-graphql-http = { version = "0.2", optional = true } -thiserror = "1.0" +thiserror = "2.0" tracing = { version = "0.1.40", optional = true, default-features = false } url = "2.5" diff --git a/thegraph-graphql-http/Cargo.toml b/thegraph-graphql-http/Cargo.toml index 2708fc1f..3a766f03 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"