summaryrefslogtreecommitdiff
path: root/crates/arti-relay
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-relay')
-rw-r--r--crates/arti-relay/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 95d2a1dcd..4ae75bd81 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -37,13 +37,13 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["serde"] }
serde = { version = "1.0.103", features = ["derive"] }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.21.0" }
-tor-config = { path = "../tor-config", version = "0.21.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.21.0", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
-tor-proto = { path = "../tor-proto", version = "0.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.22.0", default-features = false }
+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-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
[dev-dependencies]