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

This commit is contained in:
2025-11-29 00:15:13 +00:00
parent 6f2d2bf0da
commit b017750eab
2 changed files with 7 additions and 7 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.41"
tracing = "0.1.43"
tracing-subscriber = "0.3.20"
uuid = { version = "1.18.1", features = ["v4"] }