From c79fa7a5b916caeed8adc92fe7c9bda46e2ad07e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 11 May 2020 10:33:51 +0000 Subject: [PATCH] build(deps): update strong-xml requirement from 0.5.0 to 0.6.0 Updates the requirements on [strong-xml](https://github.com/PoiScript/strong-xml) to permit the latest version. - [Release notes](https://github.com/PoiScript/strong-xml/releases) - [Commits](https://github.com/PoiScript/strong-xml/commits) Signed-off-by: dependabot-preview[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d9f923..3e5265f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ keywords = ["docx", "generator", "openxml", "parser"] [dependencies] derive_more = "0.99.5" log = "0.4.8" -strong-xml = { version = "0.5.0", features = ["log"] } +strong-xml = { version = "0.6.0", features = ["log"] } zip = "0.5.5" [dev-dependencies]