build(deps): bump lyon from 0.17.3 to 0.17.4

Bumps [lyon](https://github.com/nical/lyon) from 0.17.3 to 0.17.4.
- [Release notes](https://github.com/nical/lyon/releases)
- [Changelog](https://github.com/nical/lyon/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nical/lyon/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2021-01-24 00:36:00 +00:00 committed by Mike Welsh
parent 86b4c20809
commit ef428d95a7
4 changed files with 7 additions and 7 deletions

8
Cargo.lock generated
View File

@ -1975,9 +1975,9 @@ dependencies = [
[[package]]
name = "lyon"
version = "0.17.3"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a90be95ae04a3fa64777a0de244acf55fdde882eba6a23d4c2cd4f60f34ddf09"
checksum = "e675e45caaea6ab7e88b27cd262ecf8a8cd015802e92c30611d3421ec15711d7"
dependencies = [
"lyon_algorithms",
"lyon_tessellation",
@ -2015,9 +2015,9 @@ dependencies = [
[[package]]
name = "lyon_tessellation"
version = "0.17.3"
version = "0.17.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2133ee881f9c08ffae9bf866ef56204ab6da4ccb2b2b37963c14b028d798fd41"
checksum = "a5fe15d82be91e7e43d3b2c5b9a7c8cc01f523592def51ee088f2a669fa32a8d"
dependencies = [
"arrayvec",
"lyon_path",

View File

@ -16,7 +16,7 @@ generational-arena = "0.2.8"
image = "0.23.12"
jpeg-decoder = "0.1.20"
log = "0.4"
lyon = "0.17.3"
lyon = "0.17.4"
dasp = {version = "0.11.0", git = "https://github.com/RustAudio/dasp", rev = "f05a703", features = ["interpolate", "interpolate-linear", "signal"]}
winit = "0.24.0"
webbrowser = "0.5.5"

View File

@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
log = "0.4"
lyon = "0.17.3"
lyon = "0.17.4"
[dependencies.ruffle_core]
path = "../../core"

View File

@ -10,7 +10,7 @@ wgpu = { git = "https://github.com/gfx-rs/wgpu-rs", rev = "6cfd4243603b495fed568
image = "0.23.12"
jpeg-decoder = "0.1.20"
log = "0.4"
lyon = "0.17.3"
lyon = "0.17.4"
ruffle_core = { path = "../../core" }
futures = "0.3.12"
bytemuck = "1.5.0"