From 6f32c1dc0634b98165cbbfe2ce7880f2ca0bba0b Mon Sep 17 00:00:00 2001 From: Mike Welsh Date: Mon, 6 Jan 2020 23:20:02 -0800 Subject: [PATCH] chore: Bump to lyon_tessellation 0.15.4 --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2cf074639..b734bbed8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -967,7 +967,7 @@ version = "0.15.3" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "lyon_algorithms 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)", - "lyon_tessellation 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)", + "lyon_tessellation 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)", ] [[package]] @@ -999,7 +999,7 @@ dependencies = [ [[package]] name = "lyon_tessellation" -version = "0.15.3" +version = "0.15.4" source = "registry+https://github.com/rust-lang/crates.io-index" dependencies = [ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -2522,7 +2522,7 @@ dependencies = [ "checksum lyon_algorithms 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d2e86e6055dbe55f459f98a65d990bbab535f4306d38e30459a3b7aec0bd027b" "checksum lyon_geom 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e2a8bde54788e0eb4f1b9f072910bfa1cba95688698f7bb206d13a2f8fd06b3" "checksum lyon_path 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8373584a231109a5ac9d2bd1bb8c45038db6c3df993f9818363b051e3f35bfb7" -"checksum lyon_tessellation 0.15.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0b5d079176f89c75a46b7edf0e8d11102f7053f369531085c7ce5be186dc654" +"checksum lyon_tessellation 0.15.4 (registry+https://github.com/rust-lang/crates.io-index)" = "45751148fe55b32f5eb6c9b407606b9c29f0e2b9fcba72f68d118274ff816453" "checksum lzma-sys 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "53e48818fd597d46155132bbbb9505d6d1b3d360b4ee25cfa91c406f8a90fe91" "checksum lzw 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7d947cbb889ed21c2a84be6ffbaebf5b4e0f4340638cba0444907e38b56be084" "checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"