From 313169f58a62164de75cc04150d6bf245d3c6465 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Jul 2021 05:22:45 +0000 Subject: [PATCH] Update futures requirement from 0.1.28 to 0.3.16 Updates the requirements on [futures](https://github.com/rust-lang/futures-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/futures-rs/releases) - [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/futures-rs/compare/0.1.28...0.3.16) Signed-off-by: dependabot-preview[bot] --- postgres-rest-actix/Cargo.toml | 2 +- postgres-rest/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/postgres-rest-actix/Cargo.toml b/postgres-rest-actix/Cargo.toml index 3243271..be6d2bb 100644 --- a/postgres-rest-actix/Cargo.toml +++ b/postgres-rest-actix/Cargo.toml @@ -12,7 +12,7 @@ path = "src/lib.rs" actix = "0.8.3" actix-web = "1.0.5" failure = "0.1.5" -futures = "0.1.28" +futures = "0.3.16" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } lazy_static = "1.3" rayon = "1.1.0" diff --git a/postgres-rest/Cargo.toml b/postgres-rest/Cargo.toml index d417a68..f0399b1 100644 --- a/postgres-rest/Cargo.toml +++ b/postgres-rest/Cargo.toml @@ -20,7 +20,7 @@ chrono = { version = "0.4.7", features = ["serde"] } clokwerk = "0.2.1" eui48 = { version = "0.4.6", features = ["serde"] } failure = "0.1.5" -futures = "0.1.28" +futures = "0.3.16" futures03 = { package = "futures-preview", version = "0.3.0-alpha.18", features = ["compat"] } itertools = "0.8.0" lazy_static = "1.3"