chore: depend on fewer tokio features because the dependencies that need them are declaring them themselves

This commit is contained in:
2025-04-22 00:49:46 -04:00
parent 2c8ece1168
commit 536743a15d

View File

@@ -32,13 +32,7 @@ pyo3 = { workspace = true, features = [
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
shadow-rs = { version = "1.0.1", default-features = false }
snafu = { workspace = true }
tokio = { workspace = true, features = [
"macros",
"rt",
"rt-multi-thread",
"sync",
"time",
] }
tokio = { workspace = true, features = ["time"] }
tracing = { workspace = true }
tracing-appender = "0.2.3"
tracing-subscriber = "0.3.17"