summaryrefslogtreecommitdiff
path: root/crates/tor-congestion/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-congestion/Cargo.toml')
-rw-r--r--crates/tor-congestion/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 6b91f1ac1..215b51492 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,9 +16,9 @@ publish = false
[dependencies]
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-units = { path = "../tor-units", version = "0.25.0" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]