From c46e468c11e70556227d877b69864e27457a5797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 Oct 2021 20:05:59 +0000 Subject: [PATCH] build(deps): bump lyon from 0.17.5 to 0.17.10 Bumps [lyon](https://github.com/nical/lyon) from 0.17.5 to 0.17.10. - [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) --- updated-dependencies: - dependency-name: lyon dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 18 ++++++++---------- render/common_tess/Cargo.toml | 2 +- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a1601d58..158e7121d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2151,9 +2151,9 @@ dependencies = [ [[package]] name = "lyon" -version = "0.17.5" +version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3a146a460c58fb5361fc7faf8d7a68b274f11969ee1f6856875c162d679d0306" +checksum = "cf0510ed5e3e2fb80f3db2061ef5ca92d87bfda1a624bb1eacf3bd50226e4cbb" dependencies = [ "lyon_algorithms", "lyon_tessellation", @@ -2161,9 +2161,9 @@ dependencies = [ [[package]] name = "lyon_algorithms" -version = "0.17.4" +version = "0.17.6" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6931fa85f0e649e8d781a31ffc9fa42aee5074b965a0bad7d05f84aaef2e8933" +checksum = "3455481f62077255e4837ba768d662e17ba80ef9fbf07bc038a5d9796d903f57" dependencies = [ "lyon_path", "sid", @@ -2182,23 +2182,21 @@ dependencies = [ [[package]] name = "lyon_path" -version = "0.17.4" +version = "0.17.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d19c56b500e0b03ed3cea146557c701a28f7f83633610c1b8cff2c7251412f72" +checksum = "5b0a59fdf767ca0d887aa61d1b48d4bbf6a124c1a45503593f7d38ab945bfbc0" dependencies = [ "lyon_geom", ] [[package]] name = "lyon_tessellation" -version = "0.17.8" +version = "0.17.10" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6c76c657e6eadab8fc258b0570226d88f186d2a462105a62dc015471f56fe761" +checksum = "7230e08dd0638048e46f387f255dbe7a7344a3e6705beab53242b5af25635760" dependencies = [ - "arrayvec 0.5.2", "float_next_after", "lyon_path", - "sid", ] [[package]] diff --git a/render/common_tess/Cargo.toml b/render/common_tess/Cargo.toml index 3d5a77cce..79085be58 100644 --- a/render/common_tess/Cargo.toml +++ b/render/common_tess/Cargo.toml @@ -7,7 +7,7 @@ license = "MIT OR Apache-2.0" [dependencies] log = "0.4" -lyon = "0.17.5" +lyon = "0.17.10" [dependencies.ruffle_core] path = "../../core"