summaryrefslogtreecommitdiff
path: root/crates/jmap/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/jmap/Cargo.toml')
-rw-r--r--crates/jmap/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/jmap/Cargo.toml b/crates/jmap/Cargo.toml
index 0a123199..fb04e297 100644
--- a/crates/jmap/Cargo.toml
+++ b/crates/jmap/Cargo.toml
@@ -56,7 +56,7 @@ async-trait = "0.1.68"
lz4_flex = { version = "0.11", default-features = false }
rev_lines = "0.3.0"
x509-parser = "0.16.0"
-quick-xml = "0.34"
+quick-xml = "0.35"
[features]
test_mode = []