diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2021-01-15 13:19:16 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 13:19:16 +0000 |
commit | a5633371ad5f057ee8535605083d2541b94cde42 (patch) | |
tree | 2201301ba1312ae619dc3aa672ece798453cd8b3 /Cargo.toml | |
parent | Merge pull request #431 from svenstaro/dependabot/cargo/futures-0.3.10 (diff) | |
parent | Bump futures from 0.3.10 to 0.3.11 (diff) | |
download | miniserve-a5633371ad5f057ee8535605083d2541b94cde42.tar.gz miniserve-a5633371ad5f057ee8535605083d2541b94cde42.zip |
Merge pull request #432 from svenstaro/dependabot/cargo/futures-0.3.11
Bump futures from 0.3.10 to 0.3.11
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" |