From 51a351d0748fb682dccb220a92c44898022e047e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 9 Jan 2024 20:25:38 +0000 Subject: [PATCH] chore(deps): update rust crate thiserror to 1.0.56 --- gateway-framework/Cargo.toml | 2 +- graph-gateway/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway-framework/Cargo.toml b/gateway-framework/Cargo.toml index 78148e1b9..35965d052 100644 --- a/gateway-framework/Cargo.toml +++ b/gateway-framework/Cargo.toml @@ -29,7 +29,7 @@ serde_with = "3.4.0" siphasher.workspace = true tap_core = "0.7.0" thegraph.workspace = true -thiserror = "1.0.51" +thiserror = "1.0.56" tokio.workspace = true toolshed.workspace = true tracing.workspace = true diff --git a/graph-gateway/Cargo.toml b/graph-gateway/Cargo.toml index abca9f55f..70cb6c1fa 100644 --- a/graph-gateway/Cargo.toml +++ b/graph-gateway/Cargo.toml @@ -36,7 +36,7 @@ serde_yaml = "0.9" simple-rate-limiter = "1.0" snmalloc-rs = "0.3" thegraph = { workspace = true, features = ["subgraph-client", "subscriptions"] } -thiserror = "1.0.40" +thiserror = "1.0.56" tokio.workspace = true toolshed.workspace = true tower = "0.4.13"