summaryrefslogtreecommitdiff
path: root/crates/tor-congestion
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-congestion')
-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 b9cd0ec61..192823a62 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.6.0"
+version = "0.7.0"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.70"
@@ -17,8 +17,8 @@ publish = false
[dependencies]
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
-tor-units = { path = "../tor-units", version = "0.6.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.1" }
+tor-units = { path = "../tor-units", version = "0.6.5" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]