diff options
author | Sven-Hendrik Haase <svenstaro@gmail.com> | 2020-10-26 06:10:51 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-26 06:10:51 +0000 |
commit | bd31b6f698140b65d11679274973e9d09d272b31 (patch) | |
tree | 1b99e2d73d00b545ee5261887bc5474e18ea8875 /Cargo.toml | |
parent | Merge pull request #399 from svenstaro/dependabot/cargo/libflate-1.0.3 (diff) | |
parent | Bump futures from 0.3.6 to 0.3.7 (diff) | |
download | miniserve-bd31b6f698140b65d11679274973e9d09d272b31.tar.gz miniserve-bd31b6f698140b65d11679274973e9d09d272b31.zip |
Merge pull request #398 from svenstaro/dependabot/cargo/futures-0.3.7
Bump futures from 0.3.6 to 0.3.7
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.0", features = ["actix-web"] } serde = { version = "1.0.117", features = ["derive"] } tar = "0.4.30" -futures = "0.3.6" +futures = "0.3.7" libflate = "1.0.3" failure = "0.1.8" log = "0.4.11" |