From d65133d20ea6eb77bd4205ba45bdae91e40d08b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jun 2025 13:54:07 +0000 Subject: [PATCH] Update bzip2 requirement from 0.5 to 0.6 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/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: bzip2 dependency-version: 0.6.0 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 042d4a06..b4b23e04 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -114,7 +114,7 @@ tokio = { version = "1", features = ["full"] } futures-util = "0.3.30" criterion = { version = "0.5.1", features = ["html_reports"] } rayon = "1.10" -bzip2 = "0.5" +bzip2 = "0.6" flate2 = "1.0" md5 = "0.7.0" which = "7"