From 7e40b081113fa1d479b80fa79c4f830553a920db Mon Sep 17 00:00:00 2001 From: Daniel Eades Date: Thu, 21 Oct 2021 19:16:16 +0100 Subject: [PATCH] bump 'xml-rs' dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"] }