chore: update quoted_printable to 0.5

And update mailparse to 0.14.1 so there is no duplicate dependency.
This commit is contained in:
link2xt
2024-01-17 03:46:53 +00:00
parent bbc6febb72
commit e0e56cd831
2 changed files with 5 additions and 5 deletions

View File

@@ -76,7 +76,7 @@ pin-project = "1"
pretty_env_logger = { version = "0.5", optional = true }
qrcodegen = "1.7.0"
quick-xml = "0.31"
quoted_printable = "0.4"
quoted_printable = "0.5"
rand = "0.8"
regex = "1.9"
reqwest = { version = "0.11.23", features = ["json"] }