diff --git a/Cargo.lock b/Cargo.lock index a877eaf..9fa7aa4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -795,6 +795,6 @@ checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" [[package]] name = "xml-rs" -version = "0.8.23" +version = "0.8.24" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "af310deaae937e48a26602b730250b4949e125f468f11e6990be3e5304ddd96f" +checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432" diff --git a/Cargo.toml b/Cargo.toml index 38e08c0..935a0f4 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.23" +version = "0.8.24" default-features = false