summaryrefslogtreecommitdiff
path: root/crates/tor-congestion
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-congestion')
-rw-r--r--crates/tor-congestion/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 6dd2f87b9..98a7d1da8 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,8 +16,8 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[features]