cargo update && cargp upgrade

This commit is contained in:
2025-04-22 07:59:12 -07:00
parent 1f79b43a85
commit b2d1dc9276
6 changed files with 146 additions and 85 deletions

View File

@@ -11,14 +11,14 @@ version.workspace = true
[dependencies]
log = "0.4.14"
mailparse = "0.16.0"
log = "0.4.27"
mailparse = "0.16.1"
serde = { version = "1.0", features = ["derive"] }
serde_json = { version = "1.0", features = ["unbounded_depth"] }
thiserror = "2.0.0"
thiserror = "2.0.12"
tracing = "0.1.41"
[dev-dependencies]
itertools = "0.14.0"
pretty_assertions = "1"
rayon = "1.5"
rayon = "1.10"