summaryrefslogtreecommitdiff
path: root/crates/tor-congestion
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-congestion')
-rw-r--r--crates/tor-congestion/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 60be3ed0c..26517b36a 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.4.0"
+version = "0.4.1"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.60"
@@ -13,9 +13,9 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.4.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.0" }
-tor-units = { path = "../tor-units", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.4.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
+tor-units = { path = "../tor-units", version = "0.4.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]