aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2019-07-03 04:19:27 +0000
committerGitHub <noreply@github.com>2019-07-03 04:19:27 +0000
commitea602a4e77b1b8f0a1041b7bed8ecdb90743a85c (patch)
treebeaa282b5d8807f27a9fea3573d3f6256774c9a9 /Cargo.toml
parentMerge pull request #155 from svenstaro/dependabot/cargo/maud-0.21.0 (diff)
downloadminiserve-ea602a4e77b1b8f0a1041b7bed8ecdb90743a85c.tar.gz
miniserve-ea602a4e77b1b8f0a1041b7bed8ecdb90743a85c.zip
Bump libflate from 0.1.24 to 0.1.25
Bumps [libflate](https://github.com/sile/libflate) from 0.1.24 to 0.1.25. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.24...0.1.25) 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 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"