summaryrefslogtreecommitdiff
path: root/crates/arti/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti/Cargo.toml')
-rw-r--r--crates/arti/Cargo.toml28
1 files changed, 14 insertions, 14 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 84e8d3f56..165ccb87b 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.2.6"
+version = "1.2.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -105,11 +105,11 @@ __is_experimental = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.22.0", default-features = false, features = [
"anyhow",
] }
-arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.21.0", default-features = false, optional = true }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.21.0", optional = true }
+arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.22.0", default-features = false, optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.22.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
@@ -141,14 +141,14 @@ time = "0.3.18"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "0.8.8"
-tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
-tor-config = { path = "../tor-config", version = "0.21.0" }
-tor-error = { path = "../tor-error", version = "0.21.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.21.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.21.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.21.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.21.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.22.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.22.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.22.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.22.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -163,8 +163,8 @@ regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
trycmd = "0.15.4"
[target.'cfg(windows)'.dependencies]