build(deps): bump bitstream-io from 1.5.0 to 1.6.0

Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 1.5.0 to 1.6.0.
- [Release notes](https://github.com/tuffy/bitstream-io/releases)
- [Commits](https://github.com/tuffy/bitstream-io/compare/v1.5.0...v1.6.0)

---
updated-dependencies:
- dependency-name: bitstream-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-21 23:32:31 +00:00 committed by kmeisthax
parent cf8217f2ff
commit 25664778f3
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -232,9 +232,9 @@ dependencies = [
[[package]]
name = "bitstream-io"
version = "1.5.0"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d524fdb78bf6dc6d2dc4c02043e4b4962ede0a17ae3e13f0ed211a7eda5897"
checksum = "9d28070975aaf4ef1fd0bd1f29b739c06c2cdd9972e090617fb6dca3b2cb564e"
[[package]]
name = "bitvec"

View File

@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
byteorder = "1.4"
bitstream-io = "1.5.0"
bitstream-io = "1.6.0"
flate2 = "1.0.24"
fnv = "1.0.7"
gc-arena = { git = "https://github.com/ruffle-rs/gc-arena" }

View File

@ -11,7 +11,7 @@ description = "Read and write the Adobe Flash SWF file format."
[dependencies]
bitflags = "1.3.2"
bitstream-io = "1.5.0"
bitstream-io = "1.6.0"
byteorder = "1.4"
encoding_rs = "0.8.31"
num-derive = "0.3"