2 Commits

Author SHA1 Message Date
cf00b4ddb8 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
2025-03-05 01:08:13 +00:00
c6e34cf000 cargo update
Some checks are pending
tests / fmt (push) Successful in 1m1s
tests / build (push) Successful in 1m30s
tests / clippy (push) Successful in 1m20s
tests / pre-commit (push) Successful in 1m7s
tests / test (push) Successful in 1m57s
deploy / release-image (push) Successful in 4m42s
renovate / renovate (push) Waiting to run
2025-03-05 02:04:55 +01:00
2 changed files with 255 additions and 281 deletions

534
Cargo.lock generated

File diff suppressed because it is too large Load Diff

View File

@@ -14,7 +14,7 @@ regex = { version = "1", features = ["unicode-case"] }
futures = "0.3" futures = "0.3"
reqwest = "0.11" reqwest = "0.11"
tracing = "0.1" tracing = "0.1"
tracing-subscriber = "0.2" tracing-subscriber = "0.3"
twilight-gateway = "0.15" twilight-gateway = "0.15"
twilight-http = "0.15" twilight-http = "0.15"
twilight-model = "0.15" twilight-model = "0.15"