diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-11-10 05:22:15 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-10 05:22:15 +0000 |
commit | 4f9cb248b57dcb870b8a58e0d57f99c31f428de6 (patch) | |
tree | 9618e91b1367caa770734c8b3b99bfb18d2a4bb7 /Cargo.toml | |
parent | (cargo-release) start next development iteration 0.10.4-alpha.0 (diff) | |
parent | Bump futures from 0.3.7 to 0.3.8 (diff) | |
download | miniserve-4f9cb248b57dcb870b8a58e0d57f99c31f428de6.tar.gz miniserve-4f9cb248b57dcb870b8a58e0d57f99c31f428de6.zip |
Merge pull request #404 from svenstaro/dependabot/cargo/futures-0.3.8
Bump futures from 0.3.7 to 0.3.8
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.7" +futures = "0.3.8" libflate = "1.0.3" failure = "0.1.8" log = "0.4.11" |