aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorSven-Hendrik Haase <svenstaro@gmail.com>2019-07-03 10:48:24 +0000
committerGitHub <noreply@github.com>2019-07-03 10:48:24 +0000
commit33209dd69963a430584f32f40f0fe6dc1168a010 (patch)
treebeaa282b5d8807f27a9fea3573d3f6256774c9a9 /Cargo.toml
parentMerge pull request #155 from svenstaro/dependabot/cargo/maud-0.21.0 (diff)
parentBump libflate from 0.1.24 to 0.1.25 (diff)
downloadminiserve-33209dd69963a430584f32f40f0fe6dc1168a010.tar.gz
miniserve-33209dd69963a430584f32f40f0fe6dc1168a010.zip
Merge pull request #157 from svenstaro/dependabot/cargo/libflate-0.1.25
Bump libflate from 0.1.24 to 0.1.25
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ec8d675..450d6fe 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ serde = { version = "1.0.94", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.28"
-libflate = "0.1.24"
+libflate = "0.1.25"
failure = "0.1.5"
log = "0.4.6"
strum = "0.15.0"