1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 07:19:05 +02:00

use IntoFuture instead of Future

This commit is contained in:
Nikolay Kim
2019-03-04 20:37:03 -08:00
parent ed14e6b8ea
commit 15dafeff3d
5 changed files with 19 additions and 11 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "actix-utils"
version = "0.3.1"
version = "0.3.2"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix utils - various actix net related services"
keywords = ["network", "framework", "async", "futures"]
@ -18,7 +18,7 @@ name = "actix_utils"
path = "src/lib.rs"
[dependencies]
actix-service = "0.3.1"
actix-service = "0.3.2"
actix-codec = "0.1.0"
bytes = "0.4"
futures = "0.1.24"