chore: depend on fewer tokio
features because the dependencies that need them are declaring them themselves
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user