From aaa2446659ee942944e97e97cd93d907b91b8825 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 22:56:31 +0000 Subject: [PATCH] Update Rust crate http to 0.2.10 (#693) 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 5937c5d1e..1c31c0578 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.75" apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" } async-trait = "0.1.74" futures = "0.3.29" -http = "0.2.9" +http = "0.2.10" schemars = "0.8.15" serde = "1.0.192" serde_json = "1.0.108" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index fdc902302..602781139 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.75" apollo-router = "1.33.2" async-trait = "0.1.74" futures = "0.3.29" -http = "0.2.9" +http = "0.2.10" schemars = "0.8.15" serde = "1.0.192" serde_json = "1.0.108"