From 82430d03bb7b9d111fd55ed986adc6411f755be2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Oct 2020 09:34:38 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.23.10 (#150) 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 0f6f9c1..ab742eb 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.9" +image = "0.23.10" [dev-dependencies] pretty_assertions = "0.6.1"