chore: remove not needed dep

This commit is contained in:
Alexander Medvedev
2026-02-07 16:53:54 +01:00
parent fd1b968ae6
commit b1f62f3cd9
3 changed files with 0 additions and 3 deletions

1
Cargo.lock generated
View File

@@ -2161,7 +2161,6 @@ dependencies = [
"tokio",
"tokio-util",
"tracing",
"tracing-log",
"tracing-subscriber",
"ureq",
"uuid",

View File

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

View File

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