From 3fb08f3444e2c80322fc78c2d1ec6f654b24013c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 26 Oct 2020 04:15:22 +0000 Subject: 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] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 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", 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" -- cgit v1.2.3