diff --git a/Cargo.lock b/Cargo.lock index 1410bca1d..92be8eef6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3650,9 +3650,9 @@ checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" [[package]] name = "quick-xml" -version = "0.27.1" +version = "0.28.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41" +checksum = "e5c1a97b1bc42b1d550bfb48d4262153fe400a12bab1511821736f7eac76d7e2" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index d3fb227ba..935ec12d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ parking_lot = "0.12" pgp = { version = "0.10", default-features = false } pretty_env_logger = { version = "0.4", optional = true } qrcodegen = "1.7.0" -quick-xml = "0.27" +quick-xml = "0.28" rand = "0.8" regex = "1.7" reqwest = { version = "0.11.14", features = ["json"] }