summaryrefslogtreecommitdiff
path: root/crates/tor-hsservice
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsservice')
-rw-r--r--crates/tor-hsservice/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 6fa41b19a..b93b7cbb0 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,11 +28,11 @@ full = [
async-trait = "0.1.2"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-hscrypto = { version = "0.2.0", path = "../tor-hscrypto" }
-tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.0", path = "../tor-netdir" }
-tor-proto = { version = "0.10.0", path = "../tor-proto" }
-tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
+tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
+tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.9.1", path = "../tor-netdir" }
+tor-proto = { version = "0.11.0", path = "../tor-proto" }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
[dev-dependencies]