summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml62
-rw-r--r--crates/arti-relay/Cargo.toml32
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml16
-rw-r--r--crates/arti-rpcserver/Cargo.toml28
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti-ureq/Cargo.toml12
-rw-r--r--crates/arti/Cargo.toml50
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/equix/Cargo.toml4
-rw-r--r--crates/equix/bench/Cargo.lock152
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/fslock-guard/Cargo.toml4
-rw-r--r--crates/futures-copy/Cargo.toml8
-rw-r--r--crates/hashx/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock150
-rw-r--r--crates/oneshot-fused-workaround/Cargo.toml2
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/slotmap-careful/Cargo.toml2
-rw-r--r--crates/test-temp-dir/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml10
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml8
-rw-r--r--crates/tor-cell/Cargo.toml24
-rw-r--r--crates/tor-cert/Cargo.toml14
-rw-r--r--crates/tor-chanmgr/Cargo.toml46
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml58
-rw-r--r--crates/tor-config-path/Cargo.toml8
-rw-r--r--crates/tor-config/Cargo.toml16
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dircommon/Cargo.toml14
-rw-r--r--crates/tor-dirmgr/Cargo.toml50
-rw-r--r--crates/tor-dirserver/Cargo.toml4
-rw-r--r--crates/tor-error/Cargo.toml4
-rw-r--r--crates/tor-general-addr/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml50
-rw-r--r--crates/tor-hsclient/Cargo.toml70
-rw-r--r--crates/tor-hscrypto/Cargo.toml22
-rw-r--r--crates/tor-hsrproxy/Cargo.toml22
-rw-r--r--crates/tor-hsservice/Cargo.toml74
-rw-r--r--crates/tor-key-forge/Cargo.toml16
-rw-r--r--crates/tor-keymgr/Cargo.toml34
-rw-r--r--crates/tor-linkspec/Cargo.toml18
-rw-r--r--crates/tor-llcrypto/Cargo.toml10
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota/Cargo.toml24
-rw-r--r--crates/tor-netdir/Cargo.toml22
-rw-r--r--crates/tor-netdoc/Cargo.toml26
-rw-r--r--crates/tor-persist/Cargo.toml16
-rw-r--r--crates/tor-proto/Cargo.toml48
-rw-r--r--crates/tor-protover/Cargo.toml6
-rw-r--r--crates/tor-ptmgr/Cargo.toml26
-rw-r--r--crates/tor-relay-crypto/Cargo.toml18
-rw-r--r--crates/tor-relay-selection/Cargo.toml18
-rw-r--r--crates/tor-rpc-connect/Cargo.toml16
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml6
-rw-r--r--crates/tor-rtmock/Cargo.toml18
-rw-r--r--crates/tor-socksproto/Cargo.toml10
-rw-r--r--crates/tor-units/Cargo.toml4
64 files changed, 696 insertions, 740 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 463146d14..a7f0fb700 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,19 +17,19 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.6.0" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0" }
+arti = { path = "../arti", version = "1.7.0" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.36.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
futures = "0.3.14"
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5"
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index 49b82dc9c..122f77bd8 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -170,7 +170,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
dyn-clone = { version = "1.0.11", optional = true }
educe = "0.4.22"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime = "2"
@@ -179,36 +179,36 @@ libc = "0.2"
once_cell = "1.9"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["parsing", "macros"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.35.0", features = ["arti-client"] }
-tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.35.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.35.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.35.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-memquota = { path = "../tor-memquota", version = "0.35.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.35.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.36.0", features = ["arti-client"] }
+tor-dircommon = { path = "../tor-dircommon", version = "0.36.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.36.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.36.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.36.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-memquota = { path = "../tor-memquota", version = "0.36.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.36.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.36.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -228,8 +228,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.9.5"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.20"
tracing-test = "0.2.4"
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 9f9fb914b..5e38dc982 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -36,27 +36,27 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
directories = "6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde"] }
futures = "0.3.14"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
tokio = { version = "1.7", features = ["signal"] }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", features = ["keymgr", "ephemeral-keystore"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["state-dir"] }
-tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["rustls", "tokio"] }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["state-dir"] }
+tor-proto = { path = "../tor-proto", version = "0.36.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
void = "1"
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 014f6065b..2adfb6ae3 100644
--- a/crates/arti-rpc-client-core/Cargo.toml
+++ b/crates/arti-rpc-client-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpc-client-core"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -17,21 +17,21 @@ crate-type = ["cdylib", "lib"]
[dependencies]
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
cfg-if = "1.0.0"
derive_more = { version = "2.0.1", features = ["full"] }
educe = "0.4.22"
-fs-mistrust = { version = "0.12.0", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.13.0", path = "../fs-mistrust" }
paste = { version = "1", optional = true }
percent-encoding = "2.3.1"
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
-tor-config-path = { version = "0.35.0", path = "../tor-config-path", features = ["arti-client"] }
-tor-error = { version = "0.35.0", path = "../tor-error", default-features = false }
-tor-rpc-connect = { version = "0.35.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
-tor-socksproto = { path = "../tor-socksproto", version = "0.35.0", default-features = false, features = [
+tor-config-path = { version = "0.36.0", path = "../tor-config-path", features = ["arti-client"] }
+tor-error = { version = "0.36.0", path = "../tor-error", default-features = false }
+tor-rpc-connect = { version = "0.36.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
+tor-socksproto = { path = "../tor-socksproto", version = "0.36.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -39,7 +39,7 @@ void = "1"
[dev-dependencies]
rand = "0.9.1"
rand_chacha = "0.9"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
[features]
full = [
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index 983aac5db..9850bb392 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.35.0"
+version = "0.36.0"
edition = "2024"
rust-version = "1.86"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -34,7 +34,7 @@ weakref = ["__is_experimental"]
__is_experimental = []
[dependencies]
-arti-client = { path = "../arti-client", version = "0.35.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.36.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -43,22 +43,22 @@ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
erased-serde = "0.4.2"
futures = "0.3.14"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["stream-ctrl"] }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.35.0" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0", features = ["stream-ctrl"] }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.36.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -66,5 +66,5 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index dbfe3dd6c..5d0752266 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -25,21 +25,21 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.6.0" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.7.0" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.36.0", features = ["dirfilter"] }
async-trait = "0.1.54"
clap = { version = "4.3.24", features = ["wrap_help"] }
futures = "0.3.14"
pin-project = "1"
rand = "0.9.1"
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.35.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.35.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.36.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.36.0", features = [
"experimental-api",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
[package.metadata.docs.rs]
diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml
index 8254691f7..5597b85bc 100644
--- a/crates/arti-ureq/Cargo.toml
+++ b/crates/arti-ureq/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-ureq"
-version = "0.35.0"
+version = "0.36.0"
edition = "2024"
rust-version = "1.86"
authors = ["The Tor Project, Inc.", "Niel Duysters"]
@@ -11,15 +11,15 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-arti-client = { path = "../arti-client", version = "0.35.0" }
+arti-client = { path = "../arti-client", version = "0.36.0" }
async-std = { version = "1.7.0", optional = true }
educe = "0.4.6"
futures = "0.3.14"
thiserror = "2"
tokio = { version = "1.7", optional = true }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.36.0" }
# We rely on some of the APIs in ureq::unversioned, which are allowed to have semver
# breaks between minor releases of ureq. Therefore, we we use a tilde here, so that
# we will only get patchlevel updates.
@@ -29,7 +29,7 @@ ureq = { version = "~3.1.0", default-features = false, features = ["rustls-no-pr
[dev-dependencies]
serde_json = "1.0.104"
-test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
[features]
default = ["native-tls", "tokio"]
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index eb228ba06..2e9cfc269 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.6.0"
+version = "1.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -152,10 +152,10 @@ dialoguer = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.36.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.35.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.36.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 }
@@ -163,7 +163,7 @@ cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive-deftly = { version = "~1.3.0", features = ["full", "beta"], optional = true }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
futures = "0.3.14"
hickory-proto = { version = "0.25.2", optional = true }
http = { version = "1.3.1", optional = true }
@@ -185,7 +185,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul
"logging",
"ring",
] }
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
secmem-proc = { version = "0.3.4", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
@@ -193,20 +193,20 @@ 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.9.5"
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", default-features = false, features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.35.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.35.0", optional = true }
-tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.35.0" }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.35.0", optional = true, features = ["rpc-server"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.35.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", default-features = false, features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.36.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.36.0", optional = true }
+tor-key-forge = { path = "../tor-key-forge", version = "0.36.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.36.0" }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.36.0", optional = true, features = ["rpc-server"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.36.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.36.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -223,7 +223,7 @@ serde_json = "1.0.50"
[dev-dependencies]
amplify = { version = "4", default-features = false, features = ["derive"] }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.36.0", default-features = false, features = [
"testing",
] }
assert_cmd = "2.0.17"
@@ -233,11 +233,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.5.0", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.35.0", features = ["testing"] }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.36.0", features = ["testing"] }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
trycmd = "0.15.4"
walkdir = "2"
[package.metadata.docs.rs]
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index 9d88ddd81..5e42a696a 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.7.0"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index d637320f0..60d3fdb43 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -31,7 +31,7 @@ __is_experimental = []
[dependencies]
arrayvec = "0.7.4"
-hashx = { path = "../hashx", version = "0.5.0", default-features = false }
+hashx = { path = "../hashx", version = "0.6.0", default-features = false }
num-traits = "0.2.15"
thiserror = "2"
visibility = "0.1.0"
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index 91f8d993b..0d501a2e4 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -4,9 +4,9 @@ version = 4
[[package]]
name = "aho-corasick"
-version = "1.1.3"
+version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
+checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
@@ -60,9 +60,9 @@ dependencies = [
[[package]]
name = "bitflags"
-version = "2.9.4"
+version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
+checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
[[package]]
name = "blake2"
@@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.2.40"
+version = "1.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
+checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
dependencies = [
"find-msvc-tools",
"jobserver",
@@ -123,9 +123,9 @@ dependencies = [
[[package]]
name = "cfg-if"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
+checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "ciborium"
@@ -167,18 +167,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
+checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
+checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
dependencies = [
"anstyle",
"clap_lex",
@@ -186,9 +186,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.5"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
+checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "criterion"
@@ -310,7 +310,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "equix"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"arrayvec",
"hashx",
@@ -336,14 +336,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.61.1",
+ "windows-sys 0.61.2",
]
[[package]]
name = "find-msvc-tools"
-version = "0.1.3"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
+checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
[[package]]
name = "fixed-capacity-vec"
@@ -359,9 +359,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "generic-array"
-version = "0.14.7"
+version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
+checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
dependencies = [
"typenum",
"version_check",
@@ -369,14 +369,14 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.3.3"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
+checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
dependencies = [
"cfg-if",
"libc",
"r-efi",
- "wasi",
+ "wasip2",
]
[[package]]
@@ -387,17 +387,18 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "half"
-version = "2.6.0"
+version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
+checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
dependencies = [
"cfg-if",
"crunchy",
+ "zerocopy",
]
[[package]]
name = "hashx"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"arrayvec",
"blake2",
@@ -416,11 +417,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
-version = "0.5.11"
+version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
+checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -450,9 +451,9 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.81"
+version = "0.3.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
+checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
dependencies = [
"once_cell",
"wasm-bindgen",
@@ -472,9 +473,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.176"
+version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
+checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "libloading"
@@ -506,9 +507,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "memmap2"
-version = "0.9.8"
+version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
+checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
dependencies = [
"libc",
]
@@ -627,9 +628,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.101"
+version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
+checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
@@ -700,9 +701,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.3"
+version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
+checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
dependencies = [
"aho-corasick",
"memchr",
@@ -712,9 +713,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.11"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
+checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
dependencies = [
"aho-corasick",
"memchr",
@@ -723,9 +724,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.8.6"
+version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
+checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rustc-hash"
@@ -824,9 +825,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
-version = "2.0.106"
+version = "2.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
+checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
dependencies = [
"proc-macro2",
"quote",
@@ -866,7 +867,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#1015cda6ede368cd50f8d1c360eac4e358f0cd9f"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#0af605f6a0411007d6fbe3080c972d1f1a2e584a"
dependencies = [
"bindgen",
"cc",
@@ -880,9 +881,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "unicode-ident"
-version = "1.0.19"
+version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
+checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
[[package]]
name = "version_check"
@@ -912,15 +913,6 @@ dependencies = [
]
[[package]]
-name = "wasi"
-version = "0.14.7+wasi-0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
-dependencies = [
- "wasip2",
-]
-
-[[package]]
name = "wasip2"
version = "1.0.1+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -931,9 +923,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
+checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
dependencies = [
"cfg-if",
"once_cell",
@@ -943,24 +935,10 @@ dependencies = [
]
[[package]]
-name = "wasm-bindgen-backend"
-version = "0.2.104"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
-dependencies = [
- "bumpalo",
- "log",
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-shared",
-]
-
-[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
+checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -968,31 +946,31 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
+checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
dependencies = [
+ "bumpalo",
"proc-macro2",
"quote",
"syn",
- "wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
+checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
-version = "0.3.81"
+version = "0.3.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
+checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -1016,14 +994,14 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.61.1",
+ "windows-sys 0.61.2",
]
[[package]]
name = "windows-link"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
@@ -1036,9 +1014,9 @@ dependencies = [
[[package]]
name = "windows-sys"
-version = "0.61.1"
+version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
+checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 0b061e0a7..ac6b6af5a 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
license = "MIT OR Apache-2.0"
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml
index ca023ed58..8abcee84a 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
license = "MIT OR Apache-2.0"
@@ -20,7 +20,7 @@ fslock = { version = "0.2.0", package = "fslock-arti-fork" }
thiserror = "2"
[dev-dependencies]
-test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/futures-copy/Cargo.toml b/crates/futures-copy/Cargo.toml
index f1acc2a70..3505e72cf 100644
--- a/crates/futures-copy/Cargo.toml
+++ b/crates/futures-copy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures-copy"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -18,9 +18,9 @@ pin-project = "1"
[dev-dependencies]
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[target.'cfg(unix)'.dependencies]
libc = "0.2"
diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml
index 619ec2e90..39d0b4576 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashx"
-version = "0.5.0"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 42a0d41ee..7fd057823 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -4,9 +4,9 @@ version = 4
[[package]]
name = "aho-corasick"
-version = "1.1.3"
+version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
+checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
dependencies = [
"memchr",
]
@@ -60,9 +60,9 @@ dependencies = [
[[package]]
name = "bitflags"
-version = "2.9.4"
+version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
+checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
[[package]]
name = "blake2"
@@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.2.40"
+version = "1.2.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
+checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2"
dependencies = [
"find-msvc-tools",
"jobserver",
@@ -123,9 +123,9 @@ dependencies = [
[[package]]
name = "cfg-if"
-version = "1.0.3"
+version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
+checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "ciborium"
@@ -167,18 +167,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
+checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.48"
+version = "4.5.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
+checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
dependencies = [
"anstyle",
"clap_lex",
@@ -186,9 +186,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.5"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
+checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
[[package]]
name = "criterion"
@@ -315,14 +315,14 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
dependencies = [
"libc",
- "windows-sys 0.61.1",
+ "windows-sys 0.61.2",
]
[[package]]
name = "find-msvc-tools"
-version = "0.1.3"
+version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
+checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
[[package]]
name = "fixed-capacity-vec"
@@ -338,9 +338,9 @@ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "generic-array"
-version = "0.14.7"
+version = "0.14.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
+checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
dependencies = [
"typenum",
"version_check",
@@ -348,14 +348,14 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.3.3"
+version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
+checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
dependencies = [
"cfg-if",
"libc",
"r-efi",
- "wasi",
+ "wasip2",
]
[[package]]
@@ -366,17 +366,18 @@ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "half"
-version = "2.6.0"
+version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
+checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
dependencies = [
"cfg-if",
"crunchy",
+ "zerocopy",
]
[[package]]
name = "hashx"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"arrayvec",
"blake2",
@@ -406,11 +407,11 @@ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "home"
-version = "0.5.11"
+version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
+checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
dependencies = [
- "windows-sys 0.59.0",
+ "windows-sys 0.61.2",
]
[[package]]
@@ -446,9 +447,9 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.81"
+version = "0.3.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
+checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
dependencies = [
"once_cell",
"wasm-bindgen",
@@ -468,9 +469,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.176"
+version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
+checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "libloading"
@@ -502,9 +503,9 @@ checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "memmap2"
-version = "0.9.8"
+version = "0.9.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
+checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
dependencies = [
"libc",
]
@@ -623,9 +624,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.101"
+version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
+checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
@@ -696,9 +697,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.3"
+version = "1.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
+checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
dependencies = [
"aho-corasick",
"memchr",
@@ -708,9 +709,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.11"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
+checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
dependencies = [
"aho-corasick",
"memchr",
@@ -719,9 +720,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.8.6"
+version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
+checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
[[package]]
name = "rustc-hash"
@@ -820,9 +821,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
-version = "2.0.106"
+version = "2.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
+checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
dependencies = [
"proc-macro2",
"quote",
@@ -862,7 +863,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#1015cda6ede368cd50f8d1c360eac4e358f0cd9f"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#0af605f6a0411007d6fbe3080c972d1f1a2e584a"
dependencies = [
"bindgen",
"cc",
@@ -876,9 +877,9 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "unicode-ident"
-version = "1.0.19"
+version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
+checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
[[package]]
name = "version_check"
@@ -897,15 +898,6 @@ dependencies = [
]
[[package]]
-name = "wasi"
-version = "0.14.7+wasi-0.2.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
-dependencies = [
- "wasip2",
-]
-
-[[package]]
name = "wasip2"
version = "1.0.1+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -916,9 +908,9 @@ dependencies = [
[[package]]
name = "wasm-bindgen"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
+checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
dependencies = [
"cfg-if",
"once_cell",
@@ -928,24 +920,10 @@ dependencies = [
]
[[package]]
-name = "wasm-bindgen-backend"
-version = "0.2.104"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
-dependencies = [
- "bumpalo",
- "log",
- "proc-macro2",
- "quote",
- "syn",
- "wasm-bindgen-shared",
-]
-
-[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
+checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -953,31 +931,31 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
+checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
dependencies = [
+ "bumpalo",
"proc-macro2",
"quote",
"syn",
- "wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.104"
+version = "0.2.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
+checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
-version = "0.3.81"
+version = "0.3.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
+checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -1001,14 +979,14 @@ version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
- "windows-sys 0.61.1",
+ "windows-sys 0.61.2",
]
[[package]]
name = "windows-link"
-version = "0.2.0"
+version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
+checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-sys"
@@ -1021,9 +999,9 @@ dependencies = [
[[package]]
name = "windows-sys"
-version = "0.61.1"
+version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
+checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
dependencies = [
"windows-link",
]
diff --git a/crates/oneshot-fused-workaround/Cargo.toml b/crates/oneshot-fused-workaround/Cargo.toml
index 932d8c27e..80f3cf6bf 100644
--- a/crates/oneshot-fused-workaround/Cargo.toml
+++ b/crates/oneshot-fused-workaround/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "oneshot-fused-workaround"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index c5a1dc01f..71525f506 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 4c4525450..20360b791 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.6.0"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/slotmap-careful/Cargo.toml b/crates/slotmap-careful/Cargo.toml
index e76879882..d86cd42ab 100644
--- a/crates/slotmap-careful/Cargo.toml
+++ b/crates/slotmap-careful/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "slotmap-careful"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/test-temp-dir/Cargo.toml b/crates/test-temp-dir/Cargo.toml
index bb5a16e6e..67b15a381 100644
--- a/crates/test-temp-dir/Cargo.toml
+++ b/crates/test-temp-dir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "test-temp-dir"
-version = "0.5.0"
+version = "0.6.0"
# TODO make this 1.x. Let's say, do this in December 2024 or January 2025
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2024"
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index bd8a13be7..00e93f3cb 100644
--- a/crates/tor-async-utils/Cargo.toml
+++ b/crates/tor-async-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-async-utils"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -16,7 +16,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
educe = "0.4.22"
futures = "0.3.14"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
thiserror = "2"
@@ -25,9 +25,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[features]
full = ["oneshot-fused-workaround/full"]
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index c9ac22d42..f47c65d8c 100644
--- a/crates/tor-basic-utils/Cargo.toml
+++ b/crates/tor-basic-utils/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-basic-utils"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 25ae14653..81d198e7c 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -16,10 +16,10 @@ bytes = "1"
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.35.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.36.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", optional = true }
zeroize = { version = "1", features = ["derive"] }
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index dd2900748..6671a5304 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -47,7 +47,7 @@ __is_experimental = []
amplify = { version = "4", default-features = false, features = ["derive"] }
bitflags = "2"
bytes = "1"
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
derive-deftly = "1.3.0"
derive_more = { version = "2.0.1", features = ["full"] }
educe = "0.4.22"
@@ -56,16 +56,16 @@ paste = "1"
rand = "0.9.1"
smallvec = "1.10"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-cert = { path = "../tor-cert", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true, features = ["memquota-memcost"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["tor-bytes"] }
-tor-units = { path = "../tor-units", version = "0.35.0", features = ["memquota-memcost"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-cert = { path = "../tor-cert", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true, features = ["memquota-memcost"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.36.0", features = ["tor-bytes"] }
+tor-units = { path = "../tor-units", version = "0.36.0", features = ["memquota-memcost"] }
void = "1"
[dev-dependencies]
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index e8104b955..294875c1c 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -36,17 +36,17 @@ experimental-api = ["__is_experimental"]
__is_experimental = []
[dependencies]
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
rand = { version = "0.9.1", optional = true }
rsa = { version = "0.9.2", features = ["sha2"], optional = true }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
x509-cert = { version = "0.2.5", features = ["builder", "hazmat"], optional = true }
[dev-dependencies]
@@ -54,4 +54,4 @@ base64ct = "1.5.1"
hex-literal = "1.0"
humantime = "2"
rand = "0.9.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 96fdec562..60343ac7e 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -44,33 +44,33 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.54"
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
educe = "0.4.22"
futures = "0.3.14"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-cell = { path = "../tor-cell", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", features = ["keymgr"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.35.0", default-features = false, features = [
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", features = ["keymgr"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.36.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.35.0" }
+tor-units = { path = "../tor-units", version = "0.36.0" }
tracing = "0.1.36"
void = "1"
@@ -79,10 +79,10 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "1.0"
itertools = "0.14.0"
-tor-cell = { path = "../tor-cell", version = "0.35.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.36.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 58c5012c8..32255a904 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "2"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 9d1da494b..60e4bbe4a 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -84,32 +84,32 @@ futures = "0.3.14"
humantime-serde = "1.1.1"
itertools = "0.14.0"
once_cell = "1"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
rand = "0.9.1"
-retry-error = { path = "../retry-error", version = "0.8.0" }
-safelog = { path = "../safelog", version = "0.6.0" }
+retry-error = { path = "../retry-error", version = "0.9.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-cell = { path = "../tor-cell", version = "0.35.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
-tor-units = { path = "../tor-units", version = "0.35.0" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-dircommon = { path = "../tor-dircommon", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
+tor-units = { path = "../tor-units", version = "0.36.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -118,11 +118,11 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml
index 164339150..251419c0d 100644
--- a/crates/tor-config-path/Cargo.toml
+++ b/crates/tor-config-path/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config-path"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -44,8 +44,8 @@ directories = { version = "6", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.35.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.36.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
@@ -54,7 +54,7 @@ dirs = "6.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
toml = "0.9.5"
-tor-config = { path = "../tor-config", version = "0.35.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 437e6e13c..6e506bfef 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -42,7 +42,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
educe = "0.4.22"
either = "1"
figment = { version = "0.10.18", features = ["toml"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
futures = "0.3.14"
itertools = "0.14.0"
notify = { version = "8", default-features = false, features = ["macos_kqueue"] }
@@ -55,18 +55,18 @@ serde_ignored = "0.1.3"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
toml = "0.9.5"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
void = "1"
[dev-dependencies]
serde_json = "1.0.50"
tempfile = "3"
-test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0", features = ["serde"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0", features = ["serde"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 0c5897dd6..7e21841e2 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -23,6 +23,6 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index f90b215d6..4d6bd7494 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -55,19 +55,19 @@ httpdate = "1.0"
itertools = "0.14.0"
memchr = "2.5"
thiserror = "2"
-tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml
index 0b39fa334..d68f937b0 100644
--- a/crates/tor-dircommon/Cargo.toml
+++ b/crates/tor-dircommon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dircommon"
-version = "0.35.0"
+version = "0.36.0"
authors = [
"The Tor Project, Inc.",
"Nick Mathewson <[email protected]>",
@@ -22,12 +22,12 @@ getset = "0.1.6"
humantime = "2"
humantime-serde = "1.1.1"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
tracing = "0.1.41"
[dev-dependencies]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index a24ec7b09..369dd6a9d 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -67,7 +67,7 @@ derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
educe = "0.4.22"
event-listener = "5"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -75,12 +75,12 @@ humantime = "2"
humantime-serde = "1.1.1"
itertools = "0.14.0"
memmap2 = { version = "0.9.0", optional = true }
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
rusqlite = { version = "0.37.0", features = ["time"] }
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
scopeguard = "1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
@@ -89,24 +89,24 @@ static_assertions = "1"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.35.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false }
-tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["serde"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.36.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.36.0", default-features = false }
+tor-dircommon = { path = "../tor-dircommon", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0", features = ["serde"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -115,9 +115,9 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "1.0"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml
index 91ebdecb2..afa82fdbf 100644
--- a/crates/tor-dirserver/Cargo.toml
+++ b/crates/tor-dirserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirserver"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"]
edition = "2021"
rust-version = "1.86"
@@ -25,7 +25,7 @@ rusqlite = "0.37.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["full"] }
-tor-error = { version = "0.35.0", path = "../tor-error" }
+tor-error = { version = "0.36.0", path = "../tor-error" }
tracing = "0.1.41"
void = "1.0.2"
weak-table = "0.3.2"
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 867623a49..883f51949 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.35.0"
+version = "0.36.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -30,7 +30,7 @@ backtrace = []
derive_more = { version = "2.0.1", features = ["full"] }
futures = { version = "0.3", optional = true }
paste = "1"
-retry-error = { path = "../retry-error", version = "0.8.0" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.9.0" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml
index dade4cfd5..a84063744 100644
--- a/crates/tor-general-addr/Cargo.toml
+++ b/crates/tor-general-addr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-general-addr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 85cf6cbfe..aeebf4d9e 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2024"
rust-version = "1.86"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 72ce20bac..bff90c716 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -71,43 +71,43 @@ humantime = "2"
humantime-serde = "1.1.1"
itertools = "0.14.0"
num_enum = "0.7"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
-tor-proto = { path = "../tor-proto", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0", optional = true }
-tor-units = { path = "../tor-units", version = "0.35.0" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-dircommon = { path = "../tor-dircommon", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
+tor-proto = { path = "../tor-proto", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.36.0" }
tracing = "0.1.36"
[dev-dependencies]
float_eq = "1.0.0"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
serde_json = "1.0.50"
tempfile = "3"
toml = "0.9.5"
-tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 3d691514b..a80f8c90f 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -61,47 +61,47 @@ educe = "0.4.22"
either = "1"
futures = "0.3.14"
itertools = "0.14.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-retry-error = { path = "../retry-error", version = "0.8.0" }
-safelog = { path = "../safelog", version = "0.6.0" }
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+retry-error = { path = "../retry-error", version = "0.9.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-cell = { path = "../tor-cell", version = "0.35.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.35.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
-tor-proto = { version = "0.35.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-protover = { version = "0.35.0", path = "../tor-protover" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-circmgr = { version = "0.36.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.36.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.36.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.36.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.36.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { version = "0.36.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
+tor-proto = { version = "0.36.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-protover = { version = "0.36.0", path = "../tor-protover" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" }
-tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0" }
+tor-circmgr = { version = "0.36.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 942a292b9..b0fb1fe15 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -48,30 +48,30 @@ data-encoding = "2.3.1"
derive-deftly = { version = "1.3.0" }
derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
-equix = { path = "../equix", version = "0.4.0", optional = true }
+equix = { path = "../equix", version = "0.5.0", optional = true }
hex = "0.4"
humantime = "2"
itertools = "0.14.0"
paste = "1"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
subtle = "2"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { version = "0.35.0", path = "../tor-bytes" }
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-key-forge = { version = "0.35.0", path = "../tor-key-forge" }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true }
-tor-units = { path = "../tor-units", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { version = "0.36.0", path = "../tor-bytes" }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-key-forge = { version = "0.36.0", path = "../tor-key-forge" }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-units = { path = "../tor-units", version = "0.36.0" }
void = "1"
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex-literal = "1.0"
-tor-basic-utils = { version = "0.35.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.36.0", path = "../tor-basic-utils" }
[[test]]
name = "pow_v1_vectors"
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index edcb1321b..fbd8e81a3 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -44,21 +44,21 @@ futures = "0.3.14"
# postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
itertools = "0.14.0"
metrics = { version = "0.24.1", optional = true }
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
rangemap = "1.3"
-safelog = { version = "0.6.0", path = "../safelog" }
+safelog = { version = "0.7.0", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.35.0", path = "../tor-cell" }
-tor-config = { version = "0.35.0", path = "../tor-config" }
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.35.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" }
-tor-proto = { version = "0.35.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.36.0", path = "../tor-cell" }
+tor-config = { version = "0.36.0", path = "../tor-config" }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.36.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.36.0" }
+tor-proto = { version = "0.36.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index f36b15a5f..0d5698fc7 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -91,8 +91,8 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
educe = "0.4.22"
-equix = { path = "../equix", version = "0.4.0", optional = true }
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] }
+equix = { path = "../equix", version = "0.5.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde"] }
futures = "0.3.14"
growable-bloom-filter = "2.0.1"
hex = "0.4"
@@ -102,42 +102,42 @@ k12 = "0.3.0"
metrics = { version = "0.24.1", optional = true }
num-traits = { version = "0.2.15", optional = true }
once_cell = "1"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
rand_core = "0.9.3"
-retry-error = { version = "0.8.0", path = "../retry-error" }
-safelog = { path = "../safelog", version = "0.6.0" }
+retry-error = { version = "0.9.0", path = "../retry-error" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { version = "0.35.0", path = "../tor-bytes" }
-tor-cell = { version = "0.35.0", path = "../tor-cell", features = ["hs"] }
-tor-checkable = { version = "0.35.0", path = "../tor-checkable", optional = true }
-tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] }
-tor-config = { version = "0.35.0", path = "../tor-config" }
-tor-config-path = { version = "0.35.0", path = "../tor-config-path" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.35.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" }
-tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.35.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.35.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.35.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { version = "0.36.0", path = "../tor-bytes" }
+tor-cell = { version = "0.36.0", path = "../tor-cell", features = ["hs"] }
+tor-checkable = { version = "0.36.0", path = "../tor-checkable", optional = true }
+tor-circmgr = { version = "0.36.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] }
+tor-config = { version = "0.36.0", path = "../tor-config" }
+tor-config-path = { version = "0.36.0", path = "../tor-config-path" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.36.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.36.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.36.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.36.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.36.0" }
+tor-netdir = { version = "0.36.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.36.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.36.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.36.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.35.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.36.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.36.0" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -145,15 +145,15 @@ void = "1"
libc = { version = "0.2", default-features = false }
rmp-serde = "1"
serde_json = "1.0.104"
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
tempfile = "3"
-test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
-tor-config = { version = "0.35.0", path = "../tor-config", features = ["testing"] }
-tor-key-forge = { version = "0.35.0", path = "../tor-key-forge" }
-tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] }
-tor-persist = { version = "0.35.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
+tor-config = { version = "0.36.0", path = "../tor-config", features = ["testing"] }
+tor-key-forge = { version = "0.36.0", path = "../tor-key-forge" }
+tor-keymgr = { version = "0.36.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.36.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["testing"] }
+tor-persist = { version = "0.36.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
tracing-test = "0.2.4"
walkdir = "2"
diff --git a/crates/tor-key-forge/Cargo.toml b/crates/tor-key-forge/Cargo.toml
index 74ecc4f25..2679412a2 100644
--- a/crates/tor-key-forge/Cargo.toml
+++ b/crates/tor-key-forge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-key-forge"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -34,13 +34,13 @@ rsa = "0.9.0"
signature = "2"
ssh-key = { version = "0.6.1", features = ["std", "rsa"] }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false }
-tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode", "experimental-api"] }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0", default-features = false }
+tor-cert = { path = "../tor-cert", version = "0.36.0", features = ["encode", "experimental-api"] }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto" }
[dev-dependencies]
signature = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto", features = ["testing"] }
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 6a359c161..2f97a4d7c 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -60,26 +60,26 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
downcast-rs = "2.0.1"
dyn-clone = "1.0.11"
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["serde", "walkdir"] }
glob-match = "0.2.1"
humantime = "2"
inventory = "0.3.13"
itertools = "0.14.0"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0", default-features = false }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0" }
walkdir = { version = "2" }
@@ -89,11 +89,11 @@ zeroize = "1"
paste = "1"
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0", features = ["testing"] }
-tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-cert = { path = "../tor-cert", version = "0.36.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0", features = ["testing"] }
+tor-llcrypto = { version = "0.36.0", path = "../tor-llcrypto", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index d43498c3a..f756d1a16 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -33,23 +33,23 @@ __is_experimental = []
[dependencies]
base64ct = "1.5.1"
by_address = "1"
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
hex = "0.4"
itertools = "0.14.0"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.36.0" }
[dev-dependencies]
hex-literal = "1.0"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 8755439f9..ce527830a 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -64,7 +64,7 @@ rand = "0.9.1"
rand_core = "0.9.3"
rand_core_06 = { package = "rand_core", version = "0.6" }
rsa = "0.9.0"
-safelog = { version = "0.6.0", path = "../safelog" }
+safelog = { version = "0.7.0", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"
@@ -72,8 +72,8 @@ sha3 = "0.10.6"
signature = "2"
subtle = "2"
thiserror = "2"
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false, optional = true }
typenum = { version = "1.15.0", optional = true }
visibility = "0.1.0"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
@@ -84,7 +84,7 @@ cipher = "0.4.1"
hex-literal = "1.0"
rand = "0.9.1"
serde_test = "1.0.124"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index d4ac4d4bd..a2d307985 100644
--- a/crates/tor-log-ratelim/Cargo.toml
+++ b/crates/tor-log-ratelim/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-log-ratelim"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -21,8 +21,8 @@ full = ["tor-error/full", "tor-rtcompat/full"]
futures = "0.3.14"
humantime = "2"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tracing = "0.1.36"
weak-table = "0.3.0"
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index a066714e4..240928c26 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -22,27 +22,27 @@ itertools = "0.14.0"
paste = "1"
pin-project = "1"
serde = { version = "1.0.103", features = ["derive"] }
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
static_assertions = "1"
sysinfo = { version = "0.36.1", default-features = false, features = ["system"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0", features = ["serde"] }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.36.0" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
[dev-dependencies]
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde_json = "1.0.50"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 128b95afc..75d3e107a 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -61,15 +61,15 @@ serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0" }
-tor-units = { path = "../tor-units", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0" }
+tor-units = { path = "../tor-units", version = "0.36.0" }
tracing = "0.1.36"
typed-index-collections = "3.2.3"
visibility = { version = "0.1.0", optional = true }
@@ -78,6 +78,6 @@ visibility = { version = "0.1.0", optional = true }
float_eq = "1.0.0"
hex = "0.4"
hex-literal = "1.0"
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index a163b0ff4..76f702d62 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -115,17 +115,17 @@ subtle = "2"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.8.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-cell = { path = "../tor-cell", version = "0.35.0" }
-tor-cert = { path = "../tor-cert", version = "0.35.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["serde"] }
-tor-units = { version = "0.35.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0" }
+tor-cert = { path = "../tor-cert", version = "0.36.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-protover = { path = "../tor-protover", version = "0.36.0", features = ["serde"] }
+tor-units = { version = "0.36.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -138,7 +138,7 @@ hex-literal = "1.0"
itertools = "0.14.0"
serde_json = "1.0.50"
testresult = "0.4.1"
-tor-basic-utils = { version = "0.35.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.36.0", path = "../tor-basic-utils" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index d5e7faa5d..fd197745f 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -35,20 +35,20 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
filetime = { version = "0.2", default-features = false }
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["walkdir"] }
-fslock-guard = { path = "../fslock-guard", version = "0.4.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0", features = ["walkdir"] }
+fslock-guard = { path = "../fslock-guard", version = "0.5.0", optional = true }
futures = "0.3.14"
itertools = "0.14.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
paste = "1"
sanitize-filename = "0.6.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
@@ -58,7 +58,7 @@ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
humantime = "2"
itertools = "0.14.0"
tempfile = "3"
-test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.6.0", path = "../test-temp-dir" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index a2616e472..641f65dea 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -85,7 +85,7 @@ amplify = { version = "4", default-features = false, features = ["derive"] }
asynchronous-codec = "0.7.0"
bitvec = "1.0.1"
bytes = "1"
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
cfg-if = "1.0.0"
cipher = { version = "0.4.1", features = ["zeroize"] }
coarsetime = "0.1.20"
@@ -103,14 +103,14 @@ hmac = "0.12.0"
itertools = "0.14.0"
maybenot = { version = "2.2.1", optional = true }
nonany = "0.3"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
polyval = { version = "0.6", optional = true }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
rand_core = "0.9.3"
-safelog = { path = "../safelog", version = "0.6.0" }
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
smallvec = { version = "1.10", features = ["const_generics"] }
static_assertions = "1"
subtle = "2"
@@ -118,24 +118,24 @@ sync_wrapper = "1.0.2"
thiserror = "2"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.35.0" }
-tor-cell = { path = "../tor-cell", version = "0.35.0" }
-tor-cert = { path = "../tor-cert", version = "0.35.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-config = { path = "../tor-config", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", features = ["memquota-memcost"], optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" }
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false }
-tor-protover = { version = "0.35.0", path = "../tor-protover" }
-tor-relay-crypto = { version = "0.35.0", path = "../tor-relay-crypto" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" }
-tor-units = { path = "../tor-units", version = "0.35.0", features = ["memquota-memcost"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0" }
+tor-cell = { path = "../tor-cell", version = "0.36.0" }
+tor-cert = { path = "../tor-cert", version = "0.36.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", features = ["memquota-memcost"], optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0", features = ["memquota-memcost"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.36.0" }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false }
+tor-protover = { version = "0.36.0", path = "../tor-protover" }
+tor-relay-crypto = { version = "0.36.0", path = "../tor-relay-crypto" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.36.0" }
+tor-units = { path = "../tor-units", version = "0.36.0", features = ["memquota-memcost"] }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0" }
@@ -154,7 +154,7 @@ itertools = "0.14.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.18.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[[bench]]
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 969acfcde..34d359f6a 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -12,11 +12,11 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
paste = "1"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.35.0", optional = true }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0", optional = true }
[features]
default = []
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 8d0a59a31..c2d8c3867 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -39,28 +39,28 @@ __is_experimental = []
async-trait = "0.1.54"
cfg-if = "1.0.0"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.12.0", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.13.0", path = "../fs-mistrust" }
futures = "0.3.14"
itertools = "0.14.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-chanmgr = { version = "0.35.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.35.0", path = "../tor-config" }
-tor-config-path = { version = "0.35.0", path = "../tor-config-path" }
-tor-error = { version = "0.35.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.35.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.36.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-chanmgr = { version = "0.36.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.36.0", path = "../tor-config" }
+tor-config-path = { version = "0.36.0", path = "../tor-config-path" }
+tor-error = { version = "0.36.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.36.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.36.0", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
anyhow = "1.0.23"
tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.20"
[[example]]
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index 8fc925ba5..3a968adbb 100644
--- a/crates/tor-relay-crypto/Cargo.toml
+++ b/crates/tor-relay-crypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-crypto"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -27,13 +27,13 @@ full = [
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
humantime = "2"
-tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.35.0" }
-tor-error = { path = "../tor-error", version = "0.35.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.35.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" }
-tor-persist = { path = "../tor-persist", version = "0.35.0" }
+tor-cert = { path = "../tor-cert", version = "0.36.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.36.0" }
+tor-error = { path = "../tor-error", version = "0.36.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.36.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.36.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
+tor-persist = { path = "../tor-persist", version = "0.36.0" }
[dev-dependencies]
-tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["testing"] }
+tor-keymgr = { version = "0.36.0", path = "../tor-keymgr", features = ["testing"] }
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 86778f04b..1223d35f9 100644
--- a/crates/tor-relay-selection/Cargo.toml
+++ b/crates/tor-relay-selection/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-selection"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -31,16 +31,16 @@ __is_experimental = []
[dependencies]
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
[dev-dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35" }
-tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36" }
+tor-netdir = { path = "../tor-netdir", version = "0.36.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.36.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml
index c734ebee0..3e4d64365 100644
--- a/crates/tor-rpc-connect/Cargo.toml
+++ b/crates/tor-rpc-connect/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpc-connect"
-version = "0.35.0"
+version = "0.36.0"
edition = "2024"
rust-version = "1.86"
authors = ["The Tor Project, Inc."]
@@ -35,20 +35,20 @@ base16ct = { version = "0.3", features = ["alloc"] }
cfg-if = "1.0.0"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "2.0.1", features = ["full"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" }
-fslock-guard = { path = "../fslock-guard", version = "0.4.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.13.0" }
+fslock-guard = { path = "../fslock-guard", version = "0.5.0", optional = true }
rand = { version = "0.9.1" }
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
subtle = "2.6"
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] }
toml = "0.9.5"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.35.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.36.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", optional = true }
tracing = "0.1.36"
zeroize = "1"
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 46ed7fd43..d865d14ef 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.35.0"
+version = "0.36.0"
edition = "2024"
rust-version = "1.86"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -22,8 +22,8 @@ inventory = "0.3.5"
paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" }
-tor-error = { path = "../tor-error/", version = "0.35.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
+tor-error = { path = "../tor-error/", version = "0.36.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index d99956b3a..51191e0e9 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -87,8 +87,8 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features =
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-error = { version = "0.35.0", path = "../tor-error" }
-tor-general-addr = { version = "0.35.0", path = "../tor-general-addr" }
+tor-error = { version = "0.36.0", path = "../tor-error" }
+tor-general-addr = { version = "0.36.0", path = "../tor-general-addr" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index d3d943258..b5859927e 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -21,15 +21,15 @@ educe = "0.4.22"
futures = "0.3.14"
humantime = "2"
itertools = "0.14.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.5.0" }
pin-project = "1"
priority-queue = "2.0.3"
-slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.5.0" }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-error = { version = "0.35.0", path = "../tor-error", features = ["tracing"] }
-tor-general-addr = { version = "0.35.0", path = "../tor-general-addr" }
-tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.36.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.36.0", path = "../tor-general-addr" }
+tor-rtcompat = { version = "0.36.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -37,9 +37,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.9.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.36.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
[features]
full = [
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index be34de569..73d70729a 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.35.0"
+version = "0.36.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -29,14 +29,14 @@ full = [
[dependencies]
amplify = { version = "4", default-features = false, features = ["derive"] }
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
-caret = { path = "../caret", version = "0.7.0" }
+caret = { path = "../caret", version = "0.8.0" }
derive-deftly = { version = "~1.3.0", features = ["full", "beta"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.6.0" }
+safelog = { path = "../safelog", version = "0.7.0" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.35.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.36.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.36.0", default-features = false }
[dev-dependencies]
anyhow = "1.0.75"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index e20c08bb2..bbda8e39a 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.35.0"
+version = "0.36.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -17,7 +17,7 @@ derive-deftly = { version = "1.3.0", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.36.0", path = "../tor-memquota", default-features = false, optional = true }
[dev-dependencies]
float-cmp = "0.10.0"