diff options
author | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-03 18:19:19 +0000 |
---|---|---|
committer | boasting-squirrel <boasting.squirrel@gmail.com> | 2019-04-03 18:19:19 +0000 |
commit | d6272b6d493c4c62d481a8acfaecc042e20e1b14 (patch) | |
tree | 6db8ea58922b1b7cb01012e55e5cb8ce62e7e01a /Cargo.toml | |
parent | Added CLI argument to set default theme (diff) | |
parent | Merge pull request #56 from svenstaro/dependabot/cargo/futures-0.1.26 (diff) | |
download | miniserve-d6272b6d493c4c62d481a8acfaecc042e20e1b14.tar.gz miniserve-d6272b6d493c4c62d481a8acfaecc042e20e1b14.zip |
Merge branch 'master' into colorscheme
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ maud = { version = "0.20.0", features = ["actix-web"] } serde = { version = "1.0.89", features = ["derive"] } tar = "0.4.22" bytes = "0.4.12" -futures = "0.1.25" +futures = "0.1.26" libflate = "0.1.21" failure = "0.1.5" log = "0.4.6"
\ No newline at end of file |