diff options
author | dependabot[bot] <support@dependabot.com> | 2019-05-13 04:34:36 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-05-13 04:34:36 +0000 |
commit | 455b87575da01f387ff1501a100a0044b2a70331 (patch) | |
tree | ae4cbf73d2554bfeb9d1087abfed930fe8758c8e /Cargo.toml | |
parent | Merge pull request #112 from boastful-squirrel/fix-clippy (diff) | |
download | miniserve-455b87575da01f387ff1501a100a0044b2a70331.tar.gz miniserve-455b87575da01f387ff1501a100a0044b2a70331.zip |
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>
Diffstat (limited to '')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.91", features = ["derive"] } tar = "0.4.25" bytes = "0.4.12" -futures = "0.1.26" +futures = "0.1.27" libflate = "0.1.21" failure = "0.1.5" log = "0.4.6" |