summaryrefslogtreecommitdiff
path: root/crates/tor-hsrproxy
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-hsrproxy')
-rw-r--r--crates/tor-hsrproxy/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index 99c1ed92e..c3cf05e10 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -42,7 +42,7 @@ __is_experimental = []
derive-deftly = { version = "~1.6.0", features = ["full", "beta"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
futures = "0.3.14"
-futures-copy = { version = "0.2.1", path = "../futures-copy" }
+futures-copy = { version = "0.2.2", path = "../futures-copy" }
# postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
itertools = "0.14.0"
metrics = { version = "0.24.1", optional = true }