diff --git a/Cargo.toml b/Cargo.toml index ec85cbc..74c9fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } \ No newline at end of file