From 566c0689d5041a3855eeb78687702f15440f8e4b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Apr 2022 02:23:55 +0000 Subject: [PATCH] Update flate2 requirement from >=1.0.0, <=1.0.14 to >=1.0.0, <=1.0.24 Updates the requirements on [flate2](https://github.com/rust-lang/flate2-rs) to permit the latest version. - [Release notes](https://github.com/rust-lang/flate2-rs/releases) - [Commits](https://github.com/rust-lang/flate2-rs/compare/1.0.0...1.0.23) --- updated-dependencies: - dependency-name: flate2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bcbd6e372..24ba09e96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ edition = "2018" [dependencies] # FIXME(#170): flate2 1.0.15 has an MSRV of 1.36.0, breaking ours. We'll update when we know if this will be addressed -flate2 = { version = ">=1.0.0, <=1.0.14", default-features = false, optional = true } +flate2 = { version = ">=1.0.0, <=1.0.24", default-features = false, optional = true } time = { version = "0.1", optional = true } byteorder = "1.3" bzip2 = { version = "0.3", optional = true }