about summary refs log tree commit diff stats
path: root/crates/rocie-cli/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crates/rocie-cli/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/rocie-cli/Cargo.toml b/crates/rocie-cli/Cargo.toml
index e68a7b4..5e878fd 100644
--- a/crates/rocie-cli/Cargo.toml
+++ b/crates/rocie-cli/Cargo.toml
@@ -30,7 +30,7 @@ workspace = true
 anyhow = "1.0.99"
 clap = { version = "4.5.47", features = ["derive"] }
 rocie-client.workspace = true
-tokio = { version = "1.47.1", features = ["macros", "rt-multi-thread"] }
+tokio.workspace = true
 uuid = "1.18.1"