diff options
Diffstat (limited to 'crates/tor-linkspec/Cargo.toml')
| -rw-r--r-- | crates/tor-linkspec/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 73596da46..b94b897d3 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -12,8 +12,8 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-bytes = { path = "../tor-bytes", version = "0.3.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0" } +tor-bytes = { path = "../tor-bytes", version = "0.4.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.2" } tor-protover = { path = "../tor-protover", version = "0.3.0" } [dev-dependencies] |
