diff options
author | dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com> | 2021-01-15 04:14:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 04:14:42 +0000 |
commit | ccbe0b82d809bc29b3f5d66ba606048daf648bc6 (patch) | |
tree | 2201301ba1312ae619dc3aa672ece798453cd8b3 /Cargo.toml | |
parent | Merge pull request #431 from svenstaro/dependabot/cargo/futures-0.3.10 (diff) | |
download | miniserve-ccbe0b82d809bc29b3f5d66ba606048daf648bc6.tar.gz miniserve-ccbe0b82d809bc29b3f5d66ba606048daf648bc6.zip |
Bump futures from 0.3.10 to 0.3.11
Bumps [futures](https://github.com/rust-lang/futures-rs) from 0.3.10 to 0.3.11.
- [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.10...0.3.11)
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.2", features = ["actix-web"] } serde = { version = "1.0.119", features = ["derive"] } tar = "0.4.30" -futures = "0.3.10" +futures = "0.3.11" libflate = "1.0.3" failure = "0.1.8" log = "0.4.13" |