From 8597b35b6c32299657cc8eada3e3b163d60fd9e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 20:08:47 +0000 Subject: [PATCH] build(deps): bump enum-map from 2.0.1 to 2.0.2 Bumps [enum-map](https://gitlab.com/KonradBorowski/enum-map) from 2.0.1 to 2.0.2. - [Release notes](https://gitlab.com/KonradBorowski/enum-map/tags) - [Changelog](https://gitlab.com/KonradBorowski/enum-map/blob/master/CHANGELOG.md) - [Commits](https://gitlab.com/KonradBorowski/enum-map/commits/master) --- updated-dependencies: - dependency-name: enum-map dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- render/wgpu/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index c80922e57..bb6a884dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1121,9 +1121,9 @@ dependencies = [ [[package]] name = "enum-map" -version = "2.0.1" +version = "2.0.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4daa8ce58bdc96f86eb90b4b8eab8f1e051da02f8c564389ae2b8ce38932f758" +checksum = "7848397e7221a27d81cb7f07498d563f09b23fcd52ce9f74a6a110ed28f7cd4f" dependencies = [ "enum-map-derive", ] diff --git a/render/wgpu/Cargo.toml b/render/wgpu/Cargo.toml index ecc5dbaab..4d6059e70 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.0.2" # desktop [target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]