diff --git a/Cargo.toml b/Cargo.toml index 917e236..ab7a177 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.2", features = ["chrono"] } +instant-xml = { version = "0.3", features = ["chrono"] } serde = { version = "1.0", features = ["derive"] } tokio = { version = "1.0", features = ["io-util", "net", "time"] } tokio-rustls = { version = "0.23", optional = true }