summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock114
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml62
-rw-r--r--crates/arti-relay/Cargo.toml52
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml12
-rw-r--r--crates/arti-rpcserver/Cargo.toml24
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti-ureq/Cargo.toml10
-rw-r--r--crates/arti/Cargo.toml56
-rw-r--r--crates/equix/Cargo.toml2
-rw-r--r--crates/equix/bench/Cargo.lock4
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/futures-copy/Cargo.toml8
-rw-r--r--crates/hashx/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock2
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml8
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml8
-rw-r--r--crates/tor-cell/Cargo.toml22
-rw-r--r--crates/tor-cert-x509/Cargo.toml8
-rw-r--r--crates/tor-cert/Cargo.toml14
-rw-r--r--crates/tor-chanmgr/Cargo.toml42
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml56
-rw-r--r--crates/tor-config-path/Cargo.toml8
-rw-r--r--crates/tor-config/Cargo.toml12
-rw-r--r--crates/tor-consdiff/Cargo.toml10
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dircommon/Cargo.toml14
-rw-r--r--crates/tor-dirmgr/Cargo.toml46
-rw-r--r--crates/tor-dirserver/Cargo.toml18
-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.toml46
-rw-r--r--crates/tor-hsclient/Cargo.toml66
-rw-r--r--crates/tor-hscrypto/Cargo.toml20
-rw-r--r--crates/tor-hsrproxy/Cargo.toml20
-rw-r--r--crates/tor-hsservice/Cargo.toml64
-rw-r--r--crates/tor-key-forge/Cargo.toml16
-rw-r--r--crates/tor-keymgr/Cargo.toml32
-rw-r--r--crates/tor-linkspec/Cargo.toml16
-rw-r--r--crates/tor-llcrypto/Cargo.toml10
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota-cost/Cargo.toml4
-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.toml8
-rw-r--r--crates/tor-proto/Cargo.toml42
-rw-r--r--crates/tor-protover/Cargo.toml6
-rw-r--r--crates/tor-ptmgr/Cargo.toml24
-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.toml12
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml10
-rw-r--r--crates/tor-rtmock/Cargo.toml14
-rw-r--r--crates/tor-socksproto/Cargo.toml8
-rw-r--r--crates/tor-units/Cargo.toml4
-rw-r--r--examples/axum/axum-hello-world/Cargo.toml8
-rw-r--r--examples/download-manager/Cargo.toml4
-rw-r--r--examples/gsoc2023/connection-checker/Cargo.toml8
-rw-r--r--examples/gsoc2023/dns-resolver/Cargo.toml2
-rw-r--r--examples/gsoc2023/obfs4-checker/Cargo.toml12
-rw-r--r--examples/gsoc2023/pt-proxy/Cargo.toml10
-rw-r--r--examples/hyper-examples/Cargo.toml8
-rw-r--r--examples/ureq-examples/Cargo.toml2
-rw-r--r--maint/keygen-client-auth-test/Cargo.toml6
-rw-r--r--maint/keygen-openssh-test/Cargo.toml6
72 files changed, 643 insertions, 643 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8317d42b9..f8370376f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -196,7 +196,7 @@ dependencies = [
[[package]]
name = "arti"
-version = "2.1.0"
+version = "2.2.0"
dependencies = [
"amplify",
"anyhow",
@@ -304,7 +304,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"async-trait",
@@ -373,7 +373,7 @@ version = "0.17.0"
[[package]]
name = "arti-relay"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"clap",
@@ -420,7 +420,7 @@ dependencies = [
[[package]]
name = "arti-rpc-client-core"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"assert_matches",
"caret",
@@ -448,7 +448,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"arti-client",
"async-trait",
@@ -508,7 +508,7 @@ dependencies = [
[[package]]
name = "arti-ureq"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"arti-client",
"async-std",
@@ -2233,7 +2233,7 @@ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "equix"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"arrayvec",
"hashx",
@@ -2473,7 +2473,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.14.0"
+version = "0.14.1"
dependencies = [
"assert_matches",
"derive_builder_fork_arti",
@@ -2572,7 +2572,7 @@ dependencies = [
[[package]]
name = "futures-copy"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"futures",
"libc",
@@ -2848,7 +2848,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"arrayvec",
"blake2",
@@ -5074,7 +5074,7 @@ dependencies = [
[[package]]
name = "retry-error"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"anyhow",
"derive_more",
@@ -5320,7 +5320,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.8.0"
+version = "0.8.1"
dependencies = [
"derive_more",
"educe",
@@ -6576,7 +6576,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"educe",
@@ -6595,7 +6595,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive_more",
"educe",
@@ -6618,7 +6618,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"bytes",
"derive-deftly",
@@ -6635,7 +6635,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"bitflags 2.11.0",
@@ -6666,7 +6666,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"base64ct",
"caret",
@@ -6689,7 +6689,7 @@ dependencies = [
[[package]]
name = "tor-cert-x509"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"digest",
"ecdsa",
@@ -6707,7 +6707,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"async-trait",
"base64ct",
@@ -6753,7 +6753,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"humantime",
"signature",
@@ -6764,7 +6764,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"async-trait",
@@ -6818,7 +6818,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"assert_matches",
@@ -6855,7 +6855,7 @@ dependencies = [
[[package]]
name = "tor-config-path"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"assert_matches",
"derive_builder_fork_arti",
@@ -6874,7 +6874,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive_more",
"digest",
@@ -6891,7 +6891,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"async-compression",
"base64ct",
@@ -6920,7 +6920,7 @@ dependencies = [
[[package]]
name = "tor-dircommon"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"base64ct",
"derive-deftly",
@@ -6940,7 +6940,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"async-trait",
@@ -7004,7 +7004,7 @@ dependencies = [
[[package]]
name = "tor-dirserver"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"bytes",
"digest",
@@ -7045,7 +7045,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"derive_more",
@@ -7076,7 +7076,7 @@ dependencies = [
[[package]]
name = "tor-general-addr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -7087,7 +7087,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive_more",
"rangemap",
@@ -7096,7 +7096,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"base64ct",
@@ -7145,7 +7145,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"async-trait",
"derive-deftly",
@@ -7194,7 +7194,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"arrayvec",
"blake2",
@@ -7229,7 +7229,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"futures",
@@ -7259,7 +7259,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"arrayvec",
@@ -7331,7 +7331,7 @@ dependencies = [
[[package]]
name = "tor-key-forge"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"derive_more",
@@ -7352,7 +7352,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"arrayvec",
@@ -7397,7 +7397,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"base64ct",
"by_address",
@@ -7424,7 +7424,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"aes",
"base64ct",
@@ -7470,7 +7470,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"futures",
"humantime",
@@ -7484,7 +7484,7 @@ dependencies = [
[[package]]
name = "tor-memquota"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"cfg-if",
"derive-deftly",
@@ -7519,7 +7519,7 @@ dependencies = [
[[package]]
name = "tor-memquota-cost"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"itertools 0.14.0",
@@ -7531,7 +7531,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"async-trait",
"bitflags 2.11.0",
@@ -7567,7 +7567,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"anyhow",
@@ -7619,7 +7619,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"anyhow",
@@ -7652,7 +7652,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"aes",
"amplify",
@@ -7730,7 +7730,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"caret",
"paste",
@@ -7742,7 +7742,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"anyhow",
"async-trait",
@@ -7774,7 +7774,7 @@ dependencies = [
[[package]]
name = "tor-relay-crypto"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"derive_more",
@@ -7791,7 +7791,7 @@ dependencies = [
[[package]]
name = "tor-relay-selection"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"rand 0.9.2",
"serde",
@@ -7804,7 +7804,7 @@ dependencies = [
[[package]]
name = "tor-rpc-connect"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"assert_matches",
"base16ct 1.0.0",
@@ -7834,7 +7834,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"assert-impl",
"derive-deftly",
@@ -7857,7 +7857,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -7900,7 +7900,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"assert_matches",
@@ -7931,7 +7931,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"amplify",
"anyhow",
@@ -7949,7 +7949,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.40.0"
+version = "0.41.0"
dependencies = [
"derive-deftly",
"derive_more",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index a2f088a50..09666ba40 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,8 +17,8 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "2.1.0", features = ["experimental-api"] }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.40.0" }
+arti = { path = "../arti", version = "2.2.0", features = ["experimental-api"] }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.41.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.14.0" }
@@ -28,8 +28,8 @@ 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.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index a169403a7..9eabe28e9 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -183,36 +183,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.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.47", features = ["parsing", "macros"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.40.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0", features = ["arti-client"] }
-tor-dircommon = { path = "../tor-dircommon", version = "0.40.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.40.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.40.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.40.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.40.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.40.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-memquota = { path = "../tor-memquota", version = "0.40.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.40.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.40.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.41.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0", features = ["arti-client"] }
+tor-dircommon = { path = "../tor-dircommon", version = "0.41.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.41.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.41.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.41.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.41.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.41.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-memquota = { path = "../tor-memquota", version = "0.41.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.41.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.41.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -220,7 +220,7 @@ web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
# TODO wasm: Remove this once there is a supported wasm StateMgr.
[target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dependencies]
-tor-persist = { path = "../tor-persist", version = "0.40.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0", features = ["testing"] }
[dev-dependencies]
anyhow = "1.0.23"
@@ -236,8 +236,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "1.0.3"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.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 172bb32cb..4f6193e75 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.89"
@@ -50,40 +50,40 @@ futures = "0.3.14"
libc = "0.2"
rand = "0.9.1"
rustls = { version = "0.23.5", default-features = false, features = ["logging", "ring"] }
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
tokio = { version = "1.7", features = ["signal"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cert = { path = "../tor-cert", version = "0.40.0", features = ["encode"] }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.40.0", features = ["relay"] }
-tor-circmgr = { version = "0.40.0", path = "../tor-circmgr" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0" }
-tor-dircommon = { version = "0.40.0", path = "../tor-dircommon" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.40.0" }
-tor-guardmgr = { version = "0.40.0", path = "../tor-guardmgr" }
-tor-key-forge = { version = "0.40.0", path = "../tor-key-forge" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0", features = ["keymgr", "experimental-api"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0", features = ["state-dir"] }
-tor-proto = { path = "../tor-proto", version = "0.40.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["rustls", "tokio", "tls-server"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0", features = ["encode"] }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.41.0", features = ["relay"] }
+tor-circmgr = { version = "0.41.0", path = "../tor-circmgr" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0" }
+tor-dircommon = { version = "0.41.0", path = "../tor-dircommon" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.41.0" }
+tor-guardmgr = { version = "0.41.0", path = "../tor-guardmgr" }
+tor-key-forge = { version = "0.41.0", path = "../tor-key-forge" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0", features = ["keymgr", "experimental-api"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0", features = ["state-dir"] }
+tor-proto = { path = "../tor-proto", version = "0.41.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["rustls", "tokio", "tls-server"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
void = "1"
[dev-dependencies]
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0", features = ["ephemeral-keystore"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0", features = ["ephemeral-keystore"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index dfbf356f2..250766d38 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -30,10 +30,10 @@ rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
-tor-config-path = { version = "0.40.0", path = "../tor-config-path", features = ["arti-client"] }
-tor-error = { version = "0.40.0", path = "../tor-error", default-features = false }
-tor-rpc-connect = { version = "0.40.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
-tor-socksproto = { path = "../tor-socksproto", version = "0.40.0", default-features = false, features = [
+tor-config-path = { version = "0.41.0", path = "../tor-config-path", features = ["arti-client"] }
+tor-error = { version = "0.41.0", path = "../tor-error", default-features = false }
+tor-rpc-connect = { version = "0.41.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
+tor-socksproto = { path = "../tor-socksproto", version = "0.41.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -42,7 +42,7 @@ void = "1"
assert_matches = "1.5.0"
rand = "0.9.1"
rand_chacha = "0.9"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
[features]
full = [
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index f754fbd68..fcd36d9f2 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.40.0"
+version = "0.41.0"
edition = "2024"
rust-version = "1.89"
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.40.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.41.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -51,14 +51,14 @@ serde_json = "1.0.50"
slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0", features = ["stream-ctrl"] }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.40.0" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0", features = ["stream-ctrl"] }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.41.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -66,8 +66,8 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 7b93b27d7..77b4a01cd 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 = "2.1.0", features = ["experimental-api"] }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.40.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "2.2.0", features = ["experimental-api"] }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.41.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.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.40.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.40.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.41.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.41.0", features = [
"experimental-api",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.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 86ea6be2b..f3e162d71 100644
--- a/crates/arti-ureq/Cargo.toml
+++ b/crates/arti-ureq/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-ureq"
-version = "0.40.0"
+version = "0.41.0"
edition = "2024"
rust-version = "1.89"
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.40.0" }
+arti-client = { path = "../arti-client", version = "0.41.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.40.0" }
-tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.40.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.41.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 use a tilde here, so that
# we will only get patchlevel updates.
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 70a197f68..51b812f84 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "2.1.0"
+version = "2.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -157,10 +157,10 @@ __is_experimental = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.40.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.41.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.40.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.41.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 }
@@ -195,7 +195,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul
"logging",
"ring",
] }
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
secmem-proc = { version = "0.3.4", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
@@ -204,25 +204,25 @@ time = "0.3.47"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "1.0.3"
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0", optional = true }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", default-features = false, features = ["tracing"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.40.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.40.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.40.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.40.0", optional = true }
-tor-key-forge = { path = "../tor-key-forge", version = "0.40.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.40.0", optional = true, features = ["rpc-server"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.40.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.40.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0", optional = true }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", default-features = false, features = ["tracing"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.41.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.41.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.41.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.41.0", optional = true }
+tor-key-forge = { path = "../tor-key-forge", version = "0.41.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.41.0", optional = true, features = ["rpc-server"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.41.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.41.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -239,7 +239,7 @@ rlimit = "0.11.0"
[dev-dependencies]
amplify = { version = "4", default-features = false, features = ["derive"] }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.40.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.41.0", default-features = false, features = [
"testing",
] }
assert_cmd = "2.1.1"
@@ -250,9 +250,9 @@ regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.40.0", features = ["testing"] }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.41.0", features = ["testing"] }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
trycmd = "1.0.0"
walkdir = "2"
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index c5dff1ef4..fa8796229 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.6.0"
+version = "0.6.1"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index 2318e6eb2..8938e6a8d 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -310,7 +310,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "equix"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"arrayvec",
"hashx",
@@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"arrayvec",
"blake2",
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 9bdd9804d..11d91ca2c 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.14.0"
+version = "0.14.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
license = "MIT OR Apache-2.0"
diff --git a/crates/futures-copy/Cargo.toml b/crates/futures-copy/Cargo.toml
index c00aa6637..e554993ea 100644
--- a/crates/futures-copy/Cargo.toml
+++ b/crates/futures-copy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "futures-copy"
-version = "0.3.0"
+version = "0.3.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -21,9 +21,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.40.0" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml
index d90dd836b..c29d44c93 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashx"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 6d912ccbd..0818d39e1 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"arrayvec",
"blake2",
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index 5e439a25f..4899e2ecd 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 7a28c76dc..38ce4ef9b 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.8.0"
+version = "0.8.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index d23ccee7d..4b822888f 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -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.40.0" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[features]
full = ["oneshot-fused-workaround/full"]
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index ae5590d5e..28361df89 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index c3b34cac7..9221dc0e8 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -16,10 +16,10 @@ bytes = "1"
derive-deftly = { version = "~1.6.0", features = ["full", "beta"] }
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.40.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.41.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.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 922a5fe11..f460e4086 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -60,16 +60,16 @@ paste = "1.0.3"
rand = "0.9.1"
smallvec = "1.10"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-cert = { path = "../tor-cert", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true, features = ["memquota-memcost"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.40.0", features = ["tor-bytes"] }
-tor-units = { path = "../tor-units", version = "0.40.0", features = ["memquota-memcost"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true, features = ["memquota-memcost"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.41.0", features = ["tor-bytes"] }
+tor-units = { path = "../tor-units", version = "0.41.0", features = ["memquota-memcost"] }
void = "1"
[dev-dependencies]
diff --git a/crates/tor-cert-x509/Cargo.toml b/crates/tor-cert-x509/Cargo.toml
index 97c680c99..69dfe0411 100644
--- a/crates/tor-cert-x509/Cargo.toml
+++ b/crates/tor-cert-x509/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert-x509"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -28,10 +28,10 @@ pem = { version = "3" }
rand = { version = "0.9.1" }
rsa = { version = "0.9.2", features = ["sha2"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["rng-compat"] }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["rng-compat"] }
x509-cert = { version = "0.2.5", features = ["builder", "hazmat"] }
[dev-dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index c54e969e4..d0c5aac7c 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -45,11 +45,11 @@ derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
ecdsa = { version = "0.16.9", features = ["der", "pkcs8", "signing", "verifying"], optional = true }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-cert-x509 = { path = "../tor-cert-x509", version = "0.40.0", optional = true }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-cert-x509 = { path = "../tor-cert-x509", version = "0.41.0", optional = true }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
@@ -57,4 +57,4 @@ base64ct = "1.5.1"
hex-literal = "1.0"
humantime = "2"
rand = "0.9.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index b1c0d3431..3747006dc 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -57,26 +57,26 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.
percent-encoding = "2.3.1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0", features = ["keymgr"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.40.0", default-features = false, features = [
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0", features = ["keymgr"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.41.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-units = { path = "../tor-units", version = "0.41.0" }
tracing = "0.1.36"
url = "2.5.8"
void = "1"
@@ -87,10 +87,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.40.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.40.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.41.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 2200b0cc0..c23fee9bb 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "2"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index efe3b29bc..d17b42c7f 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -88,29 +88,29 @@ once_cell = "1"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
pin-project = "1"
rand = "0.9.1"
-retry-error = { path = "../retry-error", version = "0.11.0" }
-safelog = { path = "../safelog", version = "0.8.0" }
+retry-error = { path = "../retry-error", version = "0.12.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-dircommon = { path = "../tor-dircommon", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.40.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.40.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-dircommon = { path = "../tor-dircommon", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.41.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.41.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
+tor-units = { path = "../tor-units", version = "0.41.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -120,11 +120,11 @@ web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.40.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.40.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.41.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.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 d3a1b48ef..4c82bf028 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -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.40.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.40.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.41.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 = "1.0.3"
-tor-config = { path = "../tor-config", version = "0.40.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 5d4a9437e..1c5e83bb2 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -56,9 +56,9 @@ serde_ignored = "0.1.3"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
toml = "1.0.3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
void = "1"
@@ -67,8 +67,8 @@ assert_matches = "1.5.0"
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0", features = ["serde"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0", features = ["serde"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.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 e72b1003e..797544adb 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -26,14 +26,14 @@ hex = "0.4"
imara-diff = "0.2.0"
static_assertions = "1.1.0"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
# TODO: Ideally, we would be able to compile without ns-vote.
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["ns-vote", "parse2"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0", features = ["ns-vote", "parse2"] }
[dev-dependencies]
rand = "0.9"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index e836a4f4e..d3a4a15cf 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -56,20 +56,20 @@ httpdate = "1.0"
itertools = "0.14.0"
memchr = "2.5"
thiserror = "2"
-tor-circmgr = { path = "../tor-circmgr", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml
index 7dcf69a17..25b46135b 100644
--- a/crates/tor-dircommon/Cargo.toml
+++ b/crates/tor-dircommon/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dircommon"
-version = "0.40.0"
+version = "0.41.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.40.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
tracing = "0.1.41"
[dev-dependencies]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 711289ead..063bfbe61 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -87,7 +87,7 @@ rand = "0.9.1"
# choose from for projects that directly or indirectly require different `libsqlite3-sys` versions.
# When updating the minimum, consult the Arti Team before merging.
rusqlite = { version = ">=0.36.0, <0.39.0", features = ["time"] }
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
scopeguard = "1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
@@ -96,24 +96,24 @@ static_assertions = "1"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.47", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.40.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.40.0", default-features = false }
-tor-dircommon = { path = "../tor-dircommon", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.40.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0", features = ["serde"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.41.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.41.0", default-features = false }
+tor-dircommon = { path = "../tor-dircommon", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.41.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0", features = ["serde"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
void = "1"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
@@ -127,7 +127,7 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "1.0"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml
index e80c83302..dd0772074 100644
--- a/crates/tor-dirserver/Cargo.toml
+++ b/crates/tor-dirserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirserver"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"]
edition = "2021"
rust-version = "1.89"
@@ -40,7 +40,7 @@ r2d2 = "0.8.10"
# NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`.
r2d2_sqlite = ">=0.29.0, <0.33.0"
rand = "0.9.2"
-retry-error = { version = "0.11.0", path = "../retry-error" }
+retry-error = { version = "0.12.0", path = "../retry-error" }
# NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`.
rusqlite = ">=0.36.0, <0.39.0"
saturating-time = "0.3.0"
@@ -48,13 +48,13 @@ strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2.0.16"
tokio = { version = "1.47.1", features = ["full", "test-util"] }
tokio-util = { version = "0.7.16", features = ["compat"] }
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
-tor-dirclient = { version = "0.40.0", path = "../tor-dirclient" }
-tor-dircommon = { version = "0.40.0", path = "../tor-dircommon" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto" }
-tor-netdoc = { version = "0.40.0", path = "../tor-netdoc", features = ["full", "experimental"] }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] }
+tor-basic-utils = { version = "0.41.0", path = "../tor-basic-utils" }
+tor-dirclient = { version = "0.41.0", path = "../tor-dirclient" }
+tor-dircommon = { version = "0.41.0", path = "../tor-dircommon" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto" }
+tor-netdoc = { version = "0.41.0", path = "../tor-netdoc", features = ["full", "experimental"] }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] }
tracing = "0.1.41"
weak-table = "0.3.2"
zstd = "0.13.3"
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 9e9153b4a..32a40efc2 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.40.0"
+version = "0.41.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -39,7 +39,7 @@ derive_more = { version = "2.0.1", features = ["full"] }
futures = { version = "0.3", optional = true }
http = { version = "1.3.1", optional = true }
paste = "1.0.3"
-retry-error = { path = "../retry-error", version = "0.11.0" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.12.0" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml
index d590d0a77..26834e403 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 276228420..bb645bdb0 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2024"
rust-version = "1.89"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 54a8c9803..c23c94823 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -76,26 +76,26 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-dircommon = { path = "../tor-dircommon", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
-tor-proto = { path = "../tor-proto", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0", optional = true }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-dircommon = { path = "../tor-dircommon", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
+tor-proto = { path = "../tor-proto", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.41.0" }
tracing = "0.1.36"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
@@ -105,11 +105,11 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.14.0" }
serde_json = "1.0.50"
tempfile = "3"
toml = "1.0.3"
-tor-netdir = { path = "../tor-netdir", version = "0.40.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 2bb7d4fbc..aa1c4d257 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -65,47 +65,47 @@ itertools = "0.14.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.9.1"
-retry-error = { path = "../retry-error", version = "0.11.0" }
-safelog = { path = "../safelog", version = "0.8.0" }
+retry-error = { path = "../retry-error", version = "0.12.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-circmgr = { version = "0.40.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.40.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.40.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.40.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.40.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto" }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { version = "0.40.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
-tor-proto = { version = "0.40.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-protover = { version = "0.40.0", path = "../tor-protover" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-circmgr = { version = "0.41.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.41.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.41.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.41.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.41.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto" }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { version = "0.41.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
+tor-proto = { version = "0.41.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-protover = { version = "0.41.0", path = "../tor-protover" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
[dev-dependencies]
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.40.0" }
-tor-circmgr = { version = "0.40.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.40.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.40.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.41.0" }
+tor-circmgr = { version = "0.41.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.41.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 5f4ee9860..c33d8e68b 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -55,25 +55,25 @@ humantime = "2"
itertools = "0.14.0"
paste = "1.0.3"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
subtle = "2"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { version = "0.40.0", path = "../tor-bytes" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-key-forge = { version = "0.40.0", path = "../tor-key-forge" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false, optional = true }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { version = "0.41.0", path = "../tor-bytes" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-key-forge = { version = "0.41.0", path = "../tor-key-forge" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-units = { path = "../tor-units", version = "0.41.0" }
void = "1"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex-literal = "1.0"
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.41.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 57884134c..4feff8176 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -47,19 +47,19 @@ itertools = "0.14.0"
metrics = { version = "0.24.1", optional = true }
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
rangemap = "1.3"
-safelog = { version = "0.8.0", path = "../safelog" }
+safelog = { version = "0.8.1", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.40.0", path = "../tor-cell" }
-tor-config = { version = "0.40.0", path = "../tor-config" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.40.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-proto = { version = "0.40.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.41.0", path = "../tor-cell" }
+tor-config = { version = "0.41.0", path = "../tor-config" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.41.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-proto = { version = "0.41.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 40647f114..249c67b97 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -107,38 +107,38 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "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.11.0", path = "../retry-error" }
-safelog = { path = "../safelog", version = "0.8.0" }
+retry-error = { version = "0.12.0", path = "../retry-error" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { version = "0.40.0", path = "../tor-bytes" }
-tor-cell = { version = "0.40.0", path = "../tor-cell", features = ["hs"] }
-tor-checkable = { version = "0.40.0", path = "../tor-checkable", optional = true }
-tor-circmgr = { version = "0.40.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] }
-tor-config = { version = "0.40.0", path = "../tor-config" }
-tor-config-path = { version = "0.40.0", path = "../tor-config-path" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.40.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.40.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.40.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.40.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-netdir = { version = "0.40.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.40.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.40.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.40.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { version = "0.41.0", path = "../tor-bytes" }
+tor-cell = { version = "0.41.0", path = "../tor-cell", features = ["hs"] }
+tor-checkable = { version = "0.41.0", path = "../tor-checkable", optional = true }
+tor-circmgr = { version = "0.41.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] }
+tor-config = { version = "0.41.0", path = "../tor-config" }
+tor-config-path = { version = "0.41.0", path = "../tor-config-path" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.41.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.41.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.41.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.41.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-netdir = { version = "0.41.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.41.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.41.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.41.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.40.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.40.0" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.41.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.41.0" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
@@ -150,13 +150,13 @@ serde_json = "1.0.104"
slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
tempfile = "3"
test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" }
-tor-config = { version = "0.40.0", path = "../tor-config", features = ["testing"] }
-tor-key-forge = { version = "0.40.0", path = "../tor-key-forge" }
-tor-keymgr = { version = "0.40.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.40.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["testing"] }
-tor-persist = { version = "0.40.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-config = { version = "0.41.0", path = "../tor-config", features = ["testing"] }
+tor-key-forge = { version = "0.41.0", path = "../tor-key-forge" }
+tor-keymgr = { version = "0.41.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.41.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0", features = ["testing"] }
+tor-persist = { version = "0.41.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.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 04b6f5147..147ab00ae 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.89"
@@ -34,16 +34,16 @@ rsa = "0.9.0"
signature = "2"
ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std", "rsa"] }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.40.0", default-features = false }
-tor-cert = { path = "../tor-cert", version = "0.40.0", features = ["encode", "experimental-api"] }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-error = { version = "0.40.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0", default-features = false }
+tor-cert = { path = "../tor-cert", version = "0.41.0", features = ["encode", "experimental-api"] }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto" }
[dev-dependencies]
signature = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-llcrypto = { version = "0.41.0", path = "../tor-llcrypto", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index aa707cc99..0c8e25877 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -67,20 +67,20 @@ humantime = "2"
inventory = "0.3.13"
itertools = "0.14.0"
rand = "0.9.1"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0", default-features = false }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0" }
walkdir = { version = "2" }
@@ -91,11 +91,11 @@ zeroize = "1"
paste = "1.0.3"
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-cert = { path = "../tor-cert", version = "0.40.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0", features = ["testing"] }
-tor-llcrypto = { version = "0.40.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0", features = ["testing"] }
+tor-llcrypto = { version = "0.41.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 03223e770..da00e4226 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -39,17 +39,17 @@ 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.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.41.0" }
[dev-dependencies]
hex-literal = "1.0"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index f22ba4fed..065bdd703 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -64,7 +64,7 @@ rand = "0.9.1"
rand_core = "0.9.3"
rand_core_06 = { package = "rand_core", version = "0.6", default-features = false }
rsa = "0.9.0"
-safelog = { version = "0.8.0", path = "../safelog" }
+safelog = { version = "0.8.1", 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.40.0", path = "../tor-error" }
-tor-memquota-cost = { version = "0.40.0", path = "../tor-memquota-cost", default-features = false, optional = true }
+tor-error = { version = "0.41.0", path = "../tor-error" }
+tor-memquota-cost = { version = "0.41.0", path = "../tor-memquota-cost", 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.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.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 e0e0fd645..e192d0850 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.89"
@@ -21,8 +21,8 @@ full = ["tor-error/full", "tor-rtcompat/full", "web-time-compat/full"]
futures = "0.3.14"
humantime = "2"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
tracing = "0.1.36"
weak-table = "0.3.0"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
diff --git a/crates/tor-memquota-cost/Cargo.toml b/crates/tor-memquota-cost/Cargo.toml
index a0f1d5c64..5f2d87da7 100644
--- a/crates/tor-memquota-cost/Cargo.toml
+++ b/crates/tor-memquota-cost/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota-cost"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -23,7 +23,7 @@ paste = "1.0.3"
void = "1"
[dev-dependencies]
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde_json = "1.0.50"
[package.metadata.docs.rs]
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index a1a5bb39c..c2af842b2 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -26,24 +26,24 @@ slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
static_assertions = "1"
sysinfo = { version = "0.38.3", default-features = false, features = ["system"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0", features = ["serde"] }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.40.0" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.41.0" }
+tor-rtcompat = { version = "0.41.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.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde_json = "1.0.50"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 349d6df40..4975425ab 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -71,15 +71,15 @@ serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.47", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.40.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0" }
-tor-units = { path = "../tor-units", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.41.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0" }
+tor-units = { path = "../tor-units", version = "0.41.0" }
tracing = "0.1.36"
typed-index-collections = "3.2.3"
visibility = { version = "0.1.0", optional = true }
@@ -89,4 +89,4 @@ web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
float_eq = "1.0.0"
hex = "0.4"
hex-literal = "1.0"
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0", features = ["build_docs"] }
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 0ee29c08c..e6c1c6e24 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -124,17 +124,17 @@ subtle = "2"
thiserror = "2"
time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.8.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0" }
-tor-cert = { path = "../tor-cert", version = "0.40.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-protover = { path = "../tor-protover", version = "0.40.0", features = ["serde"] }
-tor-units = { version = "0.40.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-protover = { path = "../tor-protover", version = "0.41.0", features = ["serde"] }
+tor-units = { version = "0.41.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -147,7 +147,7 @@ hex-literal = "1.0"
itertools = "0.14.0"
serde_json = "1.0.50"
testresult = "0.4.1"
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.41.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 be40586f1..bbce93dbb 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -47,9 +47,9 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "2"
time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 4b24afce4..22ef5285a 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -113,7 +113,7 @@ polyval = { version = "0.7", 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.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
smallvec = { version = "1.10", features = ["const_generics"] }
static_assertions = "1"
@@ -122,24 +122,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.40.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0" }
-tor-cell = { path = "../tor-cell", version = "0.40.0", features = ["relay"] }
-tor-cert = { path = "../tor-cert", version = "0.40.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-config = { path = "../tor-config", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.40.0", features = ["memquota-memcost"], optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0", features = ["memquota-memcost"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.40.0" }
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false }
-tor-protover = { version = "0.40.0", path = "../tor-protover" }
-tor-relay-crypto = { version = "0.40.0", path = "../tor-relay-crypto" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.40.0" }
-tor-units = { path = "../tor-units", version = "0.40.0", features = ["memquota-memcost"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0" }
+tor-cell = { path = "../tor-cell", version = "0.41.0", features = ["relay"] }
+tor-cert = { path = "../tor-cert", version = "0.41.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-config = { path = "../tor-config", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.41.0", features = ["memquota-memcost"], optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0", features = ["memquota-memcost"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.41.0" }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false }
+tor-protover = { version = "0.41.0", path = "../tor-protover" }
+tor-relay-crypto = { version = "0.41.0", path = "../tor-relay-crypto" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.41.0" }
+tor-units = { path = "../tor-units", version = "0.41.0", features = ["memquota-memcost"] }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0" }
@@ -160,7 +160,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.40.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.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 c767837f0..84be73fec 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -16,8 +16,8 @@ caret = { path = "../caret", version = "0.9.0" }
paste = "1.0.3"
serde_with = { version = "3.0.0", optional = true }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.40.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0", optional = true }
[features]
default = []
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 5e59fc9f8..0f92683e1 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -48,16 +48,16 @@ itertools = "0.14.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.40.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-chanmgr = { version = "0.40.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.40.0", path = "../tor-config" }
-tor-config-path = { version = "0.40.0", path = "../tor-config-path" }
-tor-error = { version = "0.40.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.40.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-proto = { version = "0.40.0", path = "../tor-proto" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.40.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.41.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-chanmgr = { version = "0.41.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.41.0", path = "../tor-config" }
+tor-config-path = { version = "0.41.0", path = "../tor-config-path" }
+tor-error = { version = "0.41.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.41.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-proto = { version = "0.41.0", path = "../tor-proto" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.41.0", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
@@ -65,7 +65,7 @@ web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
[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.40.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.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 e0b3c4660..c390ed23d 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.89"
@@ -28,17 +28,17 @@ full = [
derive-deftly = { version = "~1.6.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
humantime = "2"
-tor-cert = { path = "../tor-cert", version = "0.40.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.40.0" }
-tor-error = { path = "../tor-error", version = "0.40.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.40.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.40.0", features = ["experimental-api"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.40.0" }
-tor-persist = { path = "../tor-persist", version = "0.40.0" }
+tor-cert = { path = "../tor-cert", version = "0.41.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.41.0" }
+tor-error = { path = "../tor-error", version = "0.41.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.41.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.41.0", features = ["experimental-api"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.41.0" }
+tor-persist = { path = "../tor-persist", version = "0.41.0" }
web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
[dev-dependencies]
-tor-keymgr = { version = "0.40.0", path = "../tor-keymgr", features = ["testing"] }
+tor-keymgr = { version = "0.41.0", path = "../tor-keymgr", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 8de83e456..1963b0182 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.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -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.40.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.40.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.40.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.41.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.41.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.0" }
[dev-dependencies]
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40" }
-tor-netdir = { path = "../tor-netdir", version = "0.40.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.40.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41" }
+tor-netdir = { path = "../tor-netdir", version = "0.41.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.41.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 18a113151..2e14e4c6e 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.40.0"
+version = "0.41.0"
edition = "2024"
rust-version = "1.89"
authors = ["The Tor Project, Inc."]
@@ -38,7 +38,7 @@ derive_more = { version = "2.0.1", features = ["full"] }
fs-mistrust = { path = "../fs-mistrust", version = "0.14.0" }
fslock-guard = { path = "../fslock-guard", version = "0.6.0", optional = true }
rand = { version = "0.9.1" }
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
serde_with = "3.0.0"
@@ -46,10 +46,10 @@ subtle = "2.6"
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] }
toml = "1.0.3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.40.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.41.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", optional = true }
tracing = "0.1.36"
zeroize = "1"
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index b5dc76f77..9aecf7fcf 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.40.0"
+version = "0.41.0"
edition = "2024"
rust-version = "1.89"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -22,8 +22,8 @@ inventory = "0.3.5"
paste = "1.0.3"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.40.0" }
-tor-error = { path = "../tor-error/", version = "0.40.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.41.0" }
+tor-error = { path = "../tor-error/", version = "0.41.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 56eaa0b8d..18e9572df 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -103,9 +103,9 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features =
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-cert-x509 = { version = "0.40.0", path = "../tor-cert-x509", optional = true }
-tor-error = { version = "0.40.0", path = "../tor-error", features = ["tracing"] }
-tor-general-addr = { version = "0.40.0", path = "../tor-general-addr" }
+tor-cert-x509 = { version = "0.41.0", path = "../tor-cert-x509", optional = true }
+tor-error = { version = "0.41.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.41.0", path = "../tor-general-addr" }
tracing = "0.1.36"
void = "1"
web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
@@ -121,4 +121,4 @@ libc = "0.2"
assert_matches = "1.5.0"
# Used for testing our TLS implementation.
native-tls-crate = { package = "native-tls", version = "0.2" }
-tor-basic-utils = { version = "0.40.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.41.0", path = "../tor-basic-utils" }
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 08e1d8b6a..c84275f42 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -27,9 +27,9 @@ priority-queue = "2.0.3"
slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" }
strum = { version = "0.28.0", features = ["derive"] }
thiserror = "2"
-tor-error = { version = "0.40.0", path = "../tor-error", features = ["tracing"] }
-tor-general-addr = { version = "0.40.0", path = "../tor-general-addr" }
-tor-rtcompat = { version = "0.40.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.41.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.41.0", path = "../tor-general-addr" }
+tor-rtcompat = { version = "0.41.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -38,9 +38,9 @@ web-time-compat = { version = "0.1.0", path = "../web-time-compat" }
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.9.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.40.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.40.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.40.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.41.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.41.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.41.0", features = ["tokio", "native-tls"] }
[features]
full = [
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index a543be7db..a7d7e76c6 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.40.0"
+version = "0.41.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -32,11 +32,11 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.9.0" }
derive-deftly = { version = "~1.6.0", features = ["full", "beta"] }
educe = "0.4.22"
-safelog = { path = "../safelog", version = "0.8.0" }
+safelog = { path = "../safelog", version = "0.8.1" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.40.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.40.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.41.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.41.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 0bdd7e8d3..204475a35 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.40.0"
+version = "0.41.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2024"
rust-version = "1.89"
@@ -17,7 +17,7 @@ derive-deftly = { version = "~1.6.0", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-memquota = { version = "0.40.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.41.0", path = "../tor-memquota", default-features = false, optional = true }
[dev-dependencies]
float-cmp = "0.10.0"
diff --git a/examples/axum/axum-hello-world/Cargo.toml b/examples/axum/axum-hello-world/Cargo.toml
index 50b1dd2b6..8aeaaa475 100644
--- a/examples/axum/axum-hello-world/Cargo.toml
+++ b/examples/axum/axum-hello-world/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
-arti-client = { path = "../../../crates/arti-client", version = "0.40", features = [
+arti-client = { path = "../../../crates/arti-client", version = "0.41", features = [
"onion-service-service",
] }
axum = { version = "0.8.1", features = ["tracing"] }
@@ -19,9 +19,9 @@ hyper-util = { version = "0.1.1", features = ["tokio"] }
safelog = { path = "../../../crates/safelog", version = "0.8" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] }
tokio-util = "0.7.10"
-tor-cell = { path = "../../../crates/tor-cell", version = "0.40" }
-tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.40" }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.40" }
+tor-cell = { path = "../../../crates/tor-cell", version = "0.41" }
+tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.41" }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.41" }
tower = { version = "0.5.1", features = ["util", "tracing"] }
tracing-subscriber = "0.3.20"
diff --git a/examples/download-manager/Cargo.toml b/examples/download-manager/Cargo.toml
index 097669691..470dad4f2 100644
--- a/examples/download-manager/Cargo.toml
+++ b/examples/download-manager/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.95" }
-arti-client = { path = "../../crates/arti-client", version = "0.40" }
+arti-client = { path = "../../crates/arti-client", version = "0.41" }
clap = { version = "4.5.26", features = ["derive"] }
futures = { version = "0.3.31" }
hex = "0.4"
@@ -24,7 +24,7 @@ tokio = { version = "1.43.0", features = [
"fs",
] }
tokio-native-tls = "0.3.1"
-tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.40" }
+tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.41" }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
diff --git a/examples/gsoc2023/connection-checker/Cargo.toml b/examples/gsoc2023/connection-checker/Cargo.toml
index 0f61b9c3c..514d0f5f8 100644
--- a/examples/gsoc2023/connection-checker/Cargo.toml
+++ b/examples/gsoc2023/connection-checker/Cargo.toml
@@ -8,12 +8,12 @@ publish = false
[dependencies]
anyhow = "1.0.72"
-arti-client = { path = "../../../crates/arti-client", version = "0.40", features = [ "bridge-client", "pt-client", "experimental-api" ] }
+arti-client = { path = "../../../crates/arti-client", version = "0.41", features = [ "bridge-client", "pt-client", "experimental-api" ] }
clap = { version = "4.3.21", features = ["derive", "wrap_help"] }
tokio = { version = "1.7", features = ["full"] }
-tor-error = { path = "../../../crates/tor-error", version = "0.40" }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.40", features = ["experimental-api", "stream-ctrl"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.40" }
+tor-error = { path = "../../../crates/tor-error", version = "0.41" }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.41", features = ["experimental-api", "stream-ctrl"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.41" }
tracing = "0.1"
tracing-subscriber = "0.3.20"
diff --git a/examples/gsoc2023/dns-resolver/Cargo.toml b/examples/gsoc2023/dns-resolver/Cargo.toml
index d08a51b2f..fabda313c 100644
--- a/examples/gsoc2023/dns-resolver/Cargo.toml
+++ b/examples/gsoc2023/dns-resolver/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0.72"
# Use latest arti-client from GitLab to connect to Tor network
-arti-client = { path = "../../../crates/arti-client", version = "0.40", features = ["bridge-client"] }
+arti-client = { path = "../../../crates/arti-client", version = "0.41", features = ["bridge-client"] }
thiserror = "2"
# Specify which async framework we wish to use
tokio = { version = "1.7", features = ["full"] }
diff --git a/examples/gsoc2023/obfs4-checker/Cargo.toml b/examples/gsoc2023/obfs4-checker/Cargo.toml
index 53c8840b6..f1bb00d26 100644
--- a/examples/gsoc2023/obfs4-checker/Cargo.toml
+++ b/examples/gsoc2023/obfs4-checker/Cargo.toml
@@ -8,18 +8,18 @@ publish = false
[dependencies]
anyhow = "1.0.72"
-arti-client = { path = "../../../crates/arti-client", version = "0.40", features = ["bridge-client", "pt-client", "experimental-api"] }
+arti-client = { path = "../../../crates/arti-client", version = "0.41", features = ["bridge-client", "pt-client", "experimental-api"] }
axum = "0.8.1"
clap = { version = "4.3.21", features = ["derive", "wrap_help"] }
futures = "0.3.28"
serde = "1.0.180"
time = { version = "0.3.47", features = ["serde"] }
tokio = { version = "1.7", features = ["full"] }
-tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.40", features = ["pt-client", "experimental-api"] }
-tor-error = { path = "../../../crates/tor-error", version = "0.40" }
-tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.40", features = ["full"] }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.40", features = [] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.40" }
+tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.41", features = ["pt-client", "experimental-api"] }
+tor-error = { path = "../../../crates/tor-error", version = "0.41" }
+tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.41", features = ["full"] }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.41", features = [] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.41" }
tracing-subscriber = "0.3.20"
web-time-compat = { path = "../../../crates/web-time-compat", version = "0.1.0" }
diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml
index 59f1e4c77..26b21b79b 100644
--- a/examples/gsoc2023/pt-proxy/Cargo.toml
+++ b/examples/gsoc2023/pt-proxy/Cargo.toml
@@ -13,11 +13,11 @@ fast-socks5 = "1.0.0"
thiserror = "2"
tokio = { version = "1.7", features = ["full"] }
tokio-stream = "0.1.14"
-tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.40", features = ["pt-client"] }
-tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.40" }
-tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.40", features = [ "experimental-api"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.40", features = ["tokio", "native-tls"] }
-tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.40" }
+tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.41", features = ["pt-client"] }
+tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.41" }
+tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.41", features = [ "experimental-api"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.41", features = ["tokio", "native-tls"] }
+tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.41" }
tracing-subscriber = "0.3.20"
[features]
diff --git a/examples/hyper-examples/Cargo.toml b/examples/hyper-examples/Cargo.toml
index 18b12518f..482165f7d 100644
--- a/examples/hyper-examples/Cargo.toml
+++ b/examples/hyper-examples/Cargo.toml
@@ -18,7 +18,7 @@ full = [
[dependencies]
anyhow = "1.0.97"
-arti-client = { path = "../../crates/arti-client", version = "0.40", features = ["onion-service-service"] }
+arti-client = { path = "../../crates/arti-client", version = "0.41", features = ["onion-service-service"] }
futures = "0.3.14"
http = "1.3.1"
http-body-util = "0.1.0"
@@ -28,8 +28,8 @@ safelog = { path = "../../crates/safelog", version = "0.8" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] }
tokio-native-tls = "0.3.1"
tokio-util = "0.7.10"
-tor-cell = { path = "../../crates/tor-cell", version = "0.40" }
-tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.40" }
-tor-proto = { path = "../../crates/tor-proto", version = "0.40" }
+tor-cell = { path = "../../crates/tor-cell", version = "0.41" }
+tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.41" }
+tor-proto = { path = "../../crates/tor-proto", version = "0.41" }
tracing-subscriber = "0.3.20"
webpki-roots = "1.0.2"
diff --git a/examples/ureq-examples/Cargo.toml b/examples/ureq-examples/Cargo.toml
index bd41b649a..80589d552 100644
--- a/examples/ureq-examples/Cargo.toml
+++ b/examples/ureq-examples/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = "1.0.75"
-arti-ureq = { path = "../../crates/arti-ureq", version = "0.40" }
+arti-ureq = { path = "../../crates/arti-ureq", version = "0.41" }
[features]
full = ["arti-ureq/full"]
diff --git a/maint/keygen-client-auth-test/Cargo.toml b/maint/keygen-client-auth-test/Cargo.toml
index 909bec376..63b94b9d2 100644
--- a/maint/keygen-client-auth-test/Cargo.toml
+++ b/maint/keygen-client-auth-test/Cargo.toml
@@ -15,9 +15,9 @@ base32 = "0.5"
clap = { version = "4.5.53", features = ["derive"] }
regex = "1.12.2"
safelog = { path = "../../crates/safelog", version = "0.8" }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.40" }
-tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.40" }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.40", features = ["rng-compat"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.41" }
+tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.41" }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.41", features = ["rng-compat"] }
x25519-dalek = { version = "2", features = ["static_secrets"] }
[features]
diff --git a/maint/keygen-openssh-test/Cargo.toml b/maint/keygen-openssh-test/Cargo.toml
index 188893c3c..5ee611a77 100644
--- a/maint/keygen-openssh-test/Cargo.toml
+++ b/maint/keygen-openssh-test/Cargo.toml
@@ -15,9 +15,9 @@ clap = { version = "4.3.24", features = ["derive"] }
rand = "0.9.1"
rand_core = { version = "0.9.3", features = ["os_rng"] }
ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["dsa", "alloc", "rand_core", "std"] }
-tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.40" }
-tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.40", features = ["keymgr"] }
-tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.40", features = ["relay", "rng-compat", "cvt-x25519"] }
+tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.41" }
+tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.41", features = ["keymgr"] }
+tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.41", features = ["relay", "rng-compat", "cvt-x25519"] }
[features]
full = ["tor-basic-utils/full", "tor-keymgr/full", "tor-llcrypto/full"]