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"