summaryrefslogtreecommitdiff
path: root/crates/tor-bytes
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-bytes')
-rw-r--r--crates/tor-bytes/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index c631a1bc9..603fe7350 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
arrayref = "0.3"
bytes = "1"