fix(deps): update rust crate xml-rs to 0.8.3 (#107)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
main
renovate[bot] 2020-08-01 10:18:57 +09:00 committed by GitHub
parent be9f316f0e
commit 59c2ce9d3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"] }