From 60c20703897bdef9675a56d242857796063b2c8a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:22:45 +0000 Subject: [PATCH] build(deps): bump enum-map from 2.0.1 to 2.4.1 Bumps [enum-map](https://github.com/xfix/enum-map) from 2.0.1 to 2.4.1. - [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.1) --- 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..b9c0f986f55f0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,18 +1121,18 @@ dependencies = [ [[package]] name = "enum-map" -version = "2.0.1" +version = "2.4.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4daa8ce58bdc96f86eb90b4b8eab8f1e051da02f8c564389ae2b8ce38932f758" +checksum = "f5a56d54c8dd9b3ad34752ed197a4eb2a6601bc010808eb097a04a58ae4c43e1" dependencies = [ "enum-map-derive", ] [[package]] name = "enum-map-derive" -version = "0.8.0" +version = "0.10.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "a63b7a0ddec6f38dcec5e36257750b7a8fcaf4227e12ceb306e341d63634da05" +checksum = "a9045e2676cd5af83c3b167d917b0a5c90a4d8e266e2683d6631b235c457fc27" dependencies = [ "proc-macro2", "quote", diff --git a/render/wgpu/Cargo.toml b/render/wgpu/Cargo.toml index ecc5dbaabbcf3..7ffdb1f1b8630 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.1" # desktop [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]