Upgrade to instant-xml 0.3

This commit is contained in:
Dirkjan Ochtman 2023-03-21 16:41:46 +01:00
parent e42b953052
commit c5bc07b157
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ default = ["tokio-rustls"]
async-trait = "0.1.52" async-trait = "0.1.52"
celes = "2.1" celes = "2.1"
chrono = { version = "0.4.23", features = ["serde"] } chrono = { version = "0.4.23", features = ["serde"] }
instant-xml = { version = "0.2", features = ["chrono"] } instant-xml = { version = "0.3", features = ["chrono"] }
serde = { version = "1.0", features = ["derive"] } serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["io-util", "net", "time"] } tokio = { version = "1.0", features = ["io-util", "net", "time"] }
tokio-rustls = { version = "0.23", optional = true } tokio-rustls = { version = "0.23", optional = true }