diff --git a/misc/advanced/router-dev/Cargo.toml b/misc/advanced/router-dev/Cargo.toml index edeff1fa4..6027036c1 100644 --- a/misc/advanced/router-dev/Cargo.toml +++ b/misc/advanced/router-dev/Cargo.toml @@ -7,7 +7,7 @@ edition = "2021" [dependencies] anyhow = "1.0.72" apollo-router = { git = "https://github.com/apollographql/router", branch = "dev" } -async-trait = "0.1.71" +async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12" diff --git a/supergraph/router-rust-plugin/Cargo.toml b/supergraph/router-rust-plugin/Cargo.toml index a143aa268..af541c93f 100644 --- a/supergraph/router-rust-plugin/Cargo.toml +++ b/supergraph/router-rust-plugin/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" [dependencies] anyhow = "1.0.72" apollo-router = "1.25.0" -async-trait = "0.1.71" +async-trait = "0.1.72" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12"