build(deps): Upgrade all dependencies and eliminate unsound chain

Bump clap to 4.6.6, imap to 3.0.0-alpha.15 and native-tls to 0.2.18.
The imap upgrade removes the unsound lexical-core 0.7.6 dependency
inherited via nom 5 (RUSTSEC-2023-0086), leaving cargo audit clean.
Drop the unused imap-proto dependency and migrate to the imap 3.x
ClientBuilder and AppendCmd APIs.
This commit is contained in:
2026-08-28 15:05:21 +02:00
parent 113a72f1d6
commit 487e7395b5
3 changed files with 167 additions and 329 deletions
+3 -4
View File
@@ -16,8 +16,7 @@ name = "normalize-imap"
path = "src/bin/normalize_imap.rs"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
clap = { version = "4.6.6", features = ["derive"] }
dotenvy = "0.15.7"
imap = "2.4.1"
imap-proto = "0.16.6"
native-tls = "0.2.14"
imap = "3.0.0-alpha.15"
native-tls = "0.2.18"