summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml22
-rw-r--r--crates/arti-hyper/Cargo.toml4
-rw-r--r--crates/arti-testing/Cargo.toml8
-rw-r--r--crates/arti/Cargo.toml4
-rw-r--r--crates/tor-bytes/Cargo.toml2
-rw-r--r--crates/tor-cell/Cargo.toml4
-rw-r--r--crates/tor-chanmgr/Cargo.toml10
-rw-r--r--crates/tor-circmgr/Cargo.toml20
-rw-r--r--crates/tor-config/Cargo.toml6
-rw-r--r--crates/tor-dirclient/Cargo.toml12
-rw-r--r--crates/tor-dirmgr/Cargo.toml20
-rw-r--r--crates/tor-guardmgr/Cargo.toml16
-rw-r--r--crates/tor-netdir/Cargo.toml4
-rw-r--r--crates/tor-netdoc/Cargo.toml2
-rw-r--r--crates/tor-persist/Cargo.toml2
-rw-r--r--crates/tor-proto/Cargo.toml4
-rw-r--r--crates/tor-socksproto/Cargo.toml2
18 files changed, 75 insertions, 75 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"
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 66ea063ac..4709cd0f0 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -33,17 +33,17 @@ experimental-api = []
[dependencies]
fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["serde"] }
safelog = { path = "../safelog", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
-tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"}
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.4.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
-tor-persist = { path = "../tor-persist", version = "0.4.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.1"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" }
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
+tor-persist = { path = "../tor-persist", version = "0.4.0" }
+tor-proto = { path = "../tor-proto", version = "0.3.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
humantime-serde = "1.1.1"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 08661d31b..16311e56e 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -25,7 +25,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.4.0"}
+arti-client = { path = "../arti-client", version = "0.4.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -40,7 +40,7 @@ tokio = { package = "tokio", version = "1.7", features = [
thiserror = "1"
tls-api = { version = "0.8" }
tls-api-native-tls = { version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio"] }
[dev-dependencies]
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 6c43e696a..5b0fded54 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -15,7 +15,7 @@ publish = false
[features]
[dependencies]
-arti = { package = "arti", path = "../arti", version = "0.4.0"}
+arti = { package = "arti", path = "../arti", version = "0.4.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [
"dirfilter",
] }
@@ -27,9 +27,9 @@ tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0"
"dangerous-expose-struct-fields",
] }
tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
anyhow = "1.0.23"
async-trait = "0.1.2"
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 240b960d0..20dced7b8 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -24,9 +24,9 @@ journald = ["tracing-journald"]
[dependencies]
safelog = { path = "../safelog", version = "0.1.0" }
-fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
+fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.4.0"}
+tor-config = { path = "../tor-config", version = "0.4.0" }
tor-error = { path = "../tor-error", version = "0.3.1", default-features = false }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", default-features = false }
tor-socksproto = { path = "../tor-socksproto", version = "0.3.0"}
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"
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index ca9a4816e..35287ad87 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -14,11 +14,11 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path = "../caret", version = "0.2.0"}
educe = "0.4.6"
-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"}
arrayref = "0.3"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 3455a6e73..74beb46d4 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -14,10 +14,10 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.1"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
+tor-proto = { path = "../tor-proto", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
@@ -34,5 +34,5 @@ thiserror = "1"
float_eq = "0.7"
futures-await-test = "0.3.0"
hex-literal = "0.3"
-tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
+tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index addb31aff..0f7d132f7 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -20,18 +20,18 @@ experimental-api = []
[dependencies]
safelog = { path = "../safelog", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"}
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1" }
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.1"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
+tor-proto = { path = "../tor-proto", version = "0.3.1" }
retry-error = { path = "../retry-error", version = "0.2.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
-tor-persist = { path = "../tor-persist", version = "0.4.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
+tor-persist = { path = "../tor-persist", version = "0.4.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-trait = "0.1.2"
bounded-vec-deque = "0.1"
@@ -53,7 +53,7 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
+tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] }
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 7bce1bbe7..e5e1dc4db 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -16,14 +16,14 @@ default = ["expand-paths"]
expand-paths = ["shellexpand", "directories"]
[dependencies]
-tor-error = { path = "../tor-error", version = "0.3.1"}
-tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1" }
thiserror = "1"
config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
+fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 8d33aab2e..4974774e0 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -19,13 +19,13 @@ zstd = ["async-compression/zstd"]
routerdesc = []
[dependencies]
-tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.1"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
+tor-proto = { path = "../tor-proto", version = "0.3.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-compression = { version = "0.3.14", features = ["futures-io", "zlib"] }
base64 = "0.13.0"
@@ -41,5 +41,5 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
+tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 2519eeaac..764d073e2 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -26,20 +26,20 @@ dirfilter = []
experimental-api = []
[dependencies]
-fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"}
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
+fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
retry-error = { path = "../retry-error", version = "0.2.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
-tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"}
-tor-config = { path = "../tor-config", version = "0.4.0"}
+tor-circmgr = { path = "../tor-circmgr", version = "0.3.1" }
+tor-config = { path = "../tor-config", version = "0.4.0" }
tor-consdiff = { path = "../tor-consdiff", version = "0.3.0"}
-tor-dirclient = { path = "../tor-dirclient", version = "0.3.1"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"}
+tor-dirclient = { path = "../tor-dirclient", version = "0.3.1" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
async-trait = "0.1.2"
base64 = "0.13.0"
@@ -69,5 +69,5 @@ futures-await-test = "0.3.0"
hex-literal = "0.3"
tempfile = "3"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
+tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
float_eq = "0.7"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index a76b8cc51..45bd8d8a6 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -19,15 +19,15 @@ default = []
testing = []
[dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"}
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.3.1" }
tor-netdir = { path = "../tor-netdir", version = "0.3.0"}
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
-tor-persist = { path = "../tor-persist", version = "0.4.0"}
-tor-proto = { path = "../tor-proto", version = "0.3.1"}
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"}
+tor-persist = { path = "../tor-persist", version = "0.4.0" }
+tor-proto = { path = "../tor-proto", version = "0.3.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0" }
tor-units = { path = "../tor-units", version = "0.3.0"}
base64 = "0.13.0"
@@ -48,9 +48,9 @@ tracing = "0.1.18"
[dev-dependencies]
tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"}
+tor-rtmock = { path = "../tor-rtmock", version = "0.4.0" }
float_eq = "0.7"
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 47f892659..da0673ff2 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -26,8 +26,8 @@ testing = ["hex", "hex-literal", "tor-netdoc/build_docs"]
[dependencies]
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
-tor-config = { path = "../tor-config", version = "0.4.0"}
-tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"}
+tor-config = { path = "../tor-config", version = "0.4.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.4.0" }
tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"}
tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index c4196cc70..827aa8032 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -47,7 +47,7 @@ tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
tor-cert = { path = "../tor-cert", version = "0.3.0"}
tor-protover = { path = "../tor-protover", version = "0.3.0"}
tor-checkable = { path = "../tor-checkable", version = "0.3.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
base64 = "0.13.0"
bitflags = "1"
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 45d1a0493..bd4dc8206 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -23,7 +23,7 @@ serde_json = "1.0.50"
sanitize-filename = "0.4.0"
thiserror = "1"
tracing = "0.1.18"
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
fslock = { version = "0.2.0" }
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"}
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 64f8b7968..71c7a24c0 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
caret = { path = "../caret", version = "0.2.0"}
tor-bytes = { path = "../tor-bytes", version = "0.3.0"}
-tor-error = { path = "../tor-error", version = "0.3.1"}
+tor-error = { path = "../tor-error", version = "0.3.1" }
thiserror = "1"