From 1020f4bd04970a67eb50edb8c6d87f618eb7b1ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 14 Dec 2020 11:50:58 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.23.12 (#198) 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 84d2d39..492aa5f 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.11" +image = "0.23.12" [dev-dependencies] pretty_assertions = "0.6.1"