Merge pull request #4276 from deltachat/dependabot/cargo/quick-xml-0.28.1

This commit is contained in:
dependabot[bot]
2023-04-02 09:17:40 +00:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@@ -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",
]