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"] }
|
pyo3-async-runtimes = { workspace = true, features = ["tokio-runtime"] }
|
||||||
shadow-rs = { version = "1.0.1", default-features = false }
|
shadow-rs = { version = "1.0.1", default-features = false }
|
||||||
snafu = { workspace = true }
|
snafu = { workspace = true }
|
||||||
tokio = { workspace = true, features = [
|
tokio = { workspace = true, features = ["time"] }
|
||||||
"macros",
|
|
||||||
"rt",
|
|
||||||
"rt-multi-thread",
|
|
||||||
"sync",
|
|
||||||
"time",
|
|
||||||
] }
|
|
||||||
tracing = { workspace = true }
|
tracing = { workspace = true }
|
||||||
tracing-appender = "0.2.3"
|
tracing-appender = "0.2.3"
|
||||||
tracing-subscriber = "0.3.17"
|
tracing-subscriber = "0.3.17"
|
||||||
|
Reference in New Issue
Block a user