From 2342b616805b5481020b0a291f0a71c403b036f4 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 08:11:04 +0000 Subject: [PATCH] Bump harfbuzz-sys from 0.3.3 to 0.3.4 Bumps [harfbuzz-sys](https://github.com/servo/rust-harfbuzz) from 0.3.3 to 0.3.4. - [Release notes](https://github.com/servo/rust-harfbuzz/releases) - [Commits](https://github.com/servo/rust-harfbuzz/commits/harfbuzz-sys-v0.3.4) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6865c4ec3d3..0173b0b6176 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2400,11 +2400,11 @@ checksum = "63d68db75012a85555434ee079e7e6337931f87a087ab2988becbadf64673a7f" [[package]] name = "harfbuzz-sys" -version = "0.3.3" +version = "0.3.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cf14b85a0c906ef4ef3ff87d0fba25ee45b724404a1a3100dc25eeb4f37ff43b" +checksum = "212d74cab8498b2d15700b694fb38f77562869d05e1f8b602dd05221a1ca2d63" dependencies = [ - "cmake", + "cc", "core-graphics 0.17.3", "core-text 13.2.0", "foreign-types",