aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorboasting-squirrel <boasting.squirrel@gmail.com>2019-03-13 17:18:30 +0000
committerboasting-squirrel <boasting.squirrel@gmail.com>2019-03-13 17:18:30 +0000
commit3c3a4ebf62846a819d4114a6b79b3ea225bde6ec (patch)
treec57b159cd4cd319600b186a52ef2123c14ee85bb /Cargo.toml
parentRemoved tempfile from dependencies (diff)
downloadminiserve-3c3a4ebf62846a819d4114a6b79b3ea225bde6ec.tar.gz
miniserve-3c3a4ebf62846a819d4114a6b79b3ea225bde6ec.zip
upgraded to libflate 0.1.21
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 3ec73f9..922e1ca 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,5 +40,5 @@ serde = { version = "1.0.89", features = ["derive"] }
tar = "0.4"
bytes = "0.4.12"
futures = "0.1.25"
-libflate = "0.1.20"
+libflate = "0.1.21"
failure = "0.1.5" \ No newline at end of file