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.toml22
1 files changed, 11 insertions, 11 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 34440b26f..f0f397abb 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.10"
+version = "1.1.11"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -90,9 +90,9 @@ onion-service-service = ["arti-client/onion-service-service", "tor-hsrproxy", "t
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.4", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.3.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.12.0", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
backtrace = "0.3.68"
cfg-if = "1.0.0"
@@ -100,7 +100,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help"] }
config = { version = "0.13.4", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
futures = "0.3.14"
humantime = "2"
humantime-serde = "1.1.1"
@@ -119,13 +119,13 @@ thiserror = "1"
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 }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.2.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.4.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.5" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.3.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.5.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.6", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.8.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }