From 59c2ce9d3a0447b51411d10e51270a83159b5cc3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2020 10:18:57 +0900 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.3 (#107) 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 f23ac70..3662a2f 100644 --- a/docx-core/Cargo.toml +++ b/docx-core/Cargo.toml @@ -20,7 +20,7 @@ path = "src/lib.rs" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -xml-rs = "0.8.0" +xml-rs = "0.8.3" wasm-bindgen = "0.2.50" thiserror = "1.0" zip = { version = "0.5.4", default-features = false, features = ["deflate"] }