summaryrefslogtreecommitdiff
path: root/crates/arti-relay
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-relay')
-rw-r--r--crates/arti-relay/Cargo.toml32
1 files changed, 16 insertions, 16 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 58dc7323d..156e1dc7a 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -37,7 +37,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
directories = "6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.1", features = ["serde"] }
futures = "0.3.14"
libc = "0.2"
rand = "0.9.1"
@@ -46,20 +46,20 @@ serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
tokio = { version = "1.7", features = ["signal"] }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0", features = ["relay"] }
-tor-config = { path = "../tor-config", version = "0.36.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.36.0" }
-tor-error = { path = "../tor-error", version = "0.36.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.36.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", features = ["keymgr", "ephemeral-keystore"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
-tor-memquota = { version = "0.36.0", path = "../tor-memquota" }
-tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
-tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["state-dir"] }
-tor-proto = { path = "../tor-proto", version = "0.36.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.36.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["rustls", "tokio"] }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.37.0", features = ["relay"] }
+tor-config = { path = "../tor-config", version = "0.37.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.37.0" }
+tor-error = { path = "../tor-error", version = "0.37.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.37.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.37.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" }
+tor-memquota = { version = "0.37.0", path = "../tor-memquota" }
+tor-netdir = { path = "../tor-netdir", version = "0.37.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.37.0" }
+tor-persist = { path = "../tor-persist", version = "0.37.0", features = ["state-dir"] }
+tor-proto = { path = "../tor-proto", version = "0.37.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.37.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
void = "1"