diff --git a/Cargo.toml b/Cargo.toml index 51ad914..5ce53da 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -30,7 +30,7 @@ tokio = { version = "1.52.4", features = ["io-util", "macros", "net", "rt", "syn reqwest = { version = "0.13.4", default-features = false, features = ["json", "rustls", "stream", "multipart"] } serde = { version = "1.0.228", features = ["derive"] } serde_json = { version = "1.0.150", features = ["preserve_order"] } -quick-xml = "0.41.0" +quick-xml = "0.42.0" thiserror = "2.0.18" tracing = "0.1.44" chrono = { version = "0.4.45", default-features = false, features = ["clock", "std"] }