From c2b548f3a7a386dd65bff6117f81792c0e2c2ad0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 12 Aug 2023 03:55:35 +0000 Subject: [PATCH] Update Rust crate async-trait to 0.1.73 (#614) 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 565bcb60e..9ea4cd2b1 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.72" +async-trait = "0.1.73" 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 15af8412d..1ab269936 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.26.0" -async-trait = "0.1.72" +async-trait = "0.1.73" futures = "0.3.28" http = "0.2.9" schemars = "0.8.12"