diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index b32f37c70..0f1c4eaa3 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0.76" apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" } async-trait = "0.1.75" futures = "0.3.29" -http = "0.2.11" +http = "1.0.0" schemars = "0.8.16" serde = "1.0.193" serde_json = "1.0.108" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index 0f6a0adea..b4a1414bc 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -8,7 +8,7 @@ anyhow = "1.0.76" apollo-router = "1.35.0" async-trait = "0.1.75" futures = "0.3.29" -http = "0.2.11" +http = "1.0.0" schemars = "0.8.16" serde = "1.0.193" serde_json = "1.0.108"