From 3fe01f884de67bf9f1263abee25514683e038318 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 22:51:02 +0000 Subject: [PATCH] Update Rust crate serde to 1.0.183 (#609) 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 a3e782522..814c1274e 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -11,7 +11,7 @@ async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.182" +serde = "1.0.183" serde_json = "1.0.104" 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 53e803bd8..72978257a 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -10,7 +10,7 @@ async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" -serde = "1.0.182" +serde = "1.0.183" serde_json = "1.0.104" tokio = "1.29.1" tower = { version = "0.4.13", features = ["full"] }