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.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index 8d070ba62..2e4d1aac1 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -41,7 +41,7 @@ derive-deftly = "0.14"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
futures = "0.3.14"
# postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
rangemap = "1.3"
safelog = { version = "0.3.6", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }