From 814073453851e496b32589278669f596c91a1632 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Sep 2025 19:01:37 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2.0 to 4.6.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.6.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.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 504b158..46b7baa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ edition = "2021" [dependencies] [dev-dependencies] -bitstream-io = "2.2.0" +bitstream-io = "4.6.0" hexdump = "0.1.0"