From 6b0841928a3309bbc3e33cd9807668e64d72d9af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Jul 2025 08:59:31 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2 to 4.4 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.4.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.4.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 105ec5a..e8e4130 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ smptera-format-identifiers-rust = "0.4.0" [dev-dependencies] assert_matches = "1.5.0" -bitstream-io = "2.2" +bitstream-io = "4.4" criterion = "0.5.1" hex-literal = "0.2.1" hex-slice = "0.1.4"