diff options
Diffstat (limited to 'crates/tor-hsservice/Cargo.toml')
| -rw-r--r-- | crates/tor-hsservice/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 610f3aa52..da57304f2 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -56,7 +56,7 @@ serde_with = "3.0.0" thiserror = "1" tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-bytes = { version = "*", path = "../tor-bytes" } +tor-bytes = { version = "0.7.5", path = "../tor-bytes" } tor-cell = { version = "0.12.3", path = "../tor-cell", features = ["hs"] } tor-cert = { path = "../tor-cert", version = "0.7.5" } tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-service"] } |
