diff options
Diffstat (limited to 'crates/tor-hscrypto/Cargo.toml')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 6de063ee4..731f6c0e3 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.3.4" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -39,9 +39,9 @@ signature = "2" subtle = "2" thiserror = "1" tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-bytes = { version = "0.7.5", path = "../tor-bytes" } -tor-error = { version = "0.5.4", path = "../tor-error" } -tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-bytes = { version = "0.8.0", path = "../tor-bytes" } +tor-error = { version = "0.5.5", path = "../tor-error" } +tor-llcrypto = { version = "0.6.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } tor-units = { path = "../tor-units", version = "0.6.1" } zeroize = { version = "1", optional = true } |
