summaryrefslogtreecommitdiff
path: root/crates/tor-persist/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
-rw-r--r--crates/tor-persist/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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" }