From b362843d48080526a3726b5c30c90a19debbf5a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Apr 2025 06:08:35 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2 to 4.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.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 4.0.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..dc6a114 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.0" criterion = "0.5.1" hex-literal = "0.2.1" hex-slice = "0.1.4"