From ae30f44655187e397b2a06eea911ee4fa565969d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:30:23 +0000 Subject: [PATCH] Update bitstream-io requirement from 1.2.0 to 2.0.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.2.0...v2.0.0) --- updated-dependencies: - dependency-name: bitstream-io 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 333e3d7..728226d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ pedantic = "warn" [dependencies] arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.3.0" } -bitstream-io = "1.2.0" +bitstream-io = "2.0.0" thiserror = { workspace = true } [dev-dependencies]