diff options
Diffstat (limited to 'crates/tor-hscrypto')
| -rw-r--r-- | crates/tor-hscrypto/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 88c7356e1..421a9d02e 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.6.1" +version = "0.17.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -33,20 +33,20 @@ itertools = "0.12.0" paste = "1" rand = "0.8" rand_core = "0.6.2" -safelog = { path = "../safelog", version = "0.3.2" } +safelog = { path = "../safelog", version = "0.3.6" } serde = { version = "1.0.103", features = ["derive"] } signature = "2" subtle = "2" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } -tor-bytes = { version = "0.10.0", path = "../tor-bytes" } -tor-error = { version = "0.6.0", path = "../tor-error" } -tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-units = { path = "../tor-units", version = "0.6.5" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" } +tor-bytes = { version = "0.17.0", path = "../tor-bytes" } +tor-error = { version = "0.17.0", path = "../tor-error" } +tor-llcrypto = { version = "0.17.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-units = { path = "../tor-units", version = "0.17.0" } zeroize = { version = "1", optional = true } [dev-dependencies] hex = "0.4" hex-literal = "0.4" humantime = "2" -tor-basic-utils = { version = "0.8.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.17.0", path = "../tor-basic-utils" } |
