diff --git a/Cargo.toml b/Cargo.toml index 976fbb7b52..a3056bba46 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ validation = ["chrono", "chrono/std", "url", "mime"] with-serde = ["serde", "atom_syndication/with-serde"] [dependencies] -quick-xml = { version = "0.39", features = ["encoding"] } +quick-xml = { version = "0.41", features = ["encoding"] } atom_syndication = { version = "0.12.8", optional = true } chrono = { version = "0.4.31", optional = true, default-features = false, features = ["alloc"] } derive_builder = { version = "0.20", optional = true }