diff options
Diffstat (limited to 'crates/tor-socksproto/Cargo.toml')
| -rw-r--r-- | crates/tor-socksproto/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
