From e5d68e4844d5a9acedc7b9c261f5708c94f2514e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:03:03 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.24.4 (#539) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- Cargo.lock | 4 ++-- docx-core/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6c1e465..b43e2d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -209,9 +209,9 @@ dependencies = [ [[package]] name = "image" -version = "0.24.3" +version = "0.24.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7e30ca2ecf7666107ff827a8e481de6a132a9b687ed3bb20bb1c144a36c00964" +checksum = "bd8e4fb07cf672b1642304e731ef8a6a4c7891d67bb4fd4f5ce58cd6ed86803c" dependencies = [ "bytemuck", "byteorder", diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 9ad5d66..a270491 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -27,7 +27,7 @@ zip = { version = "0.6.2", default-features = false, features = ["deflate"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" base64 = "0.13.0" -image = { version = "0.24.3", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] } +image = { version = "0.24.4", default-features = false, features=["gif", "jpeg", "png", "bmp", "tiff"] } ts-rs = "6.1" [dev-dependencies]