fix(deps): add workspace dependency entries for multiple crates across mailer-bin, mailer-core, and mailer-security
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-02-10 - 1.3.1 - fix(deps)
|
||||
add workspace dependency entries for multiple crates across mailer-bin, mailer-core, and mailer-security
|
||||
|
||||
- rust/crates/mailer-bin/Cargo.toml: add clap.workspace = true
|
||||
- rust/crates/mailer-core/Cargo.toml: add regex.workspace = true, base64.workspace = true, uuid.workspace = true
|
||||
- rust/crates/mailer-security/Cargo.toml: add serde_json.workspace = true, tokio.workspace = true, hickory-resolver.workspace = true, ipnet.workspace = true, rustls-pki-types.workspace = true, psl.workspace = true
|
||||
- Purpose: align and enable workspace-managed dependencies for the affected crates
|
||||
|
||||
## 2026-02-10 - 1.3.0 - feat(mail/delivery)
|
||||
add error-count based blocking to rate limiter; improve test SMTP server port selection; add tsbuild scripts and devDependency; remove stale backup file
|
||||
|
||||
|
||||
Reference in New Issue
Block a user