diff --git a/Cargo.toml b/Cargo.toml index ca1db9a6ad..fea51aba7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,7 +13,7 @@ edition = "2018" [build-dependencies] crc-any = "2.3.0" bytes = { version = "1.0", default-features = false } -xml-rs = "0.2" +xml-rs = "0.8.4" quote = "0.3" lazy_static = "1.2.0" serde = { version = "1.0.115", optional = true, features = ["derive"] }