mirror of
https://github.com/chatmail/core.git
synced 2026-05-03 05:16:28 +03:00
chore: update quick-xml
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3571,9 +3571,9 @@ checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "quick-xml"
|
name = "quick-xml"
|
||||||
version = "0.30.0"
|
version = "0.31.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"memchr",
|
"memchr",
|
||||||
]
|
]
|
||||||
|
|||||||
@@ -71,7 +71,7 @@ parking_lot = "0.12"
|
|||||||
pgp = { version = "0.10", default-features = false }
|
pgp = { version = "0.10", default-features = false }
|
||||||
pretty_env_logger = { version = "0.5", optional = true }
|
pretty_env_logger = { version = "0.5", optional = true }
|
||||||
qrcodegen = "1.7.0"
|
qrcodegen = "1.7.0"
|
||||||
quick-xml = "0.30"
|
quick-xml = "0.31"
|
||||||
rand = "0.8"
|
rand = "0.8"
|
||||||
regex = "1.9"
|
regex = "1.9"
|
||||||
reqwest = { version = "0.11.20", features = ["json"] }
|
reqwest = { version = "0.11.20", features = ["json"] }
|
||||||
|
|||||||
Reference in New Issue
Block a user