diff options
Diffstat (limited to 'crates/tor-guardmgr')
| -rw-r--r-- | crates/tor-guardmgr/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index 2098e5a23..cfd85f577 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -65,7 +65,7 @@ humantime = "2" humantime-serde = "1.1.1" itertools = "0.13.0" num_enum = "0.7" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.21.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" |
