diff --git a/Cargo.lock b/Cargo.lock index 5e6d7cd5e..067f3d85d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2161,7 +2161,6 @@ dependencies = [ "tokio", "tokio-util", "tracing", - "tracing-log", "tracing-subscriber", "ureq", "uuid", diff --git a/Cargo.toml b/Cargo.toml index c2ff0cca2..dfa985e0c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/pumpkin/Cargo.toml b/pumpkin/Cargo.toml index 43da370bb..e98bea0fd 100644 --- a/pumpkin/Cargo.toml +++ b/pumpkin/Cargo.toml @@ -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"] }