From f9e361ddaec52095ab65b4080ca51bfec8e97edb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 26 Mar 2022 17:04:47 +0000 Subject: [PATCH] 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] --- 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 08d5cad75..0b6cf076e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 80e19e169..42f5b55bb 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.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" } diff --git a/swf/Cargo.toml b/swf/Cargo.toml index 3a688fcbc..fd9719d04 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.2.0" +bitstream-io = "1.3.0" byteorder = "1.4" encoding_rs = "0.8.30" num-derive = "0.3"