From ba624096daad1655c499df41c3d8f0710079ac5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Apr 2025 07:08:01 +0000 Subject: [PATCH] Update bitstream-io requirement from 2.2 to 3.0 Updates the requirements on [bitstream-io](https://github.com/tuffy/bitstream-io) to permit the latest version. - [Commits](https://github.com/tuffy/bitstream-io/compare/v2.2.0...v3.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-version: 3.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..17ec11c 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 = "3.0" criterion = "0.5.1" hex-literal = "0.2.1" hex-slice = "0.1.4"