summaryrefslogtreecommitdiff
path: root/crates/tor-hscrypto/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hscrypto/Cargo.toml')
-rw-r--r--crates/tor-hscrypto/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index bdf9e7d5b..88c7356e1 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.6.0"
+version = "0.6.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -42,7 +42,7 @@ 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.1" }
+tor-units = { path = "../tor-units", version = "0.6.5" }
zeroize = { version = "1", optional = true }
[dev-dependencies]