Compare commits

..

No commits in common. "c89fc9b6d407a7d7cdfa879249f94b9fa4042b83" and "221fead7dc5aa2702e6cbef9161275ab9a99c473" have entirely different histories.

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.16.0"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdd4a624f609f8ea7366324724b7ff41cb0f982eb665a54ac825bc1c0efc07a3"
checksum = "3da03d5980411a724e8aaf7b61a7b5e386ec55a7fb49ee3d0ff79efc7e5e7c7e"
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.16.0"
mailparse = "0.15.0"
maplit = "1.0.2"
memmap = "0.7.0"
notmuch = { path = "../notmuch" }