From 18ec09a99e488857fb3cac553fb930683a481ee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 13:59:58 +0000 Subject: [PATCH] chore(deps): update bzip2 requirement from 0.4.4 to 0.5.0 Updates the requirements on [bzip2](https://github.com/trifectatechfoundation/bzip2-rs) to permit the latest version. - [Release notes](https://github.com/trifectatechfoundation/bzip2-rs/releases) - [Commits](https://github.com/trifectatechfoundation/bzip2-rs/compare/0.4.4...v0.5.0) --- updated-dependencies: - dependency-name: bzip2 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 b4f056b..289ddb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ deflate64 = ["dep:deflate64"] [dependencies] brotli = { version = "7.0", optional = true } -bzip2 = { version = "0.4.4", optional = true } +bzip2 = { version = "0.5.0", optional = true } flate2 = { version = "1.0.13", optional = true } futures-core = { version = "0.3", default-features = false } futures-io = { version = "0.3", default-features = false, features = ["std"], optional = true }