diff --git a/Cargo.lock b/Cargo.lock index 44868e6..50c81c8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -809,6 +809,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "xml-rs" -version = "0.8.27" +version = "0.8.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7" +checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f" diff --git a/Cargo.toml b/Cargo.toml index 4692892..045bbf3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,5 +67,5 @@ version = "0.9.34" version = "2.1.3" [dependencies.xml-rs] -version = "0.8.27" +version = "0.8.28" default-features = false