Skip to content

Commit

Permalink
Update bitstream-io requirement from 1.2.0 to 2.0.0 (#53)
Browse files Browse the repository at this point in the history
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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 11, 2023
1 parent b67fe6e commit 97b5e53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 97b5e53

Please sign in to comment.