From 42817a970ba8f58506d7d034cefcc5af6570bdde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:43:31 +0000 Subject: [PATCH] Update bzip2 requirement from 0.4 to 0.5 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.1...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 6f72f7bc..c35e3f53 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.4" +bzip2 = "0.5" flate2 = "1.0" md5 = "0.7.0" which = "7"