From f552654b6ec1c0759cee50c1374be458eee8097e Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 6 Nov 2024 16:20:49 +0100
Subject: [PATCH] Update `thiserror` crate from 1.0 to 2.0 version (#1291)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
 juniper_warp/Cargo.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/juniper_warp/Cargo.toml b/juniper_warp/Cargo.toml
index 1d1c5f0d..aeb6ccb6 100644
--- a/juniper_warp/Cargo.toml
+++ b/juniper_warp/Cargo.toml
@@ -36,7 +36,7 @@ juniper_graphql_ws = { version = "0.4.0", path = "../juniper_graphql_ws", featur
 log = { version = "0.4", optional = true }
 serde = { version = "1.0.122", features = ["derive"] }
 serde_json = "1.0.18"
-thiserror = "1.0"
+thiserror = "2.0"
 tokio = { version = "1.0", features = ["rt"] }
 warp = { version = "0.3.2", default-features = false }