From ecc467c369dbeb74760e034ed5fbbf277af3495b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 07:22:56 +0000 Subject: [PATCH] fix(deps): update rust crate http to v1 --- 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 3858caaeb..d3b05b336 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.82" apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" } async-trait = "0.1.80" futures = "0.3.30" -http = "0.2.12" +http = "1.0.0" schemars = "0.8.17" serde = "1.0.200" serde_json = "1.0.116" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 6f3304d0f..0cb35a164 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.82" apollo-router = "1.45.0" async-trait = "0.1.80" futures = "0.3.30" -http = "0.2.12" +http = "1.0.0" schemars = "0.8.17" serde = "1.0.200" serde_json = "1.0.116"