aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-04-03 18:19:19 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-04-03 18:19:19 +0000
commitd6272b6d493c4c62d481a8acfaecc042e20e1b14 (patch)
tree6db8ea58922b1b7cb01012e55e5cb8ce62e7e01a /Cargo.toml
parentAdded CLI argument to set default theme (diff)
parentMerge pull request #56 from svenstaro/dependabot/cargo/futures-0.1.26 (diff)
downloadminiserve-d6272b6d493c4c62d481a8acfaecc042e20e1b14.tar.gz
miniserve-d6272b6d493c4c62d481a8acfaecc042e20e1b14.zip
Merge branch 'master' into colorscheme
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6f4aa16..4689a80 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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