From bb33c00dac65d81cc987e2fd50a14e1fc7dfce50 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 19:05:39 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2.0 to 4.7.0 Updates the requirements on [bitstream-io](https://github.com/tuffy/bitstream-io) to permit the latest version. - [Changelog](https://github.com/tuffy/bitstream-io/blob/master/CHANGES.md) - [Commits](https://github.com/tuffy/bitstream-io/compare/v2.2.0...v4.7.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.7.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 504b158..5b1a9b6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ edition = "2021" [dependencies] [dev-dependencies] -bitstream-io = "2.2.0" +bitstream-io = "4.7.0" hexdump = "0.1.0"