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.toml48
1 files changed, 24 insertions, 24 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 08fe7f80d..c41fafbd2 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.4.4"
+version = "1.4.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.83"
@@ -143,17 +143,17 @@ dialoguer = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.31.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.31.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.32.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
async-signal = { version = "0.2.10", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive-deftly = { version = "~1.1.0", features = ["full", "beta"], optional = true }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
-fs-mistrust = { path = "../fs-mistrust", version = "0.9.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.10.0" }
futures = "0.3.14"
hickory-proto = { version = "0.25.2", optional = true }
humantime = "2"
@@ -170,7 +170,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul
"logging",
"ring",
] }
-safelog = { path = "../safelog", version = "0.4.5" }
+safelog = { path = "../safelog", version = "0.4.7" }
secmem-proc = { version = "0.3.4", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
@@ -178,19 +178,19 @@ 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.31.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.31.0" }
-tor-config = { path = "../tor-config", version = "0.31.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.31.0" }
-tor-error = { path = "../tor-error", version = "0.31.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.31.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.31.0", optional = true }
-tor-key-forge = { path = "../tor-key-forge", version = "0.31.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.31.0" }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.31.0", optional = true, features = ["rpc-server"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.31.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.31.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.31.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.32.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" }
+tor-config = { path = "../tor-config", version = "0.32.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.32.0" }
+tor-error = { path = "../tor-error", version = "0.32.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.32.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.32.0", optional = true }
+tor-key-forge = { path = "../tor-key-forge", version = "0.32.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.32.0" }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.32.0", optional = true, features = ["rpc-server"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.32.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.32.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -198,7 +198,7 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.31.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0", default-features = false, features = [
"testing",
] }
assert_cmd = "2.0.17"
@@ -208,11 +208,11 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
-test-temp-dir = { version = "0.3.3", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.31.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.31.0", features = ["testing"] }
-tor-memquota = { version = "0.31.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.31.0" }
+test-temp-dir = { version = "0.3.5", path = "../test-temp-dir" }
+tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.32.0", features = ["testing"] }
+tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" }
trycmd = "0.15.4"
[package.metadata.docs.rs]
all-features = true