diff options
Diffstat (limited to 'crates/tor-persist')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 85abea34f..1ddfdd34c 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -39,7 +39,7 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["walkdir fslock-guard = { path = "../fslock-guard", version = "0.1.2", optional = true } 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" } paste = "1" sanitize-filename = "0.5.0" serde = { version = "1.0.103", features = ["derive"] } |
