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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 9cab195e5..3b40134e9 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -22,7 +22,7 @@ rand_core = "0.6.2"
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
-tor-llcrypto = { version = "0.4.0", path = "../tor-llcrypto", features = [
+tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto", features = [
"hsv3-client",
"hsv3-service",
] }