summaryrefslogtreecommitdiff
path: root/crates/tor-proto
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-proto')
-rw-r--r--crates/tor-proto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 38cde0239..fbb593866 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -18,11 +18,11 @@ ntor_v3 = []
tokio = ["tokio-crate", "tokio-util"]
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-cert = { path = "../tor-cert", version = "0.3.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}