build(deps): bump bitstream-io from 1.2.0 to 1.3.0

Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 1.2.0 to 1.3.0.
- [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
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-26 17:04:47 +00:00 committed by Mike Welsh
parent 0c4806854c
commit f9e361ddae
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -196,9 +196,9 @@ dependencies = [
[[package]]
name = "bitstream-io"
version = "1.2.0"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "521f9cfb75191e53bc98586398c3104a2b10812475930f09eeccb5144fc3e68b"
checksum = "3a429905f63bae528a4afe5e7520089139a7694e910f9a12e89010d738b9cca2"
[[package]]
name = "bitvec"

View File

@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
byteorder = "1.4"
bitstream-io = "1.2.0"
bitstream-io = "1.3.0"
flate2 = "1.0.22"
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.2.0"
bitstream-io = "1.3.0"
byteorder = "1.4"
encoding_rs = "0.8.30"
num-derive = "0.3"