From c90dfbd61fc66cd28b9941c750737b42eb45ac06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Dec 2022 14:07:26 +0000 Subject: [PATCH] build(deps): bump enum-map from 2.0.1 to 2.4.2 Bumps [enum-map](https://github.com/xfix/enum-map) from 2.0.1 to 2.4.2. - [Release notes](https://github.com/xfix/enum-map/releases) - [Changelog](https://github.com/xfix/enum-map/blob/master/CHANGELOG.md) - [Commits](https://github.com/xfix/enum-map/commits/v2.4.2) --- updated-dependencies: - dependency-name: enum-map dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 8 ++++---- render/wgpu/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ea2c84de33a65..a08bcfcad1c61 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,18 +1121,18 @@ dependencies = [ [[package]] name = "enum-map" -version = "2.0.1" +version = "2.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4daa8ce58bdc96f86eb90b4b8eab8f1e051da02f8c564389ae2b8ce38932f758" +checksum = "50c25992259941eb7e57b936157961b217a4fc8597829ddef0596d6c3cd86e1a" dependencies = [ "enum-map-derive", ] [[package]] name = "enum-map-derive" -version = "0.8.0" +version = "0.11.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63b7a0ddec6f38dcec5e36257750b7a8fcaf4227e12ceb306e341d63634da05" +checksum = "2a4da76b3b6116d758c7ba93f7ec6a35d2e2cf24feda76c6e38a375f4d5c59f2" dependencies = [ "proc-macro2", "quote", diff --git a/render/wgpu/Cargo.toml b/render/wgpu/Cargo.toml index ecc5dbaabbcf3..e023cdb5c03d9 100644 --- a/render/wgpu/Cargo.toml +++ b/render/wgpu/Cargo.toml @@ -12,7 +12,7 @@ ruffle_render_common_tess = { path = "../common_tess" } bytemuck = { version = "1.7.3", features = ["derive"] } raw-window-handle = "0.4" clap = { version = "3.0.14", features = ["derive"], optional = true } -enum-map = "2.0.1" +enum-map = "2.4.2" # desktop [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]