summaryrefslogtreecommitdiff
path: root/crates/tor-dirmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirmgr/Cargo.toml')
-rw-r--r--crates/tor-dirmgr/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 0ca4dd97a..98c6d3515 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -74,7 +74,7 @@ humantime-serde = "1.1.1"
itertools = "0.13.0"
memmap2 = { version = "0.9.0", optional = true }
once_cell = "1"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"