build(deps): bump enum-map from 2.0.2 to 2.0.3

Bumps [enum-map](https://gitlab.com/KonradBorowski/enum-map) from 2.0.2 to 2.0.3.
- [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-28 20:43:33 +00:00 committed by relrelb
parent 3252da19a4
commit 8e6ed37ba4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -1106,9 +1106,9 @@ dependencies = [
[[package]]
name = "enum-map"
version = "2.0.2"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7848397e7221a27d81cb7f07498d563f09b23fcd52ce9f74a6a110ed28f7cd4f"
checksum = "82605a2a3d13a9661b07ba27f39d00496aa347c9c236b1a3b8201c1b6d761408"
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.1.3", features = ["derive"], optional = true }
enum-map = "2.0.2"
enum-map = "2.0.3"
# desktop
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.futures]