Update Rust crate tracing to 0.1.44
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
2025-12-19 00:29:16 +00:00
parent 304f4d5cac
commit 45a8864f99
2 changed files with 5 additions and 5 deletions

View File

@@ -6,6 +6,6 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.53", features = ["derive"] }
lettre = { version = "0.11.19", features = ["tracing"] }
tracing = "0.1.43"
tracing = "0.1.44"
tracing-subscriber = "0.3.22"
uuid = { version = "1.19.0", features = ["v4"] }