From eac619ac0f4d439e9f181de6876822b206663ead Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 10:19:47 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.23.8 (#105) Co-authored-by: Renovate Bot --- docx-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index 75e5ddb..34933cb 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -26,7 +26,7 @@ thiserror = "1.0" zip = { version = "0.5.6", default-features = false, features = ["deflate"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" -image = "0.23.4" +image = "0.23.8" [dev-dependencies] pretty_assertions = "0.6.1"