From f4d03fbb3b70c990ef050c191a195c78ef1d55c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 19:10:37 +0000 Subject: [PATCH] Update bitstream-io requirement from 1.3.0 to 2.2.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/v1.3.0...v2.2.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dc2aa8a..52a0394 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ edition = "2018" [dependencies] [dev-dependencies] -bitstream-io = "1.3.0" +bitstream-io = "2.2.0" hexdump = "0.1.0"