From 1a61a9ff163af140efd197330a40d0d62ddd4b0c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 22 Mar 2021 09:29:58 +0000 Subject: [PATCH] build(deps): update strong-xml requirement from 0.5.0 to 0.6.1 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..a6c59aa 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.1", features = ["log"] } zip = "0.5.5" [dev-dependencies]