From da87740b3f46f1a80ba7ef16a5c1668e19dfa09d Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 28 Feb 2023 15:52:18 +0100 Subject: [PATCH] Upgrade to instant-xml 0.2 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92f4ab4..52d49c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ default = ["tokio-rustls"] async-trait = "0.1.52" celes = "2.1" chrono = { version = "0.4.23", features = ["serde"] } -instant-xml = { version = "0.1", features = ["chrono"] } +instant-xml = { version = "0.2", features = ["chrono"] } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["io-util", "net", "time"] } tokio-rustls = { version = "0.23", optional = true }