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