Merge pull request 'fix(deps): update rust crate mailparse to 0.16.0' (#28) from renovate/mailparse-0.x into master

Reviewed-on: #28
This commit is contained in:
Bill Thiede 2025-02-09 15:33:57 -08:00
commit c89fc9b6d4
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -3105,9 +3105,9 @@ checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "mailparse"
version = "0.15.0"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da03d5980411a724e8aaf7b61a7b5e386ec55a7fb49ee3d0ff79efc7e5e7c7e"
checksum = "cdd4a624f609f8ea7366324724b7ff41cb0f982eb665a54ac825bc1c0efc07a3"
dependencies = [
"charset",
"data-encoding",

View File

@ -22,7 +22,7 @@ html-escape = "0.2.13"
linkify = "0.10.0"
log = "0.4.17"
lol_html = "2.0.0"
mailparse = "0.15.0"
mailparse = "0.16.0"
maplit = "1.0.2"
memmap = "0.7.0"
notmuch = { path = "../notmuch" }