From a317a09d1793b1a3405d346be01d76224bca6059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Aug 2021 20:06:16 +0000 Subject: [PATCH] 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] --- 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 298783604..01822d526 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/core/Cargo.toml b/core/Cargo.toml index 992e0e05f..1e999d471 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -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" diff --git a/swf/Cargo.toml b/swf/Cargo.toml index bab610d8d..e600b39a5 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -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"