From ff8770365c264ff3bc53cf1c8d86342a48812eda Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Jul 2025 00:08:59 +0000 Subject: [PATCH] Update Rust crate tracing to 0.1.41 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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