diff options
author | dependabot[bot] <support@dependabot.com> | 2019-04-02 04:24:20 +0000 |
---|---|---|
committer | dependabot[bot] <support@dependabot.com> | 2019-04-02 04:24:20 +0000 |
commit | 2583052702d9823e0c4f97ae738e6d932ad15166 (patch) | |
tree | bda7cb9a11eedf5a6c4dca75cc3a489f66a42dc3 /Cargo.toml | |
parent | Merge pull request #54 from svenstaro/dependabot/cargo/actix-web-0.7.19 (diff) | |
download | miniserve-2583052702d9823e0c4f97ae738e6d932ad15166.tar.gz miniserve-2583052702d9823e0c4f97ae738e6d932ad15166.zip |
Bump futures from 0.1.25 to 0.1.26
Bumps [futures](https://github.com/rust-lang-nursery/futures-rs) from 0.1.25 to 0.1.26.
- [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.25...0.1.26)
Signed-off-by: dependabot[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-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.89", features = ["derive"] } tar = "0.4.22" bytes = "0.4.12" -futures = "0.1.25" +futures = "0.1.26" libflate = "0.1.21" failure = "0.1.5" log = "0.4.6"
\ No newline at end of file |