From 98f763134ea78b7b61cee2e994b8abea3d50b6b0 Mon Sep 17 00:00:00 2001 From: Brendan Allan Date: Mon, 7 Aug 2023 03:12:20 -0700 Subject: [PATCH] lock libheif-sys version (#1183) --- Cargo.lock | 7 +++---- crates/heif/Cargo.toml | 1 + 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index de37c0cbb..232f993ea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3753,13 +3753,11 @@ dependencies = [ [[package]] name = "libheif-sys" -version = "1.16.1" +version = "1.14.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e8aa6b598db572d6d3e0a61b4009f03caf827010cd53248f6aeffb1180e9d53f" +checksum = "6af8b7a4151ae10f6d2e8684f7172c43f09c0258c84190fd9704422588ceec63" dependencies = [ "libc", - "pkg-config", - "vcpkg", ] [[package]] @@ -7110,6 +7108,7 @@ version = "0.1.0" dependencies = [ "image", "libheif-rs", + "libheif-sys", "thiserror", ] diff --git a/crates/heif/Cargo.toml b/crates/heif/Cargo.toml index 8014223b1..16a3691de 100644 --- a/crates/heif/Cargo.toml +++ b/crates/heif/Cargo.toml @@ -8,5 +8,6 @@ edition = { workspace = true } [dependencies] libheif-rs = "0.19.2" +libheif-sys = "=1.14.2" image = "0.24.6" thiserror = "1.0.40"