From a157203900876ae57dfe6c7effd26e39f81232ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2020 13:58:26 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.23.9 (#123) 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 4e143c9..45f27e6 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.8" +image = "0.23.9" [dev-dependencies] pretty_assertions = "0.6.1"