From ffb4644b58ef1222fe783498a1a28440c964a565 Mon Sep 17 00:00:00 2001 From: Lennart <18233294+lennart-k@users.noreply.github.com> Date: Sun, 30 Jun 2024 15:40:32 +0200 Subject: [PATCH] Update quick-xml --- Cargo.lock | 4 ++-- crates/caldav/Cargo.toml | 2 +- crates/carddav/Cargo.toml | 2 +- crates/dav/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 94dc866..ea08ff8 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1529,9 +1529,9 @@ dependencies = [ [[package]] name = "quick-xml" -version = "0.32.0" +version = "0.35.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" +checksum = "86e446ed58cef1bbfe847bc2fda0e2e4ea9f0e57b90c507d4781292590d72a4e" dependencies = [ "memchr", "serde", diff --git a/crates/caldav/Cargo.toml b/crates/caldav/Cargo.toml index e937a72..86e280b 100644 --- a/crates/caldav/Cargo.toml +++ b/crates/caldav/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0", features = ["backtrace"] } base64 = "0.22" derive_more = "0.99" futures-util = "0.3" -quick-xml = { version = "0.32", features = [ +quick-xml = { version = "0.35", features = [ "serde", "serde-types", "serialize", diff --git a/crates/carddav/Cargo.toml b/crates/carddav/Cargo.toml index 673115f..7b5844b 100644 --- a/crates/carddav/Cargo.toml +++ b/crates/carddav/Cargo.toml @@ -10,7 +10,7 @@ anyhow = { version = "1.0", features = ["backtrace"] } base64 = "0.22" derive_more = "0.99" futures-util = "0.3" -quick-xml = { version = "0.32", features = [ +quick-xml = { version = "0.35", features = [ "serde", "serde-types", "serialize", diff --git a/crates/dav/Cargo.toml b/crates/dav/Cargo.toml index 7e97801..56f8735 100644 --- a/crates/dav/Cargo.toml +++ b/crates/dav/Cargo.toml @@ -9,7 +9,7 @@ anyhow = "1.0" async-trait = "0.1" derive_more = "0.99" futures-util = "0.3" -quick-xml = { version = "0.32", features = [ +quick-xml = { version = "0.35", features = [ "serde", "serde-types", "serialize",