Update Rust crate tracing-subscriber to 0.3
Some checks are pending
tests / fmt (push) Waiting to run
tests / build (push) Waiting to run
tests / test (push) Waiting to run
tests / clippy (push) Waiting to run
tests / pre-commit (push) Waiting to run

This commit is contained in:
2025-03-05 01:08:13 +00:00
parent c6e34cf000
commit cf00b4ddb8
2 changed files with 5 additions and 66 deletions

View File

@@ -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"