chore(cargo): bump mail-builder from 0.4.4 to 0.5.0

This commit is contained in:
link2xt
2026-09-02 20:52:24 +00:00
committed by l
parent 0b0398561d
commit 77dd9075ca
3 changed files with 4 additions and 4 deletions

View File

@@ -52,7 +52,7 @@ fn test_render_email_address() {
println!("{s}");
assert_eq!(s, r#""=?utf-8?B?w6Qgc3BhY2U=?=" <x@y.org>"#);
assert_eq!(s, "=?utf-8?B?w6Qgc3BhY2U=?= <x@y.org>");
}
#[test]