From a44b897491c9789204ce526a499020461a8e42f4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Jul 2023 00:44:55 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.173 (#590) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- misc/advanced/router-dev/Cargo.toml | 2 +- supergraph/router-rust-plugin/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index 3cbecfbfa..386e25859 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.71" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.172" +serde = "1.0.173" serde_json = "1.0.103" tokio = "1.29.1" tower = { version = "0.4.13", features = ["full"] } diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 320e375c9..069e9bc87 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.71" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.172" +serde = "1.0.173" serde_json = "1.0.103" tokio = "1.29.1" tower = { version = "0.4.13", features = ["full"] }