aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-05-06 04:14:14 +0000
committerGitHub <noreply@github.com>2020-05-06 04:14:14 +0000
commitb1a480d0f102e3d127bf43885a117d89e2440598 (patch)
tree63b8126e9820d5d89937024c921b02f28f58395e /Cargo.toml
parentMerge pull request #298 from svenstaro/dependabot/cargo/failure-0.1.8 (diff)
downloadminiserve-b1a480d0f102e3d127bf43885a117d89e2440598.tar.gz
miniserve-b1a480d0f102e3d127bf43885a117d89e2440598.zip
Bump libflate from 0.1.27 to 1.0.0
Bumps [libflate](https://github.com/sile/libflate) from 0.1.27 to 1.0.0. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/0.1.27...1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Diffstat (limited to '')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index f0831ed..462b4c9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -39,7 +39,7 @@ serde = { version = "1.0.106", features = ["derive"] }
tar = "0.4.25"
bytes = "0.4.12"
futures = "0.1.29"
-libflate = "0.1.26"
+libflate = "1.0.0"
failure = "0.1.8"
log = "0.4.8"
strum = "0.18.0"