From 04b146ffc4905c4923319d114e79ea8c244b920c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2020 13:14:34 +0000 Subject: [PATCH] build(deps): bump enumset from 1.0.0 to 1.0.1 Bumps [enumset](https://github.com/Lymia/enumset) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/Lymia/enumset/releases) - [Changelog](https://github.com/Lymia/enumset/blob/master/RELEASES.md) - [Commits](https://github.com/Lymia/enumset/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 8 ++++---- core/Cargo.toml | 2 +- swf/Cargo.toml | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 720eeb6f2..d09326acd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -649,7 +649,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "enumset" -version = "1.0.0" +version = "1.0.1" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "enumset_derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1970,7 +1970,7 @@ dependencies = [ "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "bitstream-io 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)", "downcast-rs 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)", - "enumset 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "enumset 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "fnv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "gc-arena 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "gc-arena-derive 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2372,7 +2372,7 @@ version = "0.1.2" dependencies = [ "approx 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", - "enumset 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", + "enumset 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "flate2 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)", "libflate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", @@ -3034,7 +3034,7 @@ dependencies = [ "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" "checksum embed-resource 1.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f6b0b4403da80c2fd32333937dd468292c001d778c587ae759b75432772715d" "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" -"checksum enumset 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3691ce759534316ad900d57dd8e688e2c4263f9750c0f7c1e9b9a4516d4ca241" +"checksum enumset 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "959a80a2062fedd66ed41d99736212de987b3a8c83a4c2cef243968075256bd1" "checksum enumset_derive 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74bef436ac71820c5cf768d7af9ba33121246b09a00e09a55d94ef8095a875ac" "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" "checksum euclid 0.22.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7ab0e07e345fb061928646949fdf5fb888e5d75a57385e7f5856e45be289e745" diff --git a/core/Cargo.toml b/core/Cargo.toml index 133511ea8..c61a05c62 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -20,7 +20,7 @@ png = { version = "0.16.7" } puremp3 = { version = "0.1", optional = true } ruffle_macros = { path = "macros" } swf = { path = "../swf" } -enumset = "1.0.0" +enumset = "1.0.1" smallvec = "1.4.1" num_enum = "0.5.1" quick-xml = "0.18.1" diff --git a/swf/Cargo.toml b/swf/Cargo.toml index 3ce5004a7..e6c2328a0 100644 --- a/swf/Cargo.toml +++ b/swf/Cargo.toml @@ -11,7 +11,7 @@ description = "Read and write the Adobe Flash SWF file format." [dependencies] byteorder = "1.3" -enumset = "1.0.0" +enumset = "1.0.1" num-derive = "0.3" num-traits = "0.2" libflate = {version = "1.0", optional = true}