Skip to content

Commit

Permalink
Update bitstream-io requirement from 0.9.0 to 1.3.0 (#8)
Browse files Browse the repository at this point in the history
* Update bitstream-io requirement from 0.9.0 to 1.3.0

Updates the requirements on [bitstream-io](https://github.com/tuffy/bitstream-io) to permit the latest version.
- [Release notes](https://github.com/tuffy/bitstream-io/releases)
- [Commits](https://github.com/tuffy/bitstream-io/commits)

---
updated-dependencies:
- dependency-name: bitstream-io
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* bitstream-io API change

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: David Holroyd <[email protected]>
  • Loading branch information
dependabot[bot] and dholroyd authored Mar 31, 2022
1 parent e89339a commit 8a5f68a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ edition = "2018"
[dependencies]

[dev-dependencies]
bitstream-io = "0.9.0"
bitstream-io = "1.3.0"
hexdump = "0.1.0"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ where

#[cfg(test)]
mod tests {
use bitstream_io::{BitWriter, BE, BigEndian};
use bitstream_io::{BitWriter, BitWrite, BE, BigEndian};
use std::io;
use super::*;

Expand Down

0 comments on commit 8a5f68a

Please sign in to comment.