summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml50
-rw-r--r--crates/arti-relay/Cargo.toml16
-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.toml28
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/equix/Cargo.toml2
-rw-r--r--crates/equix/bench/Cargo.lock149
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/fslock-guard/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock141
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml6
-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.toml12
-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.toml20
-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.toml10
-rw-r--r--crates/tor-socksproto/Cargo.toml6
-rw-r--r--crates/tor-units/Cargo.toml2
53 files changed, 539 insertions, 517 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 29468d0be..db31c9ebe 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.6" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0" }
+arti = { path = "../arti", version = "1.2.7" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.22.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.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.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 3557f6eb3..3a893a71b 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -136,28 +136,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.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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.22.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.22.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.22.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.22.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.22.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.22.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.22.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
void = "1"
@@ -176,8 +176,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.8.8"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.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 95d2a1dcd..4ae75bd81 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -37,13 +37,13 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["serde"] }
serde = { version = "1.0.103", features = ["derive"] }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.21.0" }
-tor-config = { path = "../tor-config", version = "0.21.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.21.0", default-features = false }
-tor-netdir = { path = "../tor-netdir", 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" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.22.0", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
[dev-dependencies]
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 85f6cd7a9..5b0bafe6d 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.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -31,7 +31,7 @@ void = "1"
rand = "0.8"
rand_chacha = "0.3"
socketpair = "0.19"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
[features]
full = ["ffi", "caret/full"]
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index a05779285..4f32a5c38 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.21.0"
+version = "0.22.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -27,7 +27,7 @@ full = [
describe-methods = ["tor-rpcbase/describe-methods"]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.21.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.22.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -44,13 +44,13 @@ serde_json = "1.0.50"
slotmap-careful = { path = "../slotmap-careful", version = "0.1.0" }
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
-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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0", features = ["stream-ctrl"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -58,4 +58,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 2a297e0db..3b0650c2e 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.6" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.2.7" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.22.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.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 = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.22.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.22.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.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 84e8d3f56..165ccb87b 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.2.6"
+version = "1.2.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -105,11 +105,11 @@ __is_experimental = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.21.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.22.0", default-features = false, features = [
"anyhow",
] }
-arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.21.0", default-features = false, optional = true }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.21.0", optional = true }
+arti-relay = { package = "arti-relay", path = "../arti-relay", version = "0.22.0", default-features = false, optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.22.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
@@ -141,14 +141,14 @@ time = "0.3.18"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "0.8.8"
-tor-async-utils = { path = "../tor-async-utils", version = "0.21.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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.22.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.22.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.22.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.22.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -163,8 +163,8 @@ regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.21.0", path = "../tor-async-utils" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
trycmd = "0.15.4"
[target.'cfg(windows)'.dependencies]
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index 649dbcc2c..8cfdb819d 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.4.6"
+version = "0.4.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index 2101f61cb..e5d2de831 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.1.6"
+version = "0.1.7"
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 322fe3567..5be9a6e98 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -25,9 +25,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "arrayvec"
-version = "0.7.4"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
+checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.72",
+ "syn 2.0.77",
"which",
]
@@ -108,12 +108,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.1.7"
+version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
+checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
dependencies = [
"jobserver",
"libc",
+ "shlex",
]
[[package]]
@@ -171,18 +172,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.13"
+version = "4.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
+checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.13"
+version = "4.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
+checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
dependencies = [
"anstyle",
"clap_lex",
@@ -317,7 +318,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "equix"
-version = "0.1.6"
+version = "0.1.7"
dependencies = [
"arrayvec",
"hashx",
@@ -343,7 +344,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -410,9 +411,9 @@ dependencies = [
[[package]]
name = "hermit-abi"
-version = "0.3.9"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
+checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hex"
@@ -426,18 +427,18 @@ version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
name = "is-terminal"
-version = "0.4.12"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
+checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
dependencies = [
"hermit-abi",
"libc",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -466,9 +467,9 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.69"
+version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
+checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
@@ -487,9 +488,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.155"
+version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libloading"
@@ -601,21 +602,21 @@ dependencies = [
[[package]]
name = "ppv-lite86"
-version = "0.2.18"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
+checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "prettyplease"
-version = "0.2.20"
+version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
+checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
dependencies = [
"proc-macro2",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
@@ -653,9 +654,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.36"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
@@ -712,9 +713,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.5"
+version = "1.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
+checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
dependencies = [
"aho-corasick",
"memchr",
@@ -747,15 +748,15 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.34"
+version = "0.38.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
+checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -775,29 +776,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.204"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
+checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.204"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
+checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
name = "serde_json"
-version = "1.0.121"
+version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
+checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",
@@ -830,9 +831,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.72"
+version = "2.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
+checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
dependencies = [
"proc-macro2",
"quote",
@@ -856,7 +857,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
@@ -872,7 +873,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#12dc46c9cafcce7d27d245e005ff56ed55958310"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#17a70ab7c53b31a51ce615f7ad280c7df32e8701"
dependencies = [
"bindgen",
"cc",
@@ -898,13 +899,13 @@ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "visibility"
-version = "0.1.0"
+version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b3fd98999db9227cf28e59d83e1f120f42bc233d4b152e8fab9bc87d5bb1e0f8"
+checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
@@ -925,34 +926,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
+checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
"cfg-if",
+ "once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
+checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
+checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -960,28 +962,28 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
+checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
+checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "web-sys"
-version = "0.3.69"
+version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
+checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -1001,11 +1003,11 @@ dependencies = [
[[package]]
name = "winapi-util"
-version = "0.1.8"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
+checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
- "windows-sys",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -1018,6 +1020,15 @@ dependencies = [
]
[[package]]
+name = "windows-sys"
+version = "0.59.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
+dependencies = [
+ "windows-targets",
+]
+
+[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1083,9 +1094,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "zerocopy"
-version = "0.6.6"
+version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
+checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
@@ -1093,11 +1104,11 @@ dependencies = [
[[package]]
name = "zerocopy-derive"
-version = "0.6.6"
+version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
+checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 7ad59b00e..2bb342c2a 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.12"
+version = "0.7.13"
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 ff73a422e..a9e1dced6 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.1.4"
+version = "0.1.5"
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 a5e789a82..75ae42f62 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -25,9 +25,9 @@ checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "arrayvec"
-version = "0.7.4"
+version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
+checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "autocfg"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.72",
+ "syn 2.0.77",
"which",
]
@@ -108,12 +108,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.1.7"
+version = "1.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26a5c3fd7bfa1ce3897a3a3501d362b2d87b7f2583ebcb4a949ec25911025cbc"
+checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6"
dependencies = [
"jobserver",
"libc",
+ "shlex",
]
[[package]]
@@ -171,18 +172,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.13"
+version = "4.5.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc"
+checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.13"
+version = "4.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99"
+checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
dependencies = [
"anstyle",
"clap_lex",
@@ -322,7 +323,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -400,9 +401,9 @@ dependencies = [
[[package]]
name = "hermit-abi"
-version = "0.3.9"
+version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
+checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
[[package]]
name = "hex"
@@ -416,7 +417,7 @@ version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -427,13 +428,13 @@ checksum = "71a816c97c42258aa5834d07590b718b4c9a598944cd39a52dc25b351185d678"
[[package]]
name = "is-terminal"
-version = "0.4.12"
+version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
+checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
dependencies = [
"hermit-abi",
"libc",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -462,9 +463,9 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.69"
+version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
+checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
"wasm-bindgen",
]
@@ -483,9 +484,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.155"
+version = "0.2.158"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
+checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
[[package]]
name = "libloading"
@@ -597,21 +598,21 @@ dependencies = [
[[package]]
name = "ppv-lite86"
-version = "0.2.18"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dee4364d9f3b902ef14fab8a1ddffb783a1cb6b4bba3bfc1fa3922732c7de97f"
+checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
[[package]]
name = "prettyplease"
-version = "0.2.20"
+version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
+checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
dependencies = [
"proc-macro2",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
@@ -649,9 +650,9 @@ dependencies = [
[[package]]
name = "quote"
-version = "1.0.36"
+version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
+checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
"proc-macro2",
]
@@ -708,9 +709,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.10.5"
+version = "1.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
+checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
dependencies = [
"aho-corasick",
"memchr",
@@ -743,15 +744,15 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.34"
+version = "0.38.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
+checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f"
dependencies = [
"bitflags 2.6.0",
"errno",
"libc",
"linux-raw-sys",
- "windows-sys",
+ "windows-sys 0.52.0",
]
[[package]]
@@ -771,29 +772,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.204"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bc76f558e0cbb2a839d37354c575f1dc3fdc6546b5be373ba43d95f231bf7c12"
+checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.204"
+version = "1.0.209"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e0cd7e117be63d3c3678776753929474f3b04a43a080c744d6b0ae2a8c28e222"
+checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
name = "serde_json"
-version = "1.0.121"
+version = "1.0.127"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4ab380d7d9f22ef3f21ad3e6c1ebe8e4fc7a2000ccba2e4d71fc96f15b2cb609"
+checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad"
dependencies = [
"itoa",
"memchr",
@@ -826,9 +827,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.72"
+version = "2.0.77"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
+checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed"
dependencies = [
"proc-macro2",
"quote",
@@ -852,7 +853,7 @@ checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
[[package]]
@@ -868,7 +869,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#12dc46c9cafcce7d27d245e005ff56ed55958310"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#17a70ab7c53b31a51ce615f7ad280c7df32e8701"
dependencies = [
"bindgen",
"cc",
@@ -910,34 +911,35 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
+checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
"cfg-if",
+ "once_cell",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
+checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
+checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -945,28 +947,28 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
+checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.92"
+version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
+checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "web-sys"
-version = "0.3.69"
+version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
+checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -986,11 +988,11 @@ dependencies = [
[[package]]
name = "winapi-util"
-version = "0.1.8"
+version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
+checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
dependencies = [
- "windows-sys",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -1003,6 +1005,15 @@ dependencies = [
]
[[package]]
+name = "windows-sys"
+version = "0.59.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
+dependencies = [
+ "windows-targets",
+]
+
+[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1068,9 +1079,9 @@ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "zerocopy"
-version = "0.6.6"
+version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "854e949ac82d619ee9a14c66a1b674ac730422372ccb759ce0c39cabcf2bf8e6"
+checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive",
@@ -1078,11 +1089,11 @@ dependencies = [
[[package]]
name = "zerocopy-derive"
-version = "0.6.6"
+version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "125139de3f6b9d625c39e2efdd73d41bdac468ccd556556440e322be0e1bbd91"
+checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.72",
+ "syn 2.0.77",
]
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index 1ee858232..c893f3866 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.5.3"
+version = "0.5.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 0c56c77cc..de291785c 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.3.7"
+version = "0.3.8"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index df05ac221..bc07edd89 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.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,8 +23,8 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
[features]
full = []
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index a567748b3..170020aec 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.21.0"
+version = "0.22.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 e63264c70..2342c0b33 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.21.0"
+version = "0.22.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.21.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 8c2d712b8..4321e2a7f 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-cert = { path = "../tor-cert", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-units = { path = "../tor-units", version = "0.22.0" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 1eb03fd0a..b67ecaa58 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.21.0"
+version = "0.22.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.21.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.21.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index ce64075ab..cdb4a65a9 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -50,20 +50,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.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 = [
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-cell = { path = "../tor-cell", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.22.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.21.0" }
+tor-units = { path = "../tor-units", version = "0.22.0" }
tracing = "0.1.36"
void = "1"
@@ -72,10 +72,10 @@ 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.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" }
+tor-cell = { path = "../tor-cell", version = "0.22.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.22.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index ea1ec427e..3a8673e9f 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.21.0"
+version = "0.22.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.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index f0dc45174..9effdc0f3 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -80,21 +80,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.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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.22.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-protover = { path = "../tor-protover", version = "0.22.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -103,11 +103,11 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-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" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.22.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.22.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index d133764b7..81ad4399e 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -49,9 +49,9 @@ 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.21.0" }
-tor-error = { path = "../tor-error", version = "0.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
void = "1"
@@ -61,8 +61,8 @@ rmp-serde = "1"
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 72ada92e9..eb1c56697 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.21.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.21.0" }
-tor-units = { path = "../tor-units", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-units = { path = "../tor-units", version = "0.22.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 4ccc25c1e..3a32169e2 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,6 +23,6 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.21.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 126ba1d22..8645d5fc7 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -55,19 +55,19 @@ httpdate = "1.0"
itertools = "0.13.0"
memchr = "2.5"
thiserror = "1"
-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" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 98c6d3515..e7c72a71c 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -86,22 +86,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.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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.22.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.22.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.22.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -110,9 +110,9 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-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" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.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 277abbb12..0d2ff45e4 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.21.0"
+version = "0.22.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 ea1bb5762..c23f4efcd 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.21.0"
+version = "0.22.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 cfd85f577..df8b7b390 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -73,21 +73,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.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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
+tor-proto = { path = "../tor-proto", version = "0.22.0" }
+tor-protover = { path = "../tor-protover", version = "0.22.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.22.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -96,11 +96,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.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" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-persist = { path = "../tor-persist", version = "0.22.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 7713b83ea..2a2f456ba 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -57,37 +57,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.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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-cell = { path = "../tor-cell", version = "0.22.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.22.0" }
+tor-circmgr = { version = "0.22.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.22.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.22.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.22.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.22.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.22.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.22.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
+tor-proto = { version = "0.22.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.22.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.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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.22.0" }
+tor-circmgr = { version = "0.22.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.22.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.22.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index ff798bc79..a3f13c2b5 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { version = "0.22.0", path = "../tor-bytes" }
+tor-error = { version = "0.22.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.22.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-units = { path = "../tor-units", version = "0.22.0" }
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.21.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.22.0", path = "../tor-basic-utils" }
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 5c36f8e4c..b3e1a921d 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.21.0", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.22.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 2e4d1aac1..9d9a2d51b 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,14 +47,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.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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.22.0", path = "../tor-cell" }
+tor-config = { version = "0.22.0", path = "../tor-config" }
+tor-error = { version = "0.22.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.22.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.22.0" }
+tor-proto = { version = "0.22.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 12af37321..567c1e0ae 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -82,30 +82,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.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 = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { version = "0.22.0", path = "../tor-bytes" }
+tor-cell = { version = "0.22.0", path = "../tor-cell", features = ["hs"] }
+tor-circmgr = { version = "0.22.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.22.0", path = "../tor-config" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.22.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.22.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.22.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.22.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.22.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.22.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.22.0" }
+tor-netdir = { version = "0.22.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.22.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.22.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.22.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-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" }
+tor-protover = { version = "0.22.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.22.0" }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -116,10 +116,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.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" }
+tor-keymgr = { version = "0.22.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.22.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0", features = ["testing"] }
+tor-persist = { version = "0.22.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
tracing-test = "0.2.4"
walkdir = "2"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 919102839..ea001788b 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.22.0" }
walkdir = { version = "2" }
zeroize = "1"
[dev-dependencies]
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index a87af6731..aae4ecdfc 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-protover = { path = "../tor-protover", version = "0.22.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index b731954de..97251f146 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -67,7 +67,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.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.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 bf8d600f5..f4e4a5e4a 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.21.0"
+version = "0.22.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.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.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 f0bd4bd03..f8ef509ab 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -22,21 +22,21 @@ serde = { version = "1.0.103", features = ["derive"] }
slotmap = "1.0.6"
static_assertions = "1"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0", features = ["serde"] }
-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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.22.0" }
+tor-rtcompat = { version = "0.22.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.21.0" }
-tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.21.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 1ba2beca6..332edc1e5 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
+tor-protover = { path = "../tor-protover", version = "0.22.0" }
+tor-units = { path = "../tor-units", version = "0.22.0" }
tracing = "0.1.36"
typed-index-collections = "3.1"
visibility = { version = "0.1.0", optional = true }
@@ -77,6 +77,6 @@ visibility = { version = "0.1.0", optional = true }
float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
-tor-netdoc = { path = "../tor-netdoc", version = "0.21.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index e03c548bc..837312bfb 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.21.0"
+version = "0.22.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.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 }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-cell = { path = "../tor-cell", version = "0.22.0" }
+tor-cert = { path = "../tor-cert", version = "0.22.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-protover = { path = "../tor-protover", version = "0.22.0" }
+tor-units = { version = "0.22.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -126,7 +126,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.13.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.21.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.22.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 1ddfdd34c..037cb4684 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,9 +45,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.21.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
-tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index e05d37cb9..77113d2e2 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -75,21 +75,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.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" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-cell = { path = "../tor-cell", version = "0.22.0" }
+tor-cert = { path = "../tor-cert", version = "0.22.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.22.0" }
+tor-config = { path = "../tor-config", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.22.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
+tor-units = { path = "../tor-units", version = "0.22.0" }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0", optional = true }
@@ -104,6 +104,6 @@ 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.21.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 49b4e1b7c..4e421b693 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.21.0"
+version = "0.22.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 09bf974d2..bc20813b1 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -42,21 +42,21 @@ itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.1.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-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" }
+tor-async-utils = { version = "0.22.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-chanmgr = { version = "0.22.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.22.0", path = "../tor-config" }
+tor-error = { version = "0.22.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.22.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.22.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.21.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.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 021f40918..e7c10973e 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.21.0"
+version = "0.22.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.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" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.22.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.22.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.0" }
[dev-dependencies]
once_cell = "1"
-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"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22" }
+tor-netdir = { path = "../tor-netdir", version = "0.22.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.22.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 31133b173..2b5e3b3f1 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.21.0"
+version = "0.22.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.21.0" }
-tor-error = { path = "../tor-error/", version = "0.21.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-error = { path = "../tor-error/", version = "0.22.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index cc7e1066a..18946b491 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.21.0"
+version = "0.22.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.21.0", path = "../tor-error" }
+tor-error = { version = "0.22.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 77d095cf2..9c202c7c8 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -26,8 +26,8 @@ priority-queue = "2.0.3"
slotmap = "1.0.6"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
-tor-error = { version = "0.21.0", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.21.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.22.0", path = "../tor-error", features = ["tracing"] }
+tor-rtcompat = { version = "0.22.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -35,8 +35,8 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.21.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 9c40ec639..9f638266d 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.21.0"
+version = "0.22.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.21.0" }
-tor-error = { path = "../tor-error", version = "0.21.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index a46cb6f29..dcb056ec0 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.21.0"
+version = "0.22.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"