summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti/Cargo.toml2
-rw-r--r--crates/futures-copy/Cargo.toml2
-rw-r--r--crates/tor-hsrproxy/Cargo.toml2
3 files changed, 3 insertions, 3 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 7021589c2..5b5d2d48f 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -202,7 +202,7 @@ derive-deftly = { version = "~1.6.0", features = ["full", "beta"], optional = tr
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
fs-mistrust = { path = "../fs-mistrust", version = "0.13.1" }
futures = "0.3.14"
-futures-copy = { version = "0.2.1", path = "../futures-copy" }
+futures-copy = { version = "0.2.2", path = "../futures-copy" }
hickory-proto = { version = "0.25.2", optional = true }
http = { version = "1.3.1", optional = true }
humantime = "2"
diff --git a/crates/futures-copy/Cargo.toml b/crates/futures-copy/Cargo.toml
index e5d06bd9d..430358c73 100644
--- a/crates/futures-copy/Cargo.toml
+++ b/crates/futures-copy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures-copy"
-version = "0.2.1"
+version = "0.2.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
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 }