mirror of
https://github.com/Pumpkin-MC/Pumpkin.git
synced 2026-08-30 20:14:23 +00:00
chore: remove not needed dep
This commit is contained in:
1
Cargo.lock
generated
1
Cargo.lock
generated
@@ -2161,7 +2161,6 @@ dependencies = [
|
||||
"tokio",
|
||||
"tokio-util",
|
||||
"tracing",
|
||||
"tracing-log",
|
||||
"tracing-subscriber",
|
||||
"ureq",
|
||||
"uuid",
|
||||
|
||||
@@ -160,7 +160,6 @@ sha2 = "=0.11.0-rc.4"
|
||||
signature = "2.2.0"
|
||||
tracing = "0.1.44"
|
||||
tracing-subscriber = { version = "0.3", features = ["env-filter", "fmt", "time"] }
|
||||
tracing-log = "0.2.0"
|
||||
slotmap = "1.1"
|
||||
take_mut = "0.2.2"
|
||||
temp-dir = "0.1.16"
|
||||
|
||||
@@ -76,7 +76,6 @@ base64.workspace = true
|
||||
# logging
|
||||
tracing.workspace = true
|
||||
tracing-subscriber.workspace = true
|
||||
tracing-log.workspace = true
|
||||
|
||||
# Remove time in favor of chrono?
|
||||
time = { workspace = true, features = ["parsing", "macros"] }
|
||||
|
||||
Reference in New Issue
Block a user