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.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 905c17c1b..212f932f3 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.65"
@@ -13,9 +13,9 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-units = { path = "../tor-units", version = "0.6.1" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]