Update quick-xml to 0.29

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2023-06-25 23:32:09 +02:00
parent 4d402e690c
commit 9c30532fd4
No known key found for this signature in database
2 changed files with 220 additions and 229 deletions

447
Cargo.lock generated

File diff suppressed because it is too large Load diff

View file

@ -41,7 +41,7 @@ parking_lot = { version = "0.12", features = ["deadlock_detection"] }
pbkdf2 = { version = "0.12", default-features = false, features = ["hmac"] }
priority-queue = "1.2"
protobuf = "3"
quick-xml = { version = "0.28", features = ["serialize"] }
quick-xml = { version = "0.29", features = ["serialize"] }
rand = "0.8"
rsa = "0.9.2"
serde = { version = "1.0", features = ["derive"] }