From a6672315fff1ae5dee29c3ee4a1d2bba0591bb71 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 9 Nov 2024 12:58:43 +0100 Subject: [PATCH] `nodeinfo`: Add `overlapped-lists` feature to `quick-xml` --- acrate-nodeinfo/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acrate-nodeinfo/Cargo.toml b/acrate-nodeinfo/Cargo.toml index 015de24..9fa954b 100644 --- a/acrate-nodeinfo/Cargo.toml +++ b/acrate-nodeinfo/Cargo.toml @@ -5,7 +5,7 @@ edition = "2021" [dependencies] log = "0.4.22" -quick-xml = { version = "0.37.0", features = ["serialize"] } +quick-xml = { version = "0.37.0", features = ["overlapped-lists", "serialize"] } reqwest = { version = "0.12.9", features = ["json", "stream"] } serde = { version = "1.0.214", features = ["derive"] } serde_json = "1.0.132"