aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-08-05 04:20:54 +0000
committerGitHub <noreply@github.com>2019-08-05 04:20:54 +0000
commit1eaf16d89aba6b824c228ec438cfb0eb92795970 (patch)
treeb5f75bb3abc93b30b49c5756b5009c88fe2da130 /Cargo.toml
parentMerge pull request #170 from svenstaro/dependabot/cargo/log-0.4.8 (diff)
downloadminiserve-1eaf16d89aba6b824c228ec438cfb0eb92795970.tar.gz
miniserve-1eaf16d89aba6b824c228ec438cfb0eb92795970.zip
Bump libflate from 0.1.25 to 0.1.26
Bumps [libflate](https://github.com/sile/libflate) from 0.1.25 to 0.1.26. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.25...0.1.26) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
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 12e4962..98acbee 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ serde = { version = "1.0.98", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.28"
-libflate = "0.1.25"
+libflate = "0.1.26"
failure = "0.1.5"
log = "0.4.8"
strum = "0.15.0"