From 0209c44dbd9790d1948c9ed36f51ea4c41f5826b Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:23:21 +0000 Subject: [PATCH] build(deps): update strong-xml requirement from 0.5.0 to 0.6.3 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..0c55270 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.3", features = ["log"] } zip = "0.5.5" [dev-dependencies]