summaryrefslogtreecommitdiff
path: root/crates/arti-relay
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-relay')
-rw-r--r--crates/arti-relay/Cargo.toml26
1 files changed, 13 insertions, 13 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 2fd4b248b..5de2663c8 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -32,23 +32,23 @@ anyhow = "1.0.23"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["serde"] }
rand = "0.8.5"
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.24.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.25.0", features = ["keymgr", "ephemeral-keystore"] }
# TODO RELAY compile in memquota tracking by default? with a calculated limit maybe, even?
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["rustls", "tokio"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
[dev-dependencies]