From b8d5b25013f788b4839708e30c259d22c7d4125a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jan 2021 06:37:19 +0000 Subject: [PATCH] Bump actix-cors from 0.4.1 to 0.5.4 Bumps [actix-cors](https://github.com/actix/actix-extras) from 0.4.1 to 0.5.4. - [Release notes](https://github.com/actix/actix-extras/releases) - [Commits](https://github.com/actix/actix-extras/compare/cors-v0.4.1...cors-v0.5.4) Signed-off-by: dependabot[bot] --- Cargo.lock | 8 +++++--- stargate/Cargo.toml | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d7cb3879..5278d1c1 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,14 +37,16 @@ dependencies = [ [[package]] name = "actix-cors" -version = "0.4.1" +version = "0.5.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f3e5c769e4d332bfad27f11b8139b5818c4bbddb02c385b8f16344d93ff1a8eb" +checksum = "36b133d8026a9f209a9aeeeacd028e7451bcca975f592881b305d37983f303d7" dependencies = [ - "actix-service", "actix-web", "derive_more", "futures-util", + "log", + "once_cell", + "tinyvec 1.0.1", ] [[package]] diff --git a/stargate/Cargo.toml b/stargate/Cargo.toml index 68a5cfa0..1cb37543 100644 --- a/stargate/Cargo.toml +++ b/stargate/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://github.com/apollographql/federation" apollo-stargate-lib = { path = "crates/stargate-lib" } # 3rd party -actix-cors = "0.4.1" +actix-cors = "0.5.4" actix-service = "1.0.6" actix-web = "3.1.0" actix-web-opentelemetry = "0.6.0"