From 7cb7a413090862adb3e969b84554cab3a25f8948 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 4 Mar 2025 12:19:25 +0000 Subject: [PATCH] Update Rust crate tracing-subscriber to 0.3 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e86df78..69816c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ regex = { version = "1", features = ["unicode-case"] } futures = "0.3" reqwest = "0.11" tracing = "0.1" -tracing-subscriber = "0.2" +tracing-subscriber = "0.3" twilight-gateway = "0.15" twilight-http = "0.15" twilight-model = "0.15"