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 94afe515d..53f4e215e 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.5.2"
+version = "0.5.3"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.65"
@@ -16,8 +16,8 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.2" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[features]