summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsrproxy/Cargo.toml')
-rw-r--r--crates/tor-hsrproxy/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index 672320c38..daebc612b 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.2.0"
+version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -34,12 +34,12 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-cell = { version = "0.13.0", path = "../tor-cell" }
-tor-config = { version = "0.9.6", path = "../tor-config" }
-tor-error = { version = "0.5.4", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.4.0" }
-tor-proto = { version = "0.13.0", path = "../tor-proto", features = ["experimental-api", "hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-cell = { version = "0.14.0", path = "../tor-cell" }
+tor-config = { version = "0.9.7", path = "../tor-config" }
+tor-error = { version = "0.5.5", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.5.0" }
+tor-proto = { version = "0.14.0", path = "../tor-proto", features = ["experimental-api", "hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
void = "1"