Update Rust crate tracing-subscriber to 0.3
All checks were successful
tests / fmt (push) Successful in 1m39s
tests / test (push) Successful in 1m45s
tests / clippy (push) Successful in 1m22s
tests / pre-commit (push) Successful in 1m11s
tests / build (push) Successful in 51s

This commit is contained in:
2025-03-05 02:31:24 +00:00
parent 7ff991206b
commit 9efc372f8f
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.12"
tracing = "0.1"
tracing-subscriber = "0.2"
tracing-subscriber = "0.3"
twilight-gateway = "0.16"
twilight-http = "0.16"
twilight-model = "0.16"