chore: Bump bitflags from 1.2.1 to 1.3.2

Bumps [bitflags](https://github.com/bitflags/bitflags) from 1.2.1 to 1.3.2.
- [Release notes](https://github.com/bitflags/bitflags/releases)
- [Changelog](https://github.com/bitflags/bitflags/blob/main/CHANGELOG.md)
- [Commits](https://github.com/bitflags/bitflags/compare/1.2.1...1.3.2)

---
updated-dependencies:
- dependency-name: bitflags
  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-08-16 20:06:16 +00:00 committed by relrelb
parent 0fe583e723
commit a317a09d17
3 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View File

@ -185,9 +185,9 @@ checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bitflags"
version = "1.2.1"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitstream-io"

View File

@ -20,7 +20,7 @@ minimp3 = { version = "0.5.1", optional = true }
png = { version = "0.16.8" }
ruffle_macros = { path = "macros" }
swf = { path = "../swf" }
bitflags = "1.2.1"
bitflags = "1.3.2"
smallvec = "1.6.1"
num-traits = "0.2"
num-derive = "0.3"

View File

@ -10,7 +10,7 @@ readme = "README.md"
description = "Read and write the Adobe Flash SWF file format."
[dependencies]
bitflags = "1.2.1"
bitflags = "1.3.2"
bitstream-io = "1.1.0"
byteorder = "1.4"
encoding_rs = "0.8.28"