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 9a29d7049..58030b950 100644
--- a/crates/tor-hspow/Cargo.toml
+++ b/crates/tor-hspow/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hspow"
-version = "0.1.2"
+version = "0.1.3"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -24,7 +24,7 @@ derive_more = "0.99.3"
equix = { path = "../equix", version = "0.1.2" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" }
[dev-dependencies]
hex-literal = "0.4.1"