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] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-02-21 20:08:47 +00:00 committed by relrelb
parent 6bb49e6420
commit 8597b35b6c
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -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",
]

View File

@ -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]