summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsclient')
-rw-r--r--crates/tor-hsclient/Cargo.toml46
1 files changed, 23 insertions, 23 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 9b80f63fe..40101e70a 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.1.2"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -23,33 +23,33 @@ futures = "0.3.14"
itertools = "0.10.1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand_core = "0.6.2"
-retry-error = { path = "../retry-error", version = "0.3.0" }
-safelog = { path = "../safelog", version = "0.2.1" }
+retry-error = { path = "../retry-error", version = "0.4.0" }
+safelog = { path = "../safelog", version = "0.3.0" }
slotmap = "1.0.6"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-circmgr = { version = "0.7.3", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.6.3", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.4.1", features = ["experimental-api"] } # TODO HS
-tor-hscrypto = { version = "0.1.2", path = "../tor-hscrypto" }
-tor-linkspec = { version = "0.6.3", path = "../tor-linkspec" }
-tor-llcrypto = { version = "0.4.3", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.8.0", path = "../tor-netdir", features = [ "hs-client" ] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3", features = [ "hs-client" ] }
-tor-proto = { version = "0.9.1", path = "../tor-proto", features = ["send-control-msg"] }
-tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
+tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.9.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.7.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.5.0", features = ["experimental-api"] } # TODO HS
+tor-hscrypto = { version = "0.2.0", path = "../tor-hscrypto" }
+tor-linkspec = { version = "0.7.0", path = "../tor-linkspec" }
+tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.9.0", path = "../tor-netdir", features = [ "hs-client" ] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.7.0", features = [ "hs-client" ] }
+tor-proto = { version = "0.10.0", path = "../tor-proto", features = ["send-control-msg"] }
+tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
tracing = "0.1.18"
[dev-dependencies]
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.0.1" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.3" }
-tor-circmgr = { version = "0.7.3", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.6.1", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" }
+tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.7.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.7.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2"