fix(deps): update rust crate xml-rs to 0.8.4 (#320)
Co-authored-by: Renovate Bot <bot@renovateapp.com>main
parent
a2dd6e5df4
commit
619aaeb792
|
@ -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"
|
||||
|
|
|
@ -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"] }
|
||||
|
|
Loading…
Reference in New Issue