Update Rust crate tracing to 0.1.41 #1

Merged
renovate merged 2 commits from renovate/tracing-0.x into master 2025-07-09 13:03:13 +00:00
Showing only changes of commit e2a74b896a - Show all commits

View File

@@ -100,7 +100,7 @@ fn main() {
if args.message_id {
builder = builder.header(MessageId::from(format!(
"<{}@{}>",
uuid::Uuid::new_v4().to_string(),
uuid::Uuid::new_v4(),
args.from_mail.rsplit_once('@').unwrap().1
)));
}