From 867fbf7a50c57457566e0f5e142fc414699dfd97 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 01:12:26 +0000 Subject: [PATCH] Update Rust crate serde_json to 1.0.108 --- 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 ea17f51db..938523543 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -12,6 +12,6 @@ futures = "0.3.29" http = "0.2.9" schemars = "0.8.15" serde = "1.0.190" -serde_json = "1.0.107" +serde_json = "1.0.108" tokio = "1.33.0" tower = { version = "0.4.13", features = ["full"] } diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 00123a2cf..ffabbf02c 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -11,7 +11,7 @@ futures = "0.3.29" http = "0.2.9" schemars = "0.8.15" serde = "1.0.190" -serde_json = "1.0.107" +serde_json = "1.0.108" tokio = "1.33.0" tower = { version = "0.4.13", features = ["full"] } tracing = "0.1"