From 267c19c4e93514bb8311406c8fc8479e0489a136 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jan 2025 19:11:41 +0000 Subject: [PATCH] fix(deps): update rust crate thiserror to v2 --- apollo-federation-types/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apollo-federation-types/Cargo.toml b/apollo-federation-types/Cargo.toml index 6bb84e71..eba90b91 100644 --- a/apollo-federation-types/Cargo.toml +++ b/apollo-federation-types/Cargo.toml @@ -34,7 +34,7 @@ serde_with = { version = "3", default-features = false, features = [ "macros", ], optional = true } serde_yaml = { version = "0.8", optional = true } -thiserror = { version = "1", optional = true } +thiserror = { version = "2", optional = true } url = { version = "2", features = ["serde"], optional = true } # build-only dependencies