aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.lock
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.lock
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.lock')
-rw-r--r--Cargo.lock4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 650d806..4b0364e 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1551,9 +1551,9 @@ checksum = "f2f96b10ec2560088a8e76961b00d47107b3a625fecb76dedb29ee7ccbf98235"
[[package]]
name = "libflate"
-version = "1.0.2"
+version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e9bac9023e1db29c084f9f8cd9d3852e5e8fddf98fb47c4964a0ea4663d95949"
+checksum = "389de7875e06476365974da3e7ff85d55f1972188ccd9f6020dd7c8156e17914"
dependencies = [
"adler32",
"crc32fast",