From 5e260d0afc0a49a20210bbf595c5e8b11b6aab04 Mon Sep 17 00:00:00 2001 From: Waffle Date: Wed, 25 Aug 2021 18:12:14 +0300 Subject: [PATCH] Depend on a right `futures` version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3a0be3e..a5fee453 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +### Fixed + +- Depend on a right `futures` version + ## [0.5.1] - 2021-08-05 ### Changed diff --git a/Cargo.toml b/Cargo.toml index aee35fcc..fef3c0e6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ mime = "0.3" derive_more = "0.99" thiserror = "1.0" async-trait = "0.1" -futures = "0.3" +futures = "0.3.15" pin-project = "1.0" serde_with_macros = "1.4"