diff options
Diffstat (limited to 'crates/tor-persist')
| -rw-r--r-- | crates/tor-persist/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 7b01bb67e..75b76e1ba 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -38,7 +38,7 @@ filetime = { version = "0.2", default-features = false } fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["walkdir"] } fslock-guard = { path = "../fslock-guard", version = "0.2.1", optional = true } futures = "0.3.14" -itertools = "0.13.0" +itertools = "0.14.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" } paste = "1" sanitize-filename = "0.6.0" @@ -59,7 +59,7 @@ fslock = { version = "0.2.0" } anyhow = { version = "1.0.23" } derive-deftly = "0.14" humantime = "2" -itertools = "0.13.0" +itertools = "0.14.0" tempfile = "3" test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" } tracing-test = "0.2.4" |
