From 3c3e3313f9b154834af896c662eb87090081a1c9 Mon Sep 17 00:00:00 2001 From: Anshul Date: Thu, 18 Mar 2021 14:59:22 +0530 Subject: [PATCH] update libimageflow --- native/Cargo.lock | 18 +++++++++++++----- native/Cargo.toml | 4 ++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/native/Cargo.lock b/native/Cargo.lock index a5b9ffb..9b2ffa7 100644 --- a/native/Cargo.lock +++ b/native/Cargo.lock @@ -665,6 +665,12 @@ dependencies = [ "libc", ] +[[package]] +name = "hex" +version = "0.4.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" + [[package]] name = "http" version = "0.2.1" @@ -775,7 +781,7 @@ checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c" [[package]] name = "imageflow_c_components" version = "0.1.0" -source = "git+https://github.com/imazen/imageflow?tag=v1.5.3-rc57#478fafef4c83446f9415b7502f6a6712af00cf32" +source = "git+https://github.com/imazen/imageflow?tag=v1.5.7-rc61#ab902fb8419e2e358946ff7ac80420a488d47450" dependencies = [ "cc", "glob", @@ -789,8 +795,9 @@ dependencies = [ [[package]] name = "imageflow_core" version = "0.1.0" -source = "git+https://github.com/imazen/imageflow?tag=v1.5.3-rc57#478fafef4c83446f9415b7502f6a6712af00cf32" +source = "git+https://github.com/imazen/imageflow?tag=v1.5.7-rc61#ab902fb8419e2e358946ff7ac80420a488d47450" dependencies = [ + "base64 0.13.0", "blake2-rfc", "byteorder", "chashmap", @@ -801,6 +808,7 @@ dependencies = [ "fnv", "getopts", "gif", + "hex", "imageflow_c_components", "imageflow_helpers", "imageflow_riapi", @@ -839,7 +847,7 @@ dependencies = [ [[package]] name = "imageflow_helpers" version = "0.1.0" -source = "git+https://github.com/imazen/imageflow?tag=v1.5.3-rc57#478fafef4c83446f9415b7502f6a6712af00cf32" +source = "git+https://github.com/imazen/imageflow?tag=v1.5.7-rc61#ab902fb8419e2e358946ff7ac80420a488d47450" dependencies = [ "backtrace", "base64 0.13.0", @@ -879,7 +887,7 @@ dependencies = [ [[package]] name = "imageflow_riapi" version = "0.1.0" -source = "git+https://github.com/imazen/imageflow?tag=v1.5.3-rc57#478fafef4c83446f9415b7502f6a6712af00cf32" +source = "git+https://github.com/imazen/imageflow?tag=v1.5.7-rc61#ab902fb8419e2e358946ff7ac80420a488d47450" dependencies = [ "enum_derive", "ieee754", @@ -895,7 +903,7 @@ dependencies = [ [[package]] name = "imageflow_types" version = "0.1.0" -source = "git+https://github.com/imazen/imageflow?tag=v1.5.3-rc57#478fafef4c83446f9415b7502f6a6712af00cf32" +source = "git+https://github.com/imazen/imageflow?tag=v1.5.7-rc61#ab902fb8419e2e358946ff7ac80420a488d47450" dependencies = [ "chrono", "imageflow_helpers", diff --git a/native/Cargo.toml b/native/Cargo.toml index c36642a..8735e03 100644 --- a/native/Cargo.toml +++ b/native/Cargo.toml @@ -13,8 +13,8 @@ crate-type = ["cdylib"] [dependencies] -imageflow_core = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" } -imageflow_types = { git = "https://github.com/imazen/imageflow", tag = "v1.5.3-rc57" } +imageflow_core = { git = "https://github.com/imazen/imageflow", tag = "v1.5.7-rc61" } +imageflow_types = { git = "https://github.com/imazen/imageflow", tag = "v1.5.7-rc61" } nodejs-sys = "0.3.0" threadpool = "1.8.1"