From 23dc76f33b8db29ec860eeef006903cc3db872ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:02:22 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2.0 to 4.8.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.8.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.8.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..9b65c7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ edition = "2021" [dependencies] [dev-dependencies] -bitstream-io = "2.2.0" +bitstream-io = "4.8.0" hexdump = "0.1.0"