summaryrefslogtreecommitdiff
path: root/crates/tor-hsclient/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsclient/Cargo.toml')
-rw-r--r--crates/tor-hsclient/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 5d872ff18..7713b83ea 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -49,7 +49,7 @@ educe = "0.4.6"
either = "1"
futures = "0.3.14"
itertools = "0.13.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
retry-error = { path = "../retry-error", version = "0.5.2" }