diff options
Diffstat (limited to 'crates/tor-hscrypto')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 1f87f29da..5b5d3b6d7 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.1.2" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -21,20 +21,20 @@ digest = "0.10.0" itertools = "0.10.1" paste = "1" rand_core = "0.6.2" -safelog = { path = "../safelog", version = "0.2.2" } +safelog = { path = "../safelog", version = "0.3.0" } serde = { version = "1.0.103", features = ["derive"] } signature = "1" thiserror = "1" -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 = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } +tor-bytes = { version = "0.7.0", path = "../tor-bytes" } +tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto", features = [ "hsv3-client", "hsv3-service", ] } -tor-units = { path = "../tor-units", version = "0.5.0" } +tor-units = { path = "../tor-units", version = "0.6.0" } [dev-dependencies] hex = "0.4" hex-literal = "0.4" humantime = "2" -tor-basic-utils = { version = "0.6.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.7.0", path = "../tor-basic-utils" } |
