From cae22465163cf15deb200d88a4d8df6f655fb6d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Nov 2023 22:47:26 +0000 Subject: [PATCH] Update Rust crate schemars to 0.8.16 (#694) 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 1c31c0578..8e2d4ccc9 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -10,7 +10,7 @@ apollo-router = { git = "https://github.com/apollographql/router", branch = "dev async-trait = "0.1.74" futures = "0.3.29" http = "0.2.10" -schemars = "0.8.15" +schemars = "0.8.16" serde = "1.0.192" serde_json = "1.0.108" tokio = "1.34.0" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 602781139..8b60a8a01 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -9,7 +9,7 @@ apollo-router = "1.33.2" async-trait = "0.1.74" futures = "0.3.29" http = "0.2.10" -schemars = "0.8.15" +schemars = "0.8.16" serde = "1.0.192" serde_json = "1.0.108" tokio = "1.34.0"