Skip to content

Commit 97b5e53

Browse files
Update bitstream-io requirement from 1.2.0 to 2.0.0 (#53)
Updates the requirements on [bitstream-io](https://github.com/tuffy/bitstream-io) to permit the latest version. - [Commits](tuffy/bitstream-io@v1.2.0...v2.0.0) --- updated-dependencies: - dependency-name: bitstream-io dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b67fe6e commit 97b5e53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pedantic = "warn"
2222

2323
[dependencies]
2424
arithmetic-coding-core = { path = "./arithmetic-coding-core", version = "0.3.0" }
25-
bitstream-io = "1.2.0"
25+
bitstream-io = "2.0.0"
2626
thiserror = { workspace = true }
2727

2828
[dev-dependencies]

0 commit comments

Comments
 (0)