diff options
Diffstat (limited to 'crates/tor-hscrypto/Cargo.toml')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 736c103b9..b61093063 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.1.1" +version = "0.1.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -21,13 +21,13 @@ digest = "0.10.0" itertools = "0.10.1" paste = "1" rand_core = "0.6.2" -safelog = { path = "../safelog", version = "0.2.1" } +safelog = { path = "../safelog", version = "0.2.2" } serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" } -tor-bytes = { version = "0.6.1", path = "../tor-bytes" } -tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto", features = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" } +tor-bytes = { version = "0.6.3", path = "../tor-bytes" } +tor-llcrypto = { version = "0.4.3", path = "../tor-llcrypto", features = [ "hsv3-client", "hsv3-service", ] } @@ -37,4 +37,4 @@ tor-units = { path = "../tor-units", version = "0.5.0" } hex = "0.4" hex-literal = "0.3" humantime = "2" -tor-basic-utils = { version = "0.5.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.6.0", path = "../tor-basic-utils" } |
