summaryrefslogtreecommitdiff
path: root/crates/arti-relay
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-relay')
-rw-r--r--crates/arti-relay/Cargo.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index ec066e51f..287099094 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -35,20 +35,20 @@ tokio = ["tor-rtcompat/tokio", "tor-proto/tokio"]
[dependencies]
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.7.9", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde"] }
rand = "0.8.5"
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
-tor-config = { path = "../tor-config", version = "0.22.0" }
-tor-error = { path = "../tor-error", version = "0.22.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.22.0", features = ["keymgr", "ephemeral-keystore"] }
-tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
-tor-proto = { path = "../tor-proto", version = "0.22.0" }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.22.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.23.0" }
+tor-config = { path = "../tor-config", version = "0.23.0" }
+tor-error = { path = "../tor-error", version = "0.23.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.23.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-netdir = { path = "../tor-netdir", version = "0.23.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.23.0" }
+tor-proto = { path = "../tor-proto", version = "0.23.0" }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.23.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0" }
tracing = "0.1.36"
[dev-dependencies]