chore: Bump bitstream-io from 1.0.0 to 1.1.0

Bumps [bitstream-io](https://github.com/tuffy/bitstream-io) from 1.0.0 to 1.1.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] 2021-06-20 09:22:16 +00:00 committed by Mike Welsh
parent ee69567fa5
commit c22c18b809
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -191,9 +191,9 @@ checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
[[package]]
name = "bitstream-io"
version = "1.0.0"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03539c739e37dab2c322ce07b1990089ca1fc7ad14b813e1538bf11bef98fe06"
checksum = "1f5a101093baaea4d3684747b026ffae31b70666110bd1d46cfb28cb22be8bcc"
[[package]]
name = "bitvec"

View File

@ -6,7 +6,7 @@ edition = "2018"
license = "MIT OR Apache-2.0"
[dependencies]
bitstream-io = "1.0.0"
bitstream-io = "1.1.0"
flate2 = "1.0.20"
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.2.1"
bitstream-io = "1.0.0"
bitstream-io = "1.1.0"
byteorder = "1.4"
encoding_rs = "0.8.28"
num-derive = "0.3"