summaryrefslogtreecommitdiff
path: root/crates/arti-bench/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-bench/Cargo.toml')
-rw-r--r--crates/arti-bench/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index d06fa4bc3..3dc8bea6f 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -22,9 +22,9 @@ serde_json = "1.0.50"
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
tokio = { version = "1.7", features = ["full"] }
-tor-config = { path = "../tor-config", version = "0.4.0"}
+tor-config = { path = "../tor-config", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
-arti = { path = "../arti", version = "0.4.0"}
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0"}
-fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
+arti = { path = "../arti", version = "0.4.0" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
tokio-socks = "0.5"