diff options
Diffstat (limited to 'crates/tor-ptmgr')
| -rw-r--r-- | crates/tor-ptmgr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index 4468589df..09bf974d2 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -39,7 +39,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } fs-mistrust = { version = "0.7.9", path = "../fs-mistrust" } 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" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" } |
