From 25664778f30be352a96ebc806b4c2a2d1c6f9e5d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:32:31 +0000 Subject: [PATCH] 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] --- Cargo.lock | 4 ++-- core/Cargo.toml | 2 +- swf/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c6c7d70a1..924fd5dff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 0c2cdf8a5..4c5c7f4d0 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" } diff --git a/swf/Cargo.toml b/swf/Cargo.toml index ced099518..21a9cc82e 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -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"