Merge pull request 'Update Rust crate tracing to 0.1.41' (#1) from renovate/tracing-0.x into master
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-07-09 13:03:13 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.40", features = ["derive"] }
lettre = { version = "0.11.17", features = ["tracing"] }
tracing = "0.1"
tracing = "0.1.41"
tracing-subscriber = "0.3.19"
uuid = { version = "1.17.0", features = ["v4"] }

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
)));
}