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

69
Cargo.lock generated
View File

@@ -97,15 +97,6 @@ dependencies = [
"libc",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi",
]
[[package]]
name = "anyhow"
version = "1.0.97"
@@ -1604,16 +1595,7 @@ dependencies = [
"serde",
"serde_json",
"tracing",
"tracing-subscriber 0.3.19",
]
[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
"regex-automata 0.1.10",
"tracing-subscriber",
]
[[package]]
@@ -1831,7 +1813,7 @@ dependencies = [
"symphonia",
"tokio",
"tracing",
"tracing-subscriber 0.2.25",
"tracing-subscriber",
"twilight-cache-inmemory",
"twilight-gateway",
"twilight-http",
@@ -3958,17 +3940,6 @@ dependencies = [
"tracing",
]
[[package]]
name = "tracing-log"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
dependencies = [
"log",
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
@@ -3980,45 +3951,13 @@ dependencies = [
"tracing-core",
]
[[package]]
name = "tracing-serde"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e0d2eaa99c3c2e41547cfa109e910a68ea03823cccad4a0525dcbc9b01e8c71"
dependencies = [
"ansi_term",
"chrono",
"lazy_static",
"matchers 0.0.1",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log 0.1.4",
"tracing-serde",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
dependencies = [
"matchers 0.1.0",
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
@@ -4027,7 +3966,7 @@ dependencies = [
"thread_local",
"tracing",
"tracing-core",
"tracing-log 0.2.0",
"tracing-log",
]
[[package]]

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"