diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-11 04:15:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 04:15:15 +0000 |
commit | 12225371dd046a8c69c412b0009066dc76595050 (patch) | |
tree | 14ef25dbeb90f6877533c549675903172640c05c /Cargo.toml | |
parent | Merge pull request #425 from svenstaro/dependabot/cargo/log-0.4.12 (diff) | |
download | miniserve-12225371dd046a8c69c412b0009066dc76595050.tar.gz miniserve-12225371dd046a8c69c412b0009066dc76595050.zip |
Bump futures from 0.3.8 to 0.3.9
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.8 to 0.3.9.
- [Release notes](https://github.com/rust-lang/futures-rs/releases)
- [Changelog](https://github.com/rust-lang/futures-rs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/futures-rs/compare/0.3.8...0.3.9)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -31,7 +31,7 @@ chrono-humanize = "0.1.1" maud = { version = "0.22.1", features = ["actix-web"] } serde = { version = "1.0.117", features = ["derive"] } tar = "0.4.30" -futures = "0.3.8" +futures = "0.3.9" libflate = "1.0.3" failure = "0.1.8" log = "0.4.12" |