summaryrefslogtreecommitdiff
path: root/crates/arti
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti')
-rw-r--r--crates/arti/Cargo.toml64
1 files changed, 32 insertions, 32 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 2d062209f..ae76cbcbb 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "2.4.0"
+version = "2.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -162,10 +162,10 @@ __is_experimental = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.43.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.44.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
async-signal = { version = "0.2.10", optional = true }
base64ct = { version = "1.5.1", optional = true }
@@ -174,9 +174,9 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
console-subscriber = { version = "0.5.0", optional = true }
derive-deftly = { version = "~1.11.3", features = ["full", "beta"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
-fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" }
futures = "0.3.14"
-futures-copy = { version = "0.3.0", path = "../futures-copy" }
+futures-copy = { version = "0.4.0", path = "../futures-copy" }
hickory-proto = { version = "0.26.1", optional = true }
http = { version = "1.3.1", optional = true }
humantime = "2"
@@ -199,7 +199,7 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
rustls-crate = { package = "rustls", version = "0.23.5", optional = true, default-features = false, features = [
"logging",
] }
-safelog = { path = "../safelog", version = "0.8.2" }
+safelog = { path = "../safelog", version = "0.9.0" }
secmem-proc = { version = "0.3.4", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
@@ -209,32 +209,32 @@ time = "0.3.47"
tokio-crate = { package = "tokio", version = "1.47.1", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "1.0.3"
-tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
-tor-cell = { path = "../tor-cell", version = "0.43.0", optional = true }
-tor-config = { path = "../tor-config", version = "0.43.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.43.0" }
-tor-error = { path = "../tor-error", version = "0.43.0", default-features = false, features = ["tracing"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.43.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.43.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.43.0", optional = true }
-tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.43.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" }
-tor-proto = { path = "../tor-proto", version = "0.43.0" }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.43.0", optional = true, features = ["rpc-server"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.43.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.43.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+tor-cell = { path = "../tor-cell", version = "0.44.0", optional = true }
+tor-config = { path = "../tor-config", version = "0.44.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.44.0" }
+tor-error = { path = "../tor-error", version = "0.44.0", default-features = false, features = ["tracing"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.44.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.44.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.44.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.44.0", optional = true }
+tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.44.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" }
+tor-proto = { path = "../tor-proto", version = "0.44.0" }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.44.0", optional = true, features = ["rpc-server"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.44.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.44.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
tracing-opentelemetry = { version = "0.33.0", optional = true }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
visibility = { version = "0.1.0", optional = true }
-web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
+web-time-compat = { path = "../web-time-compat", version = "0.2.0" }
[target.'cfg(windows)'.dependencies]
winapi = { version = "0.3.8", features = ["winerror"] }
@@ -244,7 +244,7 @@ rlimit = "0.11.0"
[dev-dependencies]
amplify = { version = "4", default-features = false, features = ["derive"] }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0", default-features = false, features = [
"testing",
] }
assert_cmd = "2.1.1"
@@ -254,10 +254,10 @@ 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.7.0", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.43.0", features = ["testing"] }
-tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" }
+test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" }
+tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.44.0", features = ["testing"] }
+tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" }
trycmd = "1.0.0"
walkdir = "2"