aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2020-10-26 04:15:22 +0000
committerGitHub <noreply@github.com>2020-10-26 04:15:22 +0000
commit3fb08f3444e2c80322fc78c2d1ec6f654b24013c (patch)
tree18146bc76b5e55323bb930a7d4053a81a9a3c583 /Cargo.toml
parentMerge pull request #396 from svenstaro/dependabot/cargo/serde-1.0.117 (diff)
downloadminiserve-3fb08f3444e2c80322fc78c2d1ec6f654b24013c.tar.gz
miniserve-3fb08f3444e2c80322fc78c2d1ec6f654b24013c.zip
Bump libflate from 1.0.2 to 1.0.3
Bumps [libflate](https://github.com/sile/libflate) from 1.0.2 to 1.0.3. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.2...1.0.3) 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 8f7ac99..7b866d9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -32,7 +32,7 @@ maud = { version = "0.22.0", features = ["actix-web"] }
serde = { version = "1.0.117", features = ["derive"] }
tar = "0.4.30"
futures = "0.3.6"
-libflate = "1.0.2"
+libflate = "1.0.3"
failure = "0.1.8"
log = "0.4.11"
strum = "0.19.5"