From 1730f55d21541434859ffb561e42b3d02c473d74 Mon Sep 17 00:00:00 2001 From: Jared Burce Date: Thu, 29 Oct 2020 06:42:03 -0700 Subject: [PATCH] relax futures-util version constraint --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 90fbafc..2b394b8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -futures-util = "0.3.6" +futures-util = "0.3" log = "0.4.11" pretty_env_logger = "0.4.0" rppal = { git = "https://github.com/golemparts/rppal/", rev = "2e980caf76756c97bb0b18fb3ab08fb51ed1f90e" }