Upgrade quick-xml to 0.23

This commit is contained in:
Dirkjan Ochtman 2022-08-17 10:36:34 +02:00
parent 14ffc8db01
commit 1395cd6235
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ default = ["tokio-rustls"]
async-trait = "0.1.52"
celes = "2.1"
chrono = { version = "0.4", features = ["serde"] }
quick-xml = { version = "0.22", features = [ "serialize" ] }
quick-xml = { version = "0.23", features = [ "serialize" ] }
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = [ "full" ] }
tokio-rustls = { version = "0.23", optional = true }