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:30:07 +0000
committerGitHub <noreply@github.com>2020-07-21 00:30:07 +0000
commitd441506778bd2d7a5226869c28a23d1787bbb8a4 (patch)
treed275afe4f1f3debf77304146a54e901494b9c6f2 /Cargo.toml
parentSwitch to GitHub Actions (#344) (diff)
parentBump libflate from 1.0.1 to 1.0.2 (diff)
downloadminiserve-d441506778bd2d7a5226869c28a23d1787bbb8a4.tar.gz
miniserve-d441506778bd2d7a5226869c28a23d1787bbb8a4.zip
Merge pull request #332 from svenstaro/dependabot/cargo/libflate-1.0.2
Diffstat (limited to '')
-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"