chore(deps): bump futures from 0.1.26 to 0.1.27

Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.26 to 0.1.27.
- [Release notes](https://github.com/rust-lang-nursery/futures-rs/releases)
- [Changelog](https://github.com/rust-lang-nursery/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang-nursery/futures-rs/compare/0.1.26...0.1.27)

Signed-off-by: dependabot[bot] <support@dependabot.com>
This commit is contained in:
dependabot[bot]
2019-05-13 08:19:14 +00:00
committed by Fabian Freyer
parent 7ed60f7ef3
commit 10cf1a5711
2 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ license = "BSD-3-Clause"
actix-web= "0.7.19"
actix= "0.7.9"
askama = { version = "0.8.0", features= ["with-actix-web"] }
futures = "0.1.26"
futures = "0.1.27"
libc = "0.2.54"
log = "0.4.6"
pretty_env_logger = "0.3.0"