summaryrefslogtreecommitdiff
path: root/crates/tor-hspow/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hspow/Cargo.toml')
-rw-r--r--crates/tor-hspow/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 5b6d48bfb..63e3deaa4 100644
--- a/crates/tor-hspow/Cargo.toml
+++ b/crates/tor-hspow/Cargo.toml
@@ -21,10 +21,10 @@ full = ["tor-hscrypto/full", "equix/full"]
arrayvec = "0.7.4"
blake2 = "0.10.6"
derive_more = { version = "1.0.0", features = ["full"] }
-equix = { path = "../equix", version = "0.1.3" }
+equix = { path = "../equix", version = "0.2.0" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.22.0", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.23.0", path = "../tor-hscrypto" }
[dev-dependencies]
hex-literal = "0.4.1"