aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-07-21 00:09:17 +0000
committerGitHub <noreply@github.com>2020-07-21 00:09:17 +0000
commitbcb2aa310a9f30b13f03698dc64c59a0db0953c8 (patch)
treed275afe4f1f3debf77304146a54e901494b9c6f2 /Cargo.toml
parentSwitch to GitHub Actions (#344) (diff)
downloadminiserve-bcb2aa310a9f30b13f03698dc64c59a0db0953c8.tar.gz
miniserve-bcb2aa310a9f30b13f03698dc64c59a0db0953c8.zip
Bump libflate from 1.0.1 to 1.0.2
Bumps [libflate](https://github.com/sile/libflate) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.1...1.0.2) 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 27fca38..92efeff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -40,7 +40,7 @@ serde = { version = "1.0.110", features = ["derive"] }
tar = "0.4.27"
bytes = "0.4.12"
futures = "0.1.29"
-libflate = "1.0.0"
+libflate = "1.0.2"
failure = "0.1.8"
log = "0.4.11"
strum = "0.18.0"