aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>2021-03-17 04:14:48 +0000
committerGitHub <noreply@github.com>2021-03-17 04:14:48 +0000
commitd80b6174820dc35377962b11ffc07b5a9c1e6876 (patch)
tree94c1892fde4ad234de7e4af031fa7d0ab89dd182
parentMerge pull request #467 from svenstaro/dependabot/cargo/regex-1.4.5 (diff)
downloadminiserve-d80b6174820dc35377962b11ffc07b5a9c1e6876.tar.gz
miniserve-d80b6174820dc35377962b11ffc07b5a9c1e6876.zip
Bump libflate from 1.0.3 to 1.0.4
Bumps [libflate](https://github.com/sile/libflate) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/sile/libflate/releases) - [Commits](https://github.com/sile/libflate/compare/1.0.3...1.0.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b90f256..6528600 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1419,9 +1419,9 @@ checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
[[package]]
name = "libflate"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
+checksum = "158ae2ca09a761eaf6050894f5a6f013f2773dafe24f67bfa73a7504580e2916"
dependencies = [
"adler32",
"crc32fast",