From c22c18b809c9b522eccd320b002186a4b2b113a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 20 Jun 2021 09:22:16 +0000 Subject: [PATCH] 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] --- 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 10827b6ef..3f1131b47 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index da4ae054f..0115631ac 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" } diff --git a/swf/Cargo.toml b/swf/Cargo.toml index 996322391..bab610d8d 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.2.1" -bitstream-io = "1.0.0" +bitstream-io = "1.1.0" byteorder = "1.4" encoding_rs = "0.8.28" num-derive = "0.3"