summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock88
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml50
-rw-r--r--crates/arti-relay/Cargo.toml2
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml4
-rw-r--r--crates/arti-rpcserver/Cargo.toml20
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti/Cargo.toml22
-rw-r--r--crates/equix/Cargo.toml2
-rw-r--r--crates/equix/bench/Cargo.lock188
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/fslock-guard/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock184
-rw-r--r--crates/tor-async-utils/Cargo.toml2
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml6
-rw-r--r--crates/tor-cell/Cargo.toml18
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml36
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml44
-rw-r--r--crates/tor-config/Cargo.toml6
-rw-r--r--crates/tor-congestion/Cargo.toml6
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dirmgr/Cargo.toml40
-rw-r--r--crates/tor-error/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.toml58
-rw-r--r--crates/tor-hscrypto/Cargo.toml14
-rw-r--r--crates/tor-hspow/Cargo.toml2
-rw-r--r--crates/tor-hsrproxy/Cargo.toml18
-rw-r--r--crates/tor-hsservice/Cargo.toml52
-rw-r--r--crates/tor-keymgr/Cargo.toml16
-rw-r--r--crates/tor-linkspec/Cargo.toml12
-rw-r--r--crates/tor-llcrypto/Cargo.toml4
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota/Cargo.toml16
-rw-r--r--crates/tor-netdir/Cargo.toml22
-rw-r--r--crates/tor-netdoc/Cargo.toml26
-rw-r--r--crates/tor-persist/Cargo.toml8
-rw-r--r--crates/tor-proto/Cargo.toml34
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml20
-rw-r--r--crates/tor-relay-selection/Cargo.toml18
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml4
-rw-r--r--crates/tor-rtmock/Cargo.toml12
-rw-r--r--crates/tor-socksproto/Cargo.toml6
-rw-r--r--crates/tor-units/Cargo.toml2
51 files changed, 618 insertions, 570 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 18a55712a..41da78cb1 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -190,7 +190,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti"
-version = "1.2.5"
+version = "1.2.6"
dependencies = [
"anyhow",
"arti-client",
@@ -266,7 +266,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@@ -326,11 +326,11 @@ version = "0.17.0"
[[package]]
name = "arti-relay"
-version = "0.20.0"
+version = "0.21.0"
[[package]]
name = "arti-rpc-client-core"
-version = "0.19.0"
+version = "0.21.0"
dependencies = [
"c_str_macro",
"caret",
@@ -349,7 +349,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"arti-client",
"async-trait",
@@ -1665,7 +1665,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "equix"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"arrayvec",
"hashx",
@@ -1900,7 +1900,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.11"
+version = "0.7.12"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -1937,7 +1937,7 @@ dependencies = [
[[package]]
name = "fslock-guard"
-version = "0.1.3"
+version = "0.1.4"
dependencies = [
"fslock-arti-fork",
"test-temp-dir",
@@ -4944,7 +4944,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"futures",
"futures-await-test",
@@ -4956,7 +4956,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive_more",
"educe",
@@ -4972,7 +4972,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"bytes",
"digest",
@@ -4987,7 +4987,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"bitflags 2.6.0",
"bytes",
@@ -5012,7 +5012,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"base64ct",
"caret",
@@ -5030,7 +5030,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -5065,7 +5065,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"humantime",
"signature",
@@ -5075,7 +5075,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"async-trait",
@@ -5124,7 +5124,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5167,7 +5167,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"digest",
"hex",
@@ -5177,7 +5177,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"async-compression",
"base64ct",
@@ -5205,7 +5205,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5263,7 +5263,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"anyhow",
"backtrace",
@@ -5294,7 +5294,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive_more",
"once_cell",
@@ -5304,7 +5304,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"base64ct",
@@ -5350,7 +5350,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"async-trait",
"derive-deftly",
@@ -5395,7 +5395,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"cipher",
"data-encoding",
@@ -5435,7 +5435,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5461,7 +5461,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"async-trait",
"base64ct",
@@ -5522,7 +5522,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"arrayvec",
@@ -5554,7 +5554,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"base64ct",
"by_address",
@@ -5580,7 +5580,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"aes",
"base64ct",
@@ -5616,7 +5616,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"futures",
"humantime",
@@ -5630,7 +5630,7 @@ dependencies = [
[[package]]
name = "tor-memquota"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5657,7 +5657,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"bitflags 2.6.0",
"derive_more",
@@ -5692,7 +5692,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"anyhow",
@@ -5738,7 +5738,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"anyhow",
@@ -5767,7 +5767,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"asynchronous-codec",
"bitvec",
@@ -5819,7 +5819,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"caret",
"thiserror",
@@ -5827,7 +5827,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5853,7 +5853,7 @@ dependencies = [
[[package]]
name = "tor-relay-selection"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"once_cell",
"rand",
@@ -5867,7 +5867,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"assert-impl",
"derive-deftly",
@@ -5892,7 +5892,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"async-io 2.3.3",
"async-native-tls",
@@ -5918,7 +5918,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"amplify",
"async-trait",
@@ -5947,7 +5947,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"arbitrary",
"caret",
@@ -5960,7 +5960,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.20.0"
+version = "0.21.0"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index f6a9da067..fc440dd34 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.2.5" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.20.0" }
+arti = { path = "../arti", version = "1.2.6" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" }
@@ -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.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.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 7a354040c..d142454f3 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -129,28 +129,28 @@ rand = "0.8"
safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.20.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.20.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.20.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.20.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.20.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.20.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.20.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.20.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.20.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.20.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.21.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.21.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.21.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.21.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.21.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.21.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.21.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.21.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.21.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
void = "1"
@@ -169,8 +169,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.8.8"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[package.metadata.docs.rs]
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 806e44296..cc9adef20 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 51a219059..22a21c69f 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.19.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -28,7 +28,7 @@ void = "1"
rand = "0.8"
rand_chacha = "0.3"
socketpair = "0.19"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
[features]
full = ["ffi", "caret/full"]
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index 6e84e8074..18673a377 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.20.0"
+version = "0.21.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -25,7 +25,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.20.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.21.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -41,13 +41,13 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0", features = ["stream-ctrl"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0", features = ["stream-ctrl"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -55,4 +55,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 377135295..f4f61215a 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.2.5" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.20.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.2.6" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.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.8"
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.20.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.20.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.21.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.21.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
[package.metadata.docs.rs]
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index a2931036a..773fd9841 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.2.5"
+version = "1.2.6"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -90,12 +90,12 @@ rpc = ["arti-rpcserver", "tor-rpcbase", "__is_experimental"]
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.20.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.21.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.20.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0", default-features = false, features = [
"anyhow",
] }
-arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.20.0", default-features = false, optional = true }
+arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.21.0", default-features = false, optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
backtrace = "0.3.68"
cfg-if = "1.0.0"
@@ -121,13 +121,13 @@ 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-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.20.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.20.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.20.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.20.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.21.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.21.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.21.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.21.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index bc621fbd3..2101f61cb 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.1.5"
+version = "0.1.6"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index f80d8b6e5..322fe3567 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
-version = "1.0.7"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
+checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "arrayvec"
@@ -41,7 +41,7 @@ version = "0.66.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
dependencies = [
- "bitflags 2.5.0",
+ "bitflags 2.6.0",
"cexpr",
"clang-sys",
"lazy_static",
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.66",
+ "syn 2.0.72",
"which",
]
@@ -66,9 +66,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
-version = "2.5.0"
+version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
+checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "blake2"
@@ -108,13 +108,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.0.98"
+version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
+checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
dependencies = [
"jobserver",
"libc",
- "once_cell",
]
[[package]]
@@ -172,18 +171,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.4"
+version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
+checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.2"
+version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
+checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
dependencies = [
"anstyle",
"clap_lex",
@@ -191,9 +190,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.0"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
+checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
[[package]]
name = "criterion"
@@ -312,13 +311,13 @@ dependencies = [
[[package]]
name = "either"
-version = "1.12.0"
+version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
+checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "equix"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"arrayvec",
"hashx",
@@ -458,9 +457,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jobserver"
-version = "0.1.31"
+version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
+checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
@@ -476,9 +475,9 @@ dependencies = [
[[package]]
name = "lazy_static"
-version = "1.4.0"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "lazycell"
@@ -494,9 +493,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
-version = "0.8.3"
+version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
+checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets",
@@ -510,15 +509,15 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "log"
-version = "0.4.21"
+version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
+checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "memchr"
-version = "2.7.2"
+version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memmap2"
@@ -562,9 +561,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "oorandom"
-version = "11.1.3"
+version = "11.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
+checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
[[package]]
name = "peeking_take_while"
@@ -602,9 +601,12 @@ dependencies = [
[[package]]
name = "ppv-lite86"
-version = "0.2.17"
+version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
+checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
+dependencies = [
+ "zerocopy",
+]
[[package]]
name = "prettyplease"
@@ -613,7 +615,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
@@ -642,9 +644,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.85"
+version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
+checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]
@@ -710,9 +712,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.4"
+version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
+checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",
@@ -722,9 +724,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
+checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
dependencies = [
"aho-corasick",
"memchr",
@@ -733,9 +735,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
+checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "rustc-hash"
@@ -749,7 +751,7 @@ version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
- "bitflags 2.5.0",
+ "bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
@@ -773,31 +775,32 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.203"
+version = "1.0.204"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
+checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.203"
+version = "1.0.204"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
+checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
name = "serde_json"
-version = "1.0.117"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
+checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
dependencies = [
"itoa",
+ "memchr",
"ryu",
"serde",
]
@@ -810,9 +813,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "subtle"
-version = "2.5.0"
+version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
+checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
@@ -827,9 +830,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.66"
+version = "2.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
+checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
dependencies = [
"proc-macro2",
"quote",
@@ -838,22 +841,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.61"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
+checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.61"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
+checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
@@ -869,7 +872,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4942358446c999f04c71fbe9c58a21ed0fbba3d1"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#12dc46c9cafcce7d27d245e005ff56ed55958310"
dependencies = [
"bindgen",
"cc",
@@ -889,9 +892,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "version_check"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "visibility"
@@ -901,7 +904,7 @@ checksum = "b3fd98999db9227cf28e59d83e1f120f42bc233d4b152e8fab9bc87d5bb1e0f8"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
@@ -941,7 +944,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
"wasm-bindgen-shared",
]
@@ -963,7 +966,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -1016,9 +1019,9 @@ dependencies = [
[[package]]
name = "windows-targets"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
@@ -1032,48 +1035,69 @@ dependencies = [
[[package]]
name = "windows_aarch64_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.52.5"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+
+[[package]]
+name = "zerocopy"
+version = "0.6.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
+dependencies = [
+ "byteorder",
+ "zerocopy-derive",
+]
+
+[[package]]
+name = "zerocopy-derive"
+version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
+checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.72",
+]
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 89af4de38..251db8c19 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.11"
+version = "0.7.12"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml
index 797133a6e..1d4c42be6 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.1.3"
+version = "0.1.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 7c926e1b5..a5e789a82 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
-version = "1.0.7"
+version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
+checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "arrayvec"
@@ -41,7 +41,7 @@ version = "0.66.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
dependencies = [
- "bitflags 2.5.0",
+ "bitflags 2.6.0",
"cexpr",
"clang-sys",
"lazy_static",
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.66",
+ "syn 2.0.72",
"which",
]
@@ -66,9 +66,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
-version = "2.5.0"
+version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
+checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
[[package]]
name = "blake2"
@@ -108,13 +108,12 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.0.98"
+version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
+checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
dependencies = [
"jobserver",
"libc",
- "once_cell",
]
[[package]]
@@ -172,18 +171,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.4"
+version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
+checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.2"
+version = "4.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
+checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
dependencies = [
"anstyle",
"clap_lex",
@@ -191,9 +190,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.0"
+version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
+checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
[[package]]
name = "criterion"
@@ -312,9 +311,9 @@ dependencies = [
[[package]]
name = "either"
-version = "1.12.0"
+version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
+checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "errno"
@@ -454,9 +453,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jobserver"
-version = "0.1.31"
+version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
+checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
@@ -472,9 +471,9 @@ dependencies = [
[[package]]
name = "lazy_static"
-version = "1.4.0"
+version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
+checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "lazycell"
@@ -490,9 +489,9 @@ checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
-version = "0.8.3"
+version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
+checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets",
@@ -506,15 +505,15 @@ checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "log"
-version = "0.4.21"
+version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
+checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
name = "memchr"
-version = "2.7.2"
+version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
+checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "memmap2"
@@ -558,9 +557,9 @@ checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
[[package]]
name = "oorandom"
-version = "11.1.3"
+version = "11.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
+checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
[[package]]
name = "peeking_take_while"
@@ -598,9 +597,12 @@ dependencies = [
[[package]]
name = "ppv-lite86"
-version = "0.2.17"
+version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
+checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
+dependencies = [
+ "zerocopy",
+]
[[package]]
name = "prettyplease"
@@ -609,7 +611,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
@@ -638,9 +640,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.85"
+version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
+checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
"unicode-ident",
]
@@ -706,9 +708,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.4"
+version = "1.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
+checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
dependencies = [
"aho-corasick",
"memchr",
@@ -718,9 +720,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.6"
+version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
+checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
dependencies = [
"aho-corasick",
"memchr",
@@ -729,9 +731,9 @@ dependencies = [
[[package]]
name = "regex-syntax"
-version = "0.8.3"
+version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
+checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
[[package]]
name = "rustc-hash"
@@ -745,7 +747,7 @@ version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
- "bitflags 2.5.0",
+ "bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
@@ -769,31 +771,32 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.203"
+version = "1.0.204"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
+checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.203"
+version = "1.0.204"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
+checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
name = "serde_json"
-version = "1.0.117"
+version = "1.0.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
+checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
dependencies = [
"itoa",
+ "memchr",
"ryu",
"serde",
]
@@ -806,9 +809,9 @@ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "subtle"
-version = "2.5.0"
+version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
+checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "syn"
@@ -823,9 +826,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.66"
+version = "2.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
+checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
dependencies = [
"proc-macro2",
"quote",
@@ -834,22 +837,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.61"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
+checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.61"
+version = "1.0.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
+checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
]
[[package]]
@@ -865,7 +868,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4942358446c999f04c71fbe9c58a21ed0fbba3d1"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#12dc46c9cafcce7d27d245e005ff56ed55958310"
dependencies = [
"bindgen",
"cc",
@@ -885,9 +888,9 @@ checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
[[package]]
name = "version_check"
-version = "0.9.4"
+version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
+checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "walkdir"
@@ -926,7 +929,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
"wasm-bindgen-shared",
]
@@ -948,7 +951,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.66",
+ "syn 2.0.72",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -1001,9 +1004,9 @@ dependencies = [
[[package]]
name = "windows-targets"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
+checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
@@ -1017,48 +1020,69 @@ dependencies = [
[[package]]
name = "windows_aarch64_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
+checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[package]]
name = "windows_aarch64_msvc"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
+checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
+checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
+checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
+checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
+checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
-version = "0.52.5"
+version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
+checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.52.5"
+version = "0.52.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
+
+[[package]]
+name = "zerocopy"
+version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
+checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
+dependencies = [
+ "byteorder",
+ "zerocopy-derive",
+]
+
+[[package]]
+name = "zerocopy-derive"
+version = "0.6.6"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
+dependencies = [
+ "proc-macro2",
+ "quote",
+ "syn 2.0.72",
+]
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index 5d57778e1..4dfb4f0ab 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.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index 1f6050063..a49ac922e 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.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 8dadf5f81..493b6d9de 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -16,8 +16,8 @@ bytes = "1"
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index ac5f169c5..fa9e80829 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,14 +47,14 @@ paste = "1"
rand = "0.8"
smallvec = "1.10"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-cert = { path = "../tor-cert", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-cert = { path = "../tor-cert", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-units = { path = "../tor-units", version = "0.21.0" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 299c99ca3..0fa36731a 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
derive_more = "0.99.3"
digest = "0.10.0"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 505bd8c23..3f4605f6d 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,20 +47,20 @@ rand = "0.8"
safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-cell = { path = "../tor-cell", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.20.0", default-features = false, features = [
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-cell = { path = "../tor-cell", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.21.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-units = { path = "../tor-units", version = "0.21.0" }
tracing = "0.1.36"
void = "1"
@@ -69,11 +69,11 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.13.0"
-tor-cell = { path = "../tor-cell", version = "0.20.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.20.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-cell = { path = "../tor-cell", version = "0.21.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.21.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index e4303193c..0e8f6bbdf 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "2"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index f3583c712..46470524a 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -77,21 +77,21 @@ safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.20.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.20.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-protover = { path = "../tor-protover", version = "0.20.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.21.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.21.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-protover = { path = "../tor-protover", version = "0.21.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -100,12 +100,12 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.20.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.20.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.21.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.21.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index f8a6dec17..b9c620a87 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,8 +45,8 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index ee418e0ec..c44df546a 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,9 +16,9 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-units = { path = "../tor-units", version = "0.21.0" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index ff655a9b6..9e46b9dfe 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,7 +23,7 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 166f80844..4f02cd996 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -55,20 +55,20 @@ httpdate = "1.0"
itertools = "0.13.0"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index e175da257..d11aaee3a 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -84,22 +84,22 @@ signature = "2"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.20.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.20.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.20.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.20.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.21.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.21.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.21.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -108,9 +108,9 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.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 1fcd805e8..a12ac5466 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.20.0"
+version = "0.21.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 25d0beb5b..ea1bb5762 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 4404dd804..78633c387 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -69,21 +69,21 @@ safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
-tor-proto = { path = "../tor-proto", version = "0.20.0" }
-tor-protover = { path = "../tor-protover", version = "0.20.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0", optional = true }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
+tor-proto = { path = "../tor-proto", version = "0.21.0" }
+tor-protover = { path = "../tor-protover", version = "0.21.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.21.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -92,11 +92,11 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" }
serde_json = "1.0.50"
tempfile = "3"
toml = "0.8.8"
-tor-netdir = { path = "../tor-netdir", version = "0.20.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-persist = { path = "../tor-persist", version = "0.20.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-persist = { path = "../tor-persist", version = "0.21.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index d0eca20bc..c69c70d13 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -49,37 +49,37 @@ safelog = { path = "../safelog", version = "0.3.6" }
slotmap = "1.0.6"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-cell = { path = "../tor-cell", version = "0.20.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.20.0" }
-tor-circmgr = { version = "0.20.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.20.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.20.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.20.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.20.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.20.0", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.20.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
-tor-proto = { version = "0.20.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-cell = { path = "../tor-cell", version = "0.21.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
+tor-circmgr = { version = "0.21.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.21.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.21.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.21.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.21.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.21.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.21.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
+tor-proto = { version = "0.21.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.21.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.20.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.20.0" }
-tor-circmgr = { version = "0.20.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.20.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.20.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.21.0" }
+tor-circmgr = { version = "0.21.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.21.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.21.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 82606a105..ff798bc79 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -36,15 +36,15 @@ safelog = { path = "../safelog", version = "0.3.6" }
signature = "2"
subtle = "2"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { version = "0.20.0", path = "../tor-bytes" }
-tor-error = { version = "0.20.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.20.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { version = "0.21.0", path = "../tor-bytes" }
+tor-error = { version = "0.21.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.21.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-units = { path = "../tor-units", version = "0.21.0" }
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.20.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.21.0", path = "../tor-basic-utils" }
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 525934e9a..5c36f8e4c 100644
--- a/crates/tor-hspow/Cargo.toml
+++ b/crates/tor-hspow/Cargo.toml
@@ -24,7 +24,7 @@ derive_more = "0.99.3"
equix = { path = "../equix", version = "0.1.3" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.20.0", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.21.0", path = "../tor-hscrypto" }
[dev-dependencies]
hex-literal = "0.4.1"
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index e5163ba6f..812761459 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -34,14 +34,14 @@ safelog = { version = "0.3.6", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.20.0", path = "../tor-cell" }
-tor-config = { version = "0.20.0", path = "../tor-config" }
-tor-error = { version = "0.20.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.20.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.20.0" }
-tor-proto = { version = "0.20.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.21.0", path = "../tor-cell" }
+tor-config = { version = "0.21.0", path = "../tor-config" }
+tor-error = { version = "0.21.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.21.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.21.0" }
+tor-proto = { version = "0.21.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index b4c6f9a04..d1f15d475 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -63,30 +63,30 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.20.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { version = "0.20.0", path = "../tor-bytes" }
-tor-cell = { version = "0.20.0", path = "../tor-cell", features = ["hs"] }
-tor-circmgr = { version = "0.20.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-config = { version = "0.20.0", path = "../tor-config" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.20.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.20.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.20.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.20.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.20.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.20.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.20.0" }
-tor-netdir = { version = "0.20.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.20.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.20.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.20.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { version = "0.21.0", path = "../tor-bytes" }
+tor-cell = { version = "0.21.0", path = "../tor-cell", features = ["hs"] }
+tor-circmgr = { version = "0.21.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.21.0", path = "../tor-config" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.21.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.21.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.21.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.21.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.21.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.21.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.21.0" }
+tor-netdir = { version = "0.21.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.21.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.21.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.21.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.20.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.20.0" }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.21.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.21.0" }
+tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -97,10 +97,10 @@ serde_json = "1.0.104"
slotmap = "1.0.6"
tempfile = "3"
test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-keymgr = { version = "0.20.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.20.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0", features = ["testing"] }
-tor-persist = { version = "0.20.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-keymgr = { version = "0.21.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.21.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["testing"] }
+tor-persist = { version = "0.21.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
tracing-test = "0.2.4"
walkdir = "2"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index fd98f9fe5..cfb5edaec 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -50,19 +50,19 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.21.0" }
walkdir = { version = "2" }
zeroize = "1"
[dev-dependencies]
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index e54d2543f..a8bf0b2c8 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -43,11 +43,11 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-protover = { path = "../tor-protover", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-protover = { path = "../tor-protover", version = "0.21.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 4fe350030..ea2204a37 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -66,7 +66,7 @@ cipher = "0.4.1"
hex-literal = "0.4"
rand = "0.8"
serde_test = "1.0.124"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index 11bb2cf11..bf8d600f5 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.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -22,8 +22,8 @@ futures = "0.3.14"
humantime = "2"
once_cell = "1.18"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.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 bb3c7afa3..481243eaa 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -22,19 +22,19 @@ serde = { version = "1.0.103", features = ["derive"] }
slotmap = "1.0.6"
static_assertions = "1"
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.20.0" }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.21.0" }
+tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
[dev-dependencies]
itertools = "0.13.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 54f8c5765..cdcc10e13 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -60,15 +60,15 @@ static_assertions = "1"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.20.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
-tor-protover = { path = "../tor-protover", version = "0.20.0" }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.21.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
+tor-protover = { path = "../tor-protover", version = "0.21.0" }
+tor-units = { path = "../tor-units", version = "0.21.0" }
tracing = "0.1.36"
typed-index-collections = "3.1"
visibility = { version = "0.1.0", optional = true }
@@ -77,7 +77,7 @@ 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.20.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index afff6ae23..0ab9df9f2 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -104,17 +104,17 @@ subtle = "2"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.7.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-cell = { path = "../tor-cell", version = "0.20.0" }
-tor-cert = { path = "../tor-cert", version = "0.20.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-protover = { path = "../tor-protover", version = "0.20.0" }
-tor-units = { version = "0.20.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-cell = { path = "../tor-cell", version = "0.21.0" }
+tor-cert = { path = "../tor-cert", version = "0.21.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-protover = { path = "../tor-protover", version = "0.21.0" }
+tor-units = { version = "0.21.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
@@ -125,7 +125,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.13.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.20.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.21.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 485379762..08beaa317 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -37,9 +37,9 @@ sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.20.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index fa44dcefa..d9fd41917 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -72,21 +72,21 @@ subtle = "2"
thiserror = "1"
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.20.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-cell = { path = "../tor-cell", version = "0.20.0" }
-tor-cert = { path = "../tor-cert", version = "0.20.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.20.0" }
-tor-config = { path = "../tor-config", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.20.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.20.0" }
-tor-units = { path = "../tor-units", version = "0.20.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-cell = { path = "../tor-cell", version = "0.21.0" }
+tor-cert = { path = "../tor-cert", version = "0.21.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
+tor-config = { path = "../tor-config", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-units = { path = "../tor-units", version = "0.21.0" }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0", optional = true }
@@ -101,7 +101,7 @@ itertools = "0.13.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.17.1"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 1c37ab378..4711282d6 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index ee731c3c8..abdcc1db5 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -38,21 +38,21 @@ futures = "0.3.14"
itertools = "0.13.0"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-chanmgr = { version = "0.20.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.20.0", path = "../tor-config" }
-tor-error = { version = "0.20.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.20.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.20.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-chanmgr = { version = "0.21.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.21.0", path = "../tor-config" }
+tor-error = { version = "0.21.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.21.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.21.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.20.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 88a1744f3..1cec47403 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.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -31,17 +31,17 @@ __is_experimental = []
[dependencies]
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.20.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.20.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.21.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.21.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0" }
[dev-dependencies]
once_cell = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20" }
-tor-netdir = { path = "../tor-netdir", version = "0.20.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.20.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21" }
+tor-netdir = { path = "../tor-netdir", version = "0.21.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 57d759f6b..8d868b47d 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.20.0"
+version = "0.21.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -24,8 +24,8 @@ paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
serde_repr = "0.1.12"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.20.0" }
-tor-error = { path = "../tor-error/", version = "0.20.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
+tor-error = { path = "../tor-error/", version = "0.21.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index c6abf798f..1906dbcf7 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -58,7 +58,7 @@ 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.20.0", path = "../tor-error" }
+tor-error = { version = "0.21.0", path = "../tor-error" }
tracing = "0.1.36"
x509-signature = { version = "0.5.0", optional = true }
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 702d72ab0..cef732a53 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -26,9 +26,9 @@ priority-queue = "2.0.3"
slotmap = "1.0.6"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.20.0", path = "../tor-async-utils" }
-tor-error = { version = "0.20.0", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.20.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
+tor-error = { version = "0.21.0", path = "../tor-error", features = ["tracing"] }
+tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -36,8 +36,8 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.20.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.20.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "tor-async-utils/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 8784de83d..d364ffbf5 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.20.0"
+version = "0.21.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,8 +24,8 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.4.5" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.20.0" }
-tor-error = { path = "../tor-error", version = "0.20.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.21.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 8413262ef..375fe1f3c 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.20.0"
+version = "0.21.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"