nodeinfo
: Add overlapped-lists
feature to quick-xml
This commit is contained in:
parent
370895e7be
commit
a6672315ff
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue