mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 07:27:45 -04:00
chore(labs): multiverse uses tokio from the workspace.
This commit is contained in:
@@ -19,7 +19,7 @@ matrix-sdk-ui = { path = "../../crates/matrix-sdk-ui" }
|
||||
ratatui = "0.26.1"
|
||||
rpassword = "7.3.1"
|
||||
serde_json = { workspace = true }
|
||||
tokio = { version = "1.24.2", features = ["macros", "rt-multi-thread"] }
|
||||
tokio = { workspace = true, features = ["macros", "rt-multi-thread"] }
|
||||
tracing = { workspace = true }
|
||||
tracing-appender = { version = "0.2.2" }
|
||||
tracing-subscriber = { version = "0.3.17", features = ["env-filter"] }
|
||||
|
||||
Reference in New Issue
Block a user