diff --git a/Cargo.toml b/Cargo.toml index 8803299..5ab1eed 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ reqwest = { version = "0.12.0", features = ["json", "rustls-tls"] } poise = "0.5.5" tokio = { version = "1.28.2", features = ["macros", "rt-multi-thread"] } tracing = "0.1.37" -tracing-subscriber = "0.3.17" +tracing-subscriber = "0.3.18" serde = "1.0.188" serde_json = "1.0.107" dotenvy = "0.15.7"