mirror of
https://github.com/chatmail/core.git
synced 2026-05-11 10:56:29 +03:00
fix: update mailparse to 0.16.1 to fix panic when parsing a message
This commit is contained in:
4
Cargo.lock
generated
4
Cargo.lock
generated
@@ -3451,9 +3451,9 @@ source = "git+https://github.com/stalwartlabs/mail-builder?branch=main#b86e558d5
|
||||
|
||||
[[package]]
|
||||
name = "mailparse"
|
||||
version = "0.16.0"
|
||||
version = "0.16.1"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "cdd4a624f609f8ea7366324724b7ff41cb0f982eb665a54ac825bc1c0efc07a3"
|
||||
checksum = "60819a97ddcb831a5614eb3b0174f3620e793e97e09195a395bfa948fd68ed2f"
|
||||
dependencies = [
|
||||
"charset",
|
||||
"data-encoding",
|
||||
|
||||
Reference in New Issue
Block a user