From 4af56183bd9cc3c0e1b62a4e91928579fffe38cc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Nov 2020 10:25:10 +0900 Subject: [PATCH] fix(deps): update rust crate image to 0.23.11 (#187) 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 1f6f170..84d2d39 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.10" +image = "0.23.11" [dev-dependencies] pretty_assertions = "0.6.1"