web: version bumps and handle more message body types.

Added handling for text/html, multipart/alternative w/ text/html &
text/plain subparts, and multipart/mixed.
This commit is contained in:
2022-11-13 15:43:27 -08:00
parent 84290d1da6
commit 431df7da3b
3 changed files with 103 additions and 53 deletions

View File

@@ -13,14 +13,14 @@ edition = "2018"
crate-type = ["cdylib"]
[dev-dependencies]
wasm-bindgen-test = "0.3.18"
wasm-bindgen-test = "0.3.33"
[dependencies]
console_error_panic_hook = "0.1.6"
log = "0.4.14"
seed = "0.8.0"
console_error_panic_hook = "0.1.7"
log = "0.4.17"
seed = "0.9.2"
console_log = {git = "http://git.z.xinu.tv/wathiede/console_log"}
serde = { version = "1.0", features = ["derive"] }
serde = { version = "1.0.147", features = ["derive"] }
notmuch = {path = "../notmuch"}
[package.metadata.wasm-pack.profile.release]