diff options
Diffstat (limited to 'crates/tor-hsclient')
| -rw-r--r-- | crates/tor-hsclient/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index d02cdbf1a..fc02f6b27 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -54,7 +54,7 @@ derive_more = { version = "1.0.0", features = ["full"] } educe = "0.4.6" either = "1" futures = "0.3.14" -itertools = "0.13.0" +itertools = "0.14.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.8" |
