From 619aaeb792fa4e8b4d0c95db732277af317c9396 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 31 Jul 2021 21:48:25 +0900 Subject: [PATCH] fix(deps): update rust crate xml-rs to 0.8.4 (#320) Co-authored-by: Renovate Bot --- Cargo.lock | 6 ++++-- docx-core/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fb40140..ef34286 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,5 +1,7 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "adler" version = "0.2.3" @@ -687,9 +689,9 @@ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" [[package]] name = "xml-rs" -version = "0.8.3" +version = "0.8.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b07db065a5cf61a7e4ba64f29e67db906fb1787316516c4e6e5ff0fea1efcd8a" +checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3" [[package]] name = "yaml-rust" diff --git a/docx-core/Cargo.toml b/docx-core/Cargo.toml index ea0910a..6913434 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.3" +xml-rs = "0.8.4" wasm-bindgen = "0.2.53" thiserror = "1.0" zip = { version = "0.5.6", default-features = false, features = ["deflate"] }