From 6ded517824a64d78df573d6898076900721fca97 Mon Sep 17 00:00:00 2001 From: Dominic Date: Wed, 4 Nov 2020 19:34:25 +0100 Subject: [PATCH] update futures to 0.3.7 (https://rustsec.org/advisories/RUSTSEC-2020-0059.html) --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 92d005a..96b9f52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,8 +21,8 @@ gitlab = { repository = "msrd0/gotham-restful", branch = "master" } base64 = { version = "0.13.0", optional = true } chrono = { version = "0.4.19", features = ["serde"], optional = true } cookie = { version = "0.14", optional = true } -futures-core = "0.3.5" -futures-util = "0.3.5" +futures-core = "0.3.7" +futures-util = "0.3.7" gotham = { version = "0.5.0", default-features = false } gotham_derive = "0.5.0" gotham_middleware_diesel = { version = "0.2.0", optional = true }