summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock148
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml56
-rw-r--r--crates/arti-relay/Cargo.toml26
-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.toml2
-rw-r--r--crates/arti/Cargo.toml38
-rw-r--r--crates/equix/bench/Cargo.lock58
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/hashx/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock58
-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.toml6
-rw-r--r--crates/tor-cell/Cargo.toml20
-rw-r--r--crates/tor-cell/semver.md4
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml38
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml48
-rw-r--r--crates/tor-circmgr/semver.md1
-rw-r--r--crates/tor-config-path/Cargo.toml8
-rw-r--r--crates/tor-config/Cargo.toml10
-rw-r--r--crates/tor-config/semver.md1
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dirmgr/Cargo.toml42
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-general-addr/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml42
-rw-r--r--crates/tor-hsclient/Cargo.toml62
-rw-r--r--crates/tor-hscrypto/Cargo.toml18
-rw-r--r--crates/tor-hsrproxy/Cargo.toml18
-rw-r--r--crates/tor-hsservice/Cargo.toml58
-rw-r--r--crates/tor-key-forge/Cargo.toml16
-rw-r--r--crates/tor-keymgr/Cargo.toml30
-rw-r--r--crates/tor-keymgr/semver.md3
-rw-r--r--crates/tor-linkspec/Cargo.toml14
-rw-r--r--crates/tor-llcrypto/Cargo.toml6
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota/Cargo.toml20
-rw-r--r--crates/tor-netdir/Cargo.toml22
-rw-r--r--crates/tor-netdir/semver.md2
-rw-r--r--crates/tor-netdoc/Cargo.toml26
-rw-r--r--crates/tor-persist/Cargo.toml8
-rw-r--r--crates/tor-proto/Cargo.toml38
-rw-r--r--crates/tor-proto/semver.md1
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-protover/semver.md2
-rw-r--r--crates/tor-ptmgr/Cargo.toml22
-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.toml10
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/semver.md3
-rw-r--r--crates/tor-rtmock/Cargo.toml14
-rw-r--r--crates/tor-rtmock/semver.md3
-rw-r--r--crates/tor-socksproto/Cargo.toml6
-rw-r--r--crates/tor-units/Cargo.toml4
63 files changed, 582 insertions, 602 deletions
diff --git a/Cargo.lock b/Cargo.lock
index d85b7222a..7234b7365 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -197,7 +197,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "arti"
-version = "1.4.2"
+version = "1.4.3"
dependencies = [
"anyhow",
"arti-client",
@@ -280,7 +280,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"async-trait",
@@ -347,7 +347,7 @@ version = "0.17.0"
[[package]]
name = "arti-relay"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"clap",
@@ -379,7 +379,7 @@ dependencies = [
[[package]]
name = "arti-rpc-client-core"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"caret",
"cfg-if",
@@ -404,7 +404,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"arti-client",
"async-trait",
@@ -464,7 +464,7 @@ dependencies = [
[[package]]
name = "arti-ureq"
-version = "0.1.0"
+version = "0.30.0"
dependencies = [
"arti-client",
"async-std",
@@ -842,9 +842,9 @@ dependencies = [
[[package]]
name = "axum"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "de45108900e1f9b9242f7f2e254aa3e2c029c921c258fe9e6b4217eeebd54288"
+checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
dependencies = [
"axum-core",
"bytes",
@@ -2248,7 +2248,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.9.1"
+version = "0.9.2"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -2572,9 +2572,9 @@ dependencies = [
[[package]]
name = "hashbrown"
-version = "0.15.2"
+version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
+checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
dependencies = [
"foldhash",
]
@@ -2590,7 +2590,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"arrayvec",
"blake2",
@@ -3011,7 +3011,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
dependencies = [
"equivalent",
- "hashbrown 0.15.2",
+ "hashbrown 0.15.3",
"serde",
]
@@ -3435,7 +3435,7 @@ checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
- "hashbrown 0.15.2",
+ "hashbrown 0.15.3",
"metrics",
"quanta",
"rand 0.9.1",
@@ -3773,9 +3773,9 @@ dependencies = [
[[package]]
name = "openssl-sys"
-version = "0.9.107"
+version = "0.9.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
+checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847"
dependencies = [
"cc",
"libc",
@@ -4611,9 +4611,9 @@ dependencies = [
[[package]]
name = "rustix"
-version = "1.0.5"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
+checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
dependencies = [
"bitflags 2.9.0",
"errno",
@@ -4629,7 +4629,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
dependencies = [
"once_cell",
- "rustix 1.0.5",
+ "rustix 1.0.7",
]
[[package]]
@@ -4820,7 +4820,7 @@ dependencies = [
"anyhow",
"cfg-if",
"libc",
- "rustix 1.0.5",
+ "rustix 1.0.7",
"rustix-linux-procfs",
"thiserror 2.0.12",
"windows",
@@ -5046,9 +5046,9 @@ dependencies = [
[[package]]
name = "sha2"
-version = "0.10.8"
+version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
+checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
@@ -5227,7 +5227,7 @@ checksum = "e080a99f2e77eec97a09840a24ff0fcf1f277cf01993c39d91b25043b1767681"
dependencies = [
"io-extras",
"io-lifetimes",
- "rustix 1.0.5",
+ "rustix 1.0.7",
"uuid",
"windows-sys 0.59.0",
]
@@ -5386,9 +5386,9 @@ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
[[package]]
name = "synstructure"
-version = "0.13.1"
+version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
+checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
"proc-macro2",
"quote",
@@ -5410,7 +5410,7 @@ dependencies = [
"fastrand",
"getrandom 0.3.2",
"once_cell",
- "rustix 1.0.5",
+ "rustix 1.0.7",
"windows-sys 0.59.0",
]
@@ -5420,7 +5420,7 @@ version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45c6481c4829e4cc63825e62c49186a34538b7b2750b73b266581ffb612fb5ed"
dependencies = [
- "rustix 1.0.5",
+ "rustix 1.0.7",
"windows-sys 0.59.0",
]
@@ -5688,7 +5688,7 @@ checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
[[package]]
name = "tor-async-utils"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"educe",
@@ -5707,7 +5707,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive_more",
"educe",
@@ -5727,7 +5727,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"bytes",
"derive-deftly 1.0.1",
@@ -5744,7 +5744,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"bitflags 2.9.0",
@@ -5773,7 +5773,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"base64ct",
"caret",
@@ -5791,7 +5791,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"async-trait",
"caret",
@@ -5829,7 +5829,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"humantime",
"signature",
@@ -5839,7 +5839,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"async-trait",
@@ -5891,7 +5891,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"cfg-if",
@@ -5927,7 +5927,7 @@ dependencies = [
[[package]]
name = "tor-config-path"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"assert_matches",
"derive_builder_fork_arti",
@@ -5947,7 +5947,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"digest",
"hex",
@@ -5957,7 +5957,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"async-compression",
"base64ct",
@@ -5985,7 +5985,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"async-trait",
@@ -6047,7 +6047,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"derive_more",
@@ -6077,7 +6077,7 @@ dependencies = [
[[package]]
name = "tor-general-addr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -6088,7 +6088,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive_more",
"rangemap",
@@ -6097,7 +6097,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"base64ct",
@@ -6144,7 +6144,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"async-trait",
"derive-deftly 1.0.1",
@@ -6192,7 +6192,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"arrayvec",
"blake2",
@@ -6225,7 +6225,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"derive_builder_fork_arti",
@@ -6255,7 +6255,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"async-trait",
@@ -6321,7 +6321,7 @@ dependencies = [
[[package]]
name = "tor-key-forge"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"derive_more",
@@ -6341,7 +6341,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"arrayvec",
@@ -6383,7 +6383,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"base64ct",
"by_address",
@@ -6410,7 +6410,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"aes",
"base64ct",
@@ -6454,7 +6454,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"futures",
"humantime",
@@ -6468,7 +6468,7 @@ dependencies = [
[[package]]
name = "tor-memquota"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"derive_more",
@@ -6500,7 +6500,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"async-trait",
"bitflags 2.9.0",
@@ -6536,7 +6536,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"anyhow",
@@ -6584,7 +6584,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"anyhow",
@@ -6616,7 +6616,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"aes",
"amplify",
@@ -6684,7 +6684,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"caret",
"paste",
@@ -6694,7 +6694,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"anyhow",
"async-trait",
@@ -6723,7 +6723,7 @@ dependencies = [
[[package]]
name = "tor-relay-crypto"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"derive_more",
@@ -6739,7 +6739,7 @@ dependencies = [
[[package]]
name = "tor-relay-selection"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"once_cell",
"rand 0.9.1",
@@ -6753,7 +6753,7 @@ dependencies = [
[[package]]
name = "tor-rpc-connect"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"assert_matches",
"base16ct",
@@ -6782,7 +6782,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"assert-impl",
"derive-deftly 1.0.1",
@@ -6806,7 +6806,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -6841,7 +6841,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"assert_matches",
@@ -6871,7 +6871,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"amplify",
"anyhow",
@@ -6889,7 +6889,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.29.0"
+version = "0.30.0"
dependencies = [
"derive-deftly 1.0.1",
"derive_more",
@@ -7418,18 +7418,18 @@ dependencies = [
[[package]]
name = "webpki-root-certs"
-version = "0.26.9"
+version = "0.26.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "180d2741b6115c3d906577e6533ad89472d48d96df00270fccb78233073d77f7"
+checksum = "c99403924bc5f23afefc319b8ac67ed0e50669f6e52a413314cccb1fdbc93ba0"
dependencies = [
"rustls-pki-types",
]
[[package]]
name = "webpki-roots"
-version = "0.26.9"
+version = "0.26.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29aad86cec885cafd03e8305fd727c418e970a521322c91688414d5b8efba16b"
+checksum = "37493cadf42a2a939ed404698ded7fb378bf301b5011f973361779a3a74f8c93"
dependencies = [
"rustls-pki-types",
]
@@ -7738,9 +7738,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
-version = "0.7.7"
+version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5"
+checksum = "9e27d6ad3dac991091e4d35de9ba2d2d00647c5d0fc26c5496dee55984ae111b"
dependencies = [
"memchr",
]
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 9f32feaaf..d94c8058b 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 = "1.4.2" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.29.0" }
+arti = { path = "../arti", version = "1.4.3" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.30.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.9.1" }
@@ -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.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index b4d513a0c..dacdac23e 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -156,32 +156,32 @@ safelog = { path = "../safelog", version = "0.4.5" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["parsing", "macros"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.29.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0", features = ["arti-client"] }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.29.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.29.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.29.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.29.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.29.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.29.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.30.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0", features = ["arti-client"] }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.30.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.30.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.30.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.30.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.30.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.30.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
# tor-memquota dependency is unconditional, but most of the code is behind tor-memquota/memquota
-tor-memquota = { path = "../tor-memquota", version = "0.29.0", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.29.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.29.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-memquota = { path = "../tor-memquota", version = "0.30.0", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.30.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.30.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -201,8 +201,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.8.8"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
tracing-test = "0.2.4"
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 691d92626..3ee4b6b37 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -42,19 +42,19 @@ safelog = { path = "../safelog", version = "0.4.5" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.29.0", features = ["keymgr", "ephemeral-keystore"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.30.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
# TODO RELAY compile in memquota tracking by default? with a calculated limit maybe, even?
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["rustls", "tokio"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index a10fadf0f..778101343 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -28,10 +28,10 @@ rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
-tor-config-path = { version = "0.29.0", path = "../tor-config-path", features = ["arti-client"] }
-tor-error = { version = "0.29.0", path = "../tor-error", default-features = false }
-tor-rpc-connect = { version = "0.29.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
-tor-socksproto = { path = "../tor-socksproto", version = "0.29.0", default-features = false, features = [
+tor-config-path = { version = "0.30.0", path = "../tor-config-path", features = ["arti-client"] }
+tor-error = { version = "0.30.0", path = "../tor-error", default-features = false }
+tor-rpc-connect = { version = "0.30.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
+tor-socksproto = { path = "../tor-socksproto", version = "0.30.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -39,7 +39,7 @@ void = "1"
[dev-dependencies]
rand = "0.9.1"
rand_chacha = "0.9"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
[target.'cfg(not(windows))'.dev-dependencies]
socketpair = "0.19"
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index 18848b567..c8bc7d56e 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.29.0"
+version = "0.30.0"
edition = "2021"
rust-version = "1.77"
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.29.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.30.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.2.2" }
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0", features = ["stream-ctrl"] }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.29.0" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0", features = ["stream-ctrl"] }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.30.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -66,5 +66,5 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index c482295c7..b5f8e2777 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -25,22 +25,22 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.4.2" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.29.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.4.3" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.30.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.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.29.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.29.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.30.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.30.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
[package.metadata.docs.rs]
diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml
index f6c67dd57..1d9109d57 100644
--- a/crates/arti-ureq/Cargo.toml
+++ b/crates/arti-ureq/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-ureq"
-version = "0.1.0"
+version = "0.30.0"
edition = "2021"
authors = ["The Tor Project, Inc.", "Niel Duysters"]
license = "MIT OR Apache-2.0"
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 042fbe88f..0f1ac1a8d 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.4.2"
+version = "1.4.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -121,10 +121,10 @@ dialoguer = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.29.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.30.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.29.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.30.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
@@ -155,17 +155,17 @@ time = "0.3.18"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "0.8.8"
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.29.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.29.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.29.0", optional = true }
-tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.29.0", optional = true, features = ["rpc-server"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.29.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.30.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.30.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.30.0", optional = true }
+tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.30.0", optional = true, features = ["rpc-server"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.30.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -174,7 +174,7 @@ visibility = { version = "0.1.0", optional = true }
metrics-exporter-prometheus = { version = "0.17.0", optional = true, default-features = false, features = ["http-listener"] }
[dev-dependencies]
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.29.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.30.0", default-features = false, features = [
"testing",
] }
derive_more = { version = "2.0.1", features = ["full"] }
@@ -184,10 +184,10 @@ regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.3.3", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.29.0", features = ["testing"] }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.30.0", features = ["testing"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
trycmd = "0.15.4"
[target.'cfg(windows)'.dependencies]
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index f11a14f30..ee15c29f9 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.2.17"
+version = "1.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
+checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
dependencies = [
"jobserver",
"libc",
@@ -166,18 +166,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.34"
+version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
+checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.34"
+version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
+checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [
"anstyle",
"clap_lex",
@@ -333,9 +333,9 @@ dependencies = [
[[package]]
name = "errno"
-version = "0.3.10"
+version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
+checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
dependencies = [
"libc",
"windows-sys",
@@ -383,9 +383,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "half"
-version = "2.5.0"
+version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
+checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
dependencies = [
"cfg-if",
"crunchy",
@@ -393,7 +393,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"arrayvec",
"blake2",
@@ -453,10 +453,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jobserver"
-version = "0.1.32"
+version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
+checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
dependencies = [
+ "getrandom",
"libc",
]
@@ -484,9 +485,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.171"
+version = "0.2.172"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
+checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
name = "libloading"
@@ -607,9 +608,9 @@ dependencies = [
[[package]]
name = "prettyplease"
-version = "0.2.31"
+version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
+checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
dependencies = [
"proc-macro2",
"syn",
@@ -639,9 +640,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
+checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]
@@ -663,13 +664,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
[[package]]
name = "rand"
-version = "0.9.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
+checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
dependencies = [
"rand_chacha",
"rand_core",
- "zerocopy",
]
[[package]]
@@ -826,9 +826,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
-version = "2.0.100"
+version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
+checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
dependencies = [
"proc-macro2",
"quote",
@@ -868,7 +868,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#27ffc27af0895faaf1f9da8c19edee4efa0e2044"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#7ae5e798d6f9d96de928370a1e7b6fdb0b03d394"
dependencies = [
"bindgen",
"cc",
@@ -1095,18 +1095,18 @@ dependencies = [
[[package]]
name = "zerocopy"
-version = "0.8.24"
+version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
+checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
-version = "0.8.24"
+version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
+checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
dependencies = [
"proc-macro2",
"quote",
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index a2b5d7114..880834a99 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.9.1"
+version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml
index 3e09ca651..b7c310320 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashx"
-version = "0.3.0"
+version = "0.3.1"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 0ed973beb..79cc83008 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.2.17"
+version = "1.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1fcb57c740ae1daf453ae85f16e37396f672b039e00d9d866e07ddb24e328e3a"
+checksum = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
dependencies = [
"jobserver",
"libc",
@@ -166,18 +166,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.34"
+version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e958897981290da2a852763fe9cdb89cd36977a5d729023127095fa94d95e2ff"
+checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.34"
+version = "4.5.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "83b0f35019843db2160b5bb19ae09b4e6411ac33fc6a712003c33e03090e2489"
+checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
dependencies = [
"anstyle",
"clap_lex",
@@ -312,9 +312,9 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "errno"
-version = "0.3.10"
+version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
+checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
dependencies = [
"libc",
"windows-sys",
@@ -362,9 +362,9 @@ checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "half"
-version = "2.5.0"
+version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7db2ff139bba50379da6aa0766b52fdcb62cb5b263009b09ed58ba604e14bbd1"
+checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
dependencies = [
"cfg-if",
"crunchy",
@@ -372,7 +372,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"arrayvec",
"blake2",
@@ -449,10 +449,11 @@ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jobserver"
-version = "0.1.32"
+version = "0.1.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
+checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
dependencies = [
+ "getrandom",
"libc",
]
@@ -480,9 +481,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.171"
+version = "0.2.172"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c19937216e9d3aa9956d9bb8dfc0b0c8beb6058fc4f7a4dc4d850edf86a237d6"
+checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
[[package]]
name = "libloading"
@@ -603,9 +604,9 @@ dependencies = [
[[package]]
name = "prettyplease"
-version = "0.2.31"
+version = "0.2.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5316f57387668042f561aae71480de936257848f9c43ce528e311d89a07cadeb"
+checksum = "664ec5419c51e34154eec046ebcba56312d5a2fc3b09a06da188e1ad21afadf6"
dependencies = [
"proc-macro2",
"syn",
@@ -635,9 +636,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.94"
+version = "1.0.95"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
+checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
dependencies = [
"unicode-ident",
]
@@ -659,13 +660,12 @@ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
[[package]]
name = "rand"
-version = "0.9.0"
+version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3779b94aeb87e8bd4e834cee3650289ee9e0d5677f976ecdb6d219e5f4f6cd94"
+checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
dependencies = [
"rand_chacha",
"rand_core",
- "zerocopy",
]
[[package]]
@@ -822,9 +822,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
-version = "2.0.100"
+version = "2.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b09a44accad81e1ba1cd74a32461ba89dee89095ba17b32f5d03683b1b1fc2a0"
+checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
dependencies = [
"proc-macro2",
"quote",
@@ -864,7 +864,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#27ffc27af0895faaf1f9da8c19edee4efa0e2044"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#7ae5e798d6f9d96de928370a1e7b6fdb0b03d394"
dependencies = [
"bindgen",
"cc",
@@ -1080,18 +1080,18 @@ dependencies = [
[[package]]
name = "zerocopy"
-version = "0.8.24"
+version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
+checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
-version = "0.8.24"
+version = "0.8.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
+checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
dependencies = [
"proc-macro2",
"quote",
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index d4c748cb3..f0177f26b 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -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.29.0" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
[features]
full = ["oneshot-fused-workaround/full"]
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index 14dc5ab59..8a938ff83 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 67170dafd..f4f20718e 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -18,8 +18,8 @@ digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.22"
safelog = { path = "../safelog", version = "0.4.5" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.29.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.30.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.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 823c503cb..d10728918 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -60,15 +60,15 @@ paste = "1"
rand = "0.9.1"
smallvec = "1.10"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true, features = ["memquota-memcost"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-units = { path = "../tor-units", version = "0.29.0", features = ["memquota-memcost"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true, features = ["memquota-memcost"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-units = { path = "../tor-units", version = "0.30.0", features = ["memquota-memcost"] }
void = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/semver.md b/crates/tor-cell/semver.md
deleted file mode 100644
index 82d33b526..000000000
--- a/crates/tor-cell/semver.md
+++ /dev/null
@@ -1,4 +0,0 @@
-breaking: RelayMsgOuter::encode() now expects a cell format argument.
-breaking: Remove deprecated method Data::split_from().
-breakign: Data::try_split_from() now expects a cell format argument.
-
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 2015e5d92..26176a93c 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -31,9 +31,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
derive_more = { version = "2.0.1", features = ["full"] }
digest = "0.10.0"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 608964ce8..730268e38 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -54,21 +54,21 @@ rand = "0.9.1"
safelog = { path = "../safelog", version = "0.4.5" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-cell = { path = "../tor-cell", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.29.0", default-features = false, features = [
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-cell = { path = "../tor-cell", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.30.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.29.0" }
+tor-units = { path = "../tor-units", version = "0.30.0" }
tracing = "0.1.36"
void = "1"
@@ -77,10 +77,10 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.14.0"
-tor-cell = { path = "../tor-cell", version = "0.29.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.29.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-cell = { path = "../tor-cell", version = "0.30.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.30.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index af107b829..f186c8e29 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "2"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 1f47291e4..a4aa2809e 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -82,23 +82,23 @@ safelog = { path = "../safelog", version = "0.4.5" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.29.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.29.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
-tor-units = { path = "../tor-units", version = "0.29.0" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.30.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.30.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
+tor-units = { path = "../tor-units", version = "0.30.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -107,11 +107,11 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.29.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.29.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.30.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.30.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-circmgr/semver.md b/crates/tor-circmgr/semver.md
deleted file mode 100644
index 70aca8d3d..000000000
--- a/crates/tor-circmgr/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: Feature `ntor_v3` removed. This feature is now always enabled.
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml
index cd0a0795d..0c578c1ad 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -39,8 +39,8 @@ once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.29.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.30.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
@@ -49,7 +49,7 @@ dirs = "6.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
toml = "0.8.8"
-tor-config = { path = "../tor-config", version = "0.29.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 648738f47..f89349952 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -51,9 +51,9 @@ serde_ignored = "0.1.3"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
void = "1"
@@ -61,7 +61,7 @@ void = "1"
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.3.3", path = "../test-temp-dir" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-config/semver.md b/crates/tor-config/semver.md
deleted file mode 100644
index 07f5372b4..000000000
--- a/crates/tor-config/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-### ADDED: `Listen::single_address_legacy`
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 6c3bccd9d..ae2b07a3c 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -23,6 +23,6 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index d513ebaed..0fadced61 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -55,19 +55,19 @@ httpdate = "1.0"
itertools = "0.14.0"
memchr = "2.5"
thiserror = "2"
-tor-circmgr = { path = "../tor-circmgr", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 5ea036240..5798ddebd 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -88,23 +88,23 @@ static_assertions = "1"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.29.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.29.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.29.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0", features = ["serde"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.30.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.30.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.30.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0", features = ["serde"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -113,9 +113,9 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 215f8b98d..46581ccf8 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.29.0"
+version = "0.30.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml
index 3f80bb75a..cdd604706 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index f966a2923..478ba14df 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 972fbf2c3..616772553 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -73,21 +73,21 @@ safelog = { path = "../safelog", version = "0.4.5" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
-tor-proto = { path = "../tor-proto", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0", optional = true }
-tor-units = { path = "../tor-units", version = "0.29.0" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
+tor-proto = { path = "../tor-proto", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.30.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -96,11 +96,11 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.9.1" }
serde_json = "1.0.50"
tempfile = "3"
toml = "0.8.8"
-tor-netdir = { path = "../tor-netdir", version = "0.29.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-persist = { path = "../tor-persist", version = "0.29.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-persist = { path = "../tor-persist", version = "0.30.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 76d911ba6..ffdd7a120 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -63,39 +63,39 @@ safelog = { path = "../safelog", version = "0.4.5" }
slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-cell = { path = "../tor-cell", version = "0.29.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-circmgr = { version = "0.29.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.29.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.29.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.29.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.29.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto" }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { version = "0.29.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
-tor-proto = { version = "0.29.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-protover = { version = "0.29.0", path = "../tor-protover" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-cell = { path = "../tor-cell", version = "0.30.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-circmgr = { version = "0.30.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.30.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.30.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.30.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.30.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto" }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { version = "0.30.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
+tor-proto = { version = "0.30.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-protover = { version = "0.30.0", path = "../tor-protover" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.29.0" }
-tor-circmgr = { version = "0.29.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.29.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.29.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.30.0" }
+tor-circmgr = { version = "0.30.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.30.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.30.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 1e9a74fca..032e88720 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -54,20 +54,20 @@ safelog = { path = "../safelog", version = "0.4.5" }
signature = "2"
subtle = "2"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { version = "0.29.0", path = "../tor-bytes" }
-tor-error = { version = "0.29.0", path = "../tor-error" }
-tor-key-forge = { version = "0.29.0", path = "../tor-key-forge" }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false, optional = true }
-tor-units = { path = "../tor-units", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { version = "0.30.0", path = "../tor-bytes" }
+tor-error = { version = "0.30.0", path = "../tor-error" }
+tor-key-forge = { version = "0.30.0", path = "../tor-key-forge" }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-units = { path = "../tor-units", version = "0.30.0" }
void = "1"
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
-tor-basic-utils = { version = "0.29.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.30.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 ece999f45..9a6628b97 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -56,14 +56,14 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.29.0", path = "../tor-cell" }
-tor-config = { version = "0.29.0", path = "../tor-config" }
-tor-error = { version = "0.29.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.29.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.29.0" }
-tor-proto = { version = "0.29.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.30.0", path = "../tor-cell" }
+tor-config = { version = "0.30.0", path = "../tor-config" }
+tor-error = { version = "0.30.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.30.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.30.0" }
+tor-proto = { version = "0.30.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index b8c1d2f4a..fb09cf317 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -92,31 +92,31 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { version = "0.29.0", path = "../tor-bytes" }
-tor-cell = { version = "0.29.0", path = "../tor-cell", features = ["hs"] }
-tor-circmgr = { version = "0.29.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-config = { version = "0.29.0", path = "../tor-config" }
-tor-config-path = { version = "0.29.0", path = "../tor-config-path" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.29.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.29.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.29.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.29.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.29.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.29.0" }
-tor-netdir = { version = "0.29.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.29.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.29.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.29.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { version = "0.30.0", path = "../tor-bytes" }
+tor-cell = { version = "0.30.0", path = "../tor-cell", features = ["hs"] }
+tor-circmgr = { version = "0.30.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.30.0", path = "../tor-config" }
+tor-config-path = { version = "0.30.0", path = "../tor-config-path" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.30.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.30.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.30.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.30.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.30.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.30.0" }
+tor-netdir = { version = "0.30.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.30.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.30.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.30.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.29.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.29.0" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.30.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.30.0" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -127,12 +127,12 @@ serde_json = "1.0.104"
slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
tempfile = "3"
test-temp-dir = { version = "0.3.3", path = "../test-temp-dir" }
-tor-config = { version = "0.29.0", path = "../tor-config", features = ["testing"] }
-tor-key-forge = { version = "0.29.0", path = "../tor-key-forge" }
-tor-keymgr = { version = "0.29.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.29.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0", features = ["testing"] }
-tor-persist = { version = "0.29.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-config = { version = "0.30.0", path = "../tor-config", features = ["testing"] }
+tor-key-forge = { version = "0.30.0", path = "../tor-key-forge" }
+tor-keymgr = { version = "0.30.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.30.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0", features = ["testing"] }
+tor-persist = { version = "0.30.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.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 2f3b61c11..415b3f590 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -33,13 +33,13 @@ rand = "0.9.1"
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.29.0", default-features = false }
-tor-cert = { path = "../tor-cert", version = "0.29.0", features = ["encode", "experimental-api"] }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-error = { version = "0.29.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0", default-features = false }
+tor-cert = { path = "../tor-cert", version = "0.30.0", features = ["encode", "experimental-api"] }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-error = { version = "0.30.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto" }
[dev-dependencies]
signature = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto", features = ["testing"] }
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 4d13553fb..965609c12 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -61,15 +61,15 @@ serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0", default-features = false }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0", default-features = false }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
tracing = "0.1.36"
walkdir = { version = "2" }
zeroize = "1"
@@ -78,11 +78,11 @@ zeroize = "1"
paste = "1"
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0", features = ["testing"] }
-tor-llcrypto = { version = "0.29.0", path = "../tor-llcrypto", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0", features = ["testing"] }
+tor-llcrypto = { version = "0.30.0", path = "../tor-llcrypto", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-keymgr/semver.md b/crates/tor-keymgr/semver.md
deleted file mode 100644
index 027adc0f7..000000000
--- a/crates/tor-keymgr/semver.md
+++ /dev/null
@@ -1,3 +0,0 @@
-### BREAKING: Drop param `item_type: &KeystoreItemType` from `Keystore::insert`
-
-`Keystore::insert` now uses param `key: &dyn EncodableItem` to obtain a `KeystoreItemType`.
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 91f8a90eb..58f95d8a9 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -44,12 +44,12 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.30.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 3854935bc..e78f215ca 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -66,7 +66,7 @@ sha3 = "0.10.6"
signature = "2"
subtle = "2"
thiserror = "2"
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false, optional = true }
typenum = { version = "1.15.0", optional = true }
visibility = "0.1.0"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
@@ -85,7 +85,7 @@ cipher = "0.4.1"
hex-literal = "0.4"
rand = "0.9.1"
serde_test = "1.0.124"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = "0.3.2"
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index 8d5ebcfa7..47ab4d64f 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -22,8 +22,8 @@ futures = "0.3.14"
humantime = "2"
once_cell = "1.18"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
tracing = "0.1.36"
weak-table = "0.3.0"
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index 67f31f5b1..57c885d7f 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -24,12 +24,12 @@ serde = { version = "1.0.103", features = ["derive"] }
slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
static_assertions = "1"
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0", features = ["serde"] }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.29.0" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.30.0" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -38,9 +38,9 @@ void = "1"
rand = "0.9.1"
safelog = { path = "../safelog", version = "0.4.5" }
serde_json = "1.0.50"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 9dc90ad84..d7830eff9 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -61,15 +61,15 @@ static_assertions = "1"
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.29.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0" }
-tor-units = { path = "../tor-units", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.30.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0" }
+tor-units = { path = "../tor-units", version = "0.30.0" }
tracing = "0.1.36"
# TODO MSRV 1.81: typed-index-collections 3.2 requires rust 1.81;
# the tilde below prevents it from picking 3.2 and breaking our CI.
@@ -80,6 +80,6 @@ visibility = { version = "0.1.0", optional = true }
float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-netdir/semver.md b/crates/tor-netdir/semver.md
deleted file mode 100644
index 1ee271cac..000000000
--- a/crates/tor-netdir/semver.md
+++ /dev/null
@@ -1,2 +0,0 @@
-BREAKING: New protocol_statuses() method on NetDirProvider trait.
-
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 6d480ce21..f9044db12 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -109,17 +109,17 @@ subtle = "2"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.8.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-cell = { path = "../tor-cell", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-protover = { path = "../tor-protover", version = "0.29.0", features = ["serde"] }
-tor-units = { version = "0.29.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-cell = { path = "../tor-cell", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-protover = { path = "../tor-protover", version = "0.30.0", features = ["serde"] }
+tor-units = { version = "0.30.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -131,7 +131,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.14.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.29.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.30.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 dab9c2b44..7e4c79912 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -46,9 +46,9 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 1a2d83a53..edd56b29d 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -92,23 +92,23 @@ subtle = "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.29.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.29.0" }
-tor-cell = { path = "../tor-cell", version = "0.29.0" }
-tor-cert = { path = "../tor-cert", version = "0.29.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-config = { path = "../tor-config", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.29.0", features = ["memquota-memcost"], optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0", features = ["memquota-memcost"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.29.0" }
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false }
-tor-protover = { version = "0.29.0", path = "../tor-protover" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.29.0" }
-tor-units = { path = "../tor-units", version = "0.29.0", features = ["memquota-memcost"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0" }
+tor-cell = { path = "../tor-cell", version = "0.30.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.30.0", features = ["memquota-memcost"], optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0", features = ["memquota-memcost"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.30.0" }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false }
+tor-protover = { version = "0.30.0", path = "../tor-protover" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.30.0" }
+tor-units = { path = "../tor-units", version = "0.30.0", features = ["memquota-memcost"] }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0", optional = true }
@@ -125,7 +125,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.29.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-proto/semver.md b/crates/tor-proto/semver.md
deleted file mode 100644
index 5a4abc8eb..000000000
--- a/crates/tor-proto/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: Feature `ntor_v3` removed, it is now always enabled.
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 3dc09da49..7a73ac7dc 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-protover/semver.md b/crates/tor-protover/semver.md
deleted file mode 100644
index dbc093171..000000000
--- a/crates/tor-protover/semver.md
+++ /dev/null
@@ -1,2 +0,0 @@
-BREAKING: Renamed MicroDesc protocol to Microdesc for spec conformance.
-
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 865e0647f..acde32fd9 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -45,22 +45,22 @@ itertools = "0.14.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.29.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-chanmgr = { version = "0.29.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.29.0", path = "../tor-config" }
-tor-config-path = { version = "0.29.0", path = "../tor-config-path" }
-tor-error = { version = "0.29.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.29.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.29.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.30.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-chanmgr = { version = "0.30.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.30.0", path = "../tor-config" }
+tor-config-path = { version = "0.30.0", path = "../tor-config-path" }
+tor-error = { version = "0.30.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.30.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.30.0", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
anyhow = "1.0.23"
tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index 3b7e4c471..c7f6772b5 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -27,13 +27,13 @@ full = [
derive-deftly = { version = "~1.0.0", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
humantime = "2"
-tor-cert = { path = "../tor-cert", version = "0.29.0", features = ["encode"] }
-tor-checkable = { path = "../tor-checkable", version = "0.29.0" }
-tor-error = { path = "../tor-error", version = "0.29.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.29.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.29.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.29.0" }
-tor-persist = { path = "../tor-persist", version = "0.29.0" }
+tor-cert = { path = "../tor-cert", version = "0.30.0", features = ["encode"] }
+tor-checkable = { path = "../tor-checkable", version = "0.30.0" }
+tor-error = { path = "../tor-error", version = "0.30.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.30.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.30.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" }
+tor-persist = { path = "../tor-persist", version = "0.30.0" }
[dev-dependencies]
-tor-keymgr = { version = "0.29.0", path = "../tor-keymgr", features = ["testing"] }
+tor-keymgr = { version = "0.30.0", path = "../tor-keymgr", features = ["testing"] }
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index df8ae8510..26cba4557 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.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -31,17 +31,17 @@ __is_experimental = []
[dependencies]
rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.29.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.29.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.30.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.30.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" }
[dev-dependencies]
once_cell = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29" }
-tor-netdir = { path = "../tor-netdir", version = "0.29.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.29.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30" }
+tor-netdir = { path = "../tor-netdir", version = "0.30.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.30.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 bc56cb0f8..35c6d09c6 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.29.0"
+version = "0.30.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc."]
@@ -45,10 +45,10 @@ subtle = "2.6"
thiserror = "2"
tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] }
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.29.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.30.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", optional = true }
tracing = "0.1.36"
zeroize = "1"
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index de2505b8d..5fee2ec5c 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.29.0"
+version = "0.30.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -23,8 +23,8 @@ once_cell = "1"
paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.29.0" }
-tor-error = { path = "../tor-error/", version = "0.29.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.30.0" }
+tor-error = { path = "../tor-error/", version = "0.30.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 8f706bf6a..cfb910d88 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -70,8 +70,8 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features =
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-error = { version = "0.29.0", path = "../tor-error" }
-tor-general-addr = { version = "0.29.0", path = "../tor-general-addr" }
+tor-error = { version = "0.30.0", path = "../tor-error" }
+tor-general-addr = { version = "0.30.0", path = "../tor-general-addr" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-rtcompat/semver.md b/crates/tor-rtcompat/semver.md
deleted file mode 100644
index 6a9427c77..000000000
--- a/crates/tor-rtcompat/semver.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# BREAKING
-
-## `BlockOn::reenter_block_on` accepts a non-`Send`, non-`'static` future
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 54f04786d..91a125f81 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -27,9 +27,9 @@ priority-queue = "2.0.3"
slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
-tor-error = { version = "0.29.0", path = "../tor-error", features = ["tracing"] }
-tor-general-addr = { version = "0.29.0", path = "../tor-general-addr" }
-tor-rtcompat = { version = "0.29.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.30.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.30.0", path = "../tor-general-addr" }
+tor-rtcompat = { version = "0.30.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -37,9 +37,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.9.1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.29.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.29.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.29.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.30.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.30.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full", "slotmap-careful/full", "tor-general-addr/full"]
diff --git a/crates/tor-rtmock/semver.md b/crates/tor-rtmock/semver.md
deleted file mode 100644
index fa4a7ed2b..000000000
--- a/crates/tor-rtmock/semver.md
+++ /dev/null
@@ -1,3 +0,0 @@
-# ADDED
-
-## `MockExecutor::subthread_block_on` accepts a non-`Send`, non-`'static` future
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 50e9cbd34..c15f00bd7 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.29.0"
+version = "0.30.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -28,8 +28,8 @@ educe = "0.4.22"
safelog = { path = "../safelog", version = "0.4.5" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.29.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.29.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.30.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.30.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 2502ffc28..affa92403 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.29.0"
+version = "0.30.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -16,7 +16,7 @@ categories = ["rust-patterns"]
derive-deftly = { version = "1.0.0", optional = true }
derive_more = { version = "2.0.1", features = ["full"] }
thiserror = "2"
-tor-memquota = { version = "0.29.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false, optional = true }
[dev-dependencies]
float-cmp = "0.10.0"