From d57811cfb791c190673293d85b53192cda05473d Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 9 Nov 2024 12:44:56 +0100 Subject: [PATCH] `nodeinfo`: Add `quick-xml` dep --- acrate-nodeinfo/Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/acrate-nodeinfo/Cargo.toml b/acrate-nodeinfo/Cargo.toml index 010a239..4936bb9 100644 --- a/acrate-nodeinfo/Cargo.toml +++ b/acrate-nodeinfo/Cargo.toml @@ -5,6 +5,8 @@ edition = "2021" [dependencies] log = "0.4.22" -reqwest = { version = "0.12.9", features = ["json"] } +quick-xml = "0.37.0" +reqwest = { version = "0.12.9", features = ["json", "stream"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132" +