summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-12-04 17:24:34 +0000
committerNick Mathewson <nickm@torproject.org>2023-12-04 17:24:34 +0000
commitdb9a5263e7b185b90750c658dff8e5a50fce0a2e (patch)
tree1a6408de6e531fc760e0078a7be5bbf89211cf45
parent2d470071449fc1b0dbb58b6a6e652ff74b684564 (diff)
parentc730cd00e5c131f62425be190579c7ce4748e11c (diff)
downloadarti-db9a5263e7b185b90750c658dff8e5a50fce0a2e.tar.gz
arti-db9a5263e7b185b90750c658dff8e5a50fce0a2e.zip
Merge branch 'bumps-20231204' into 'main'arti-v1.1.11
Fixup-features and version bumps for today's release See merge request tpo/core/arti!1793
-rw-r--r--Cargo.lock70
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml50
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti-rpcserver/Cargo.toml14
-rw-r--r--crates/arti-testing/Cargo.toml16
-rw-r--r--crates/arti/Cargo.toml22
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml6
-rw-r--r--crates/tor-cell/Cargo.toml14
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml30
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml38
-rw-r--r--crates/tor-config/Cargo.toml6
-rw-r--r--crates/tor-congestion/Cargo.toml4
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dirmgr/Cargo.toml36
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml4
-rw-r--r--crates/tor-guardmgr/Cargo.toml28
-rw-r--r--crates/tor-hsclient/Cargo.toml48
-rw-r--r--crates/tor-hscrypto/Cargo.toml8
-rw-r--r--crates/tor-hspow/Cargo.toml2
-rw-r--r--crates/tor-hsrproxy/Cargo.toml14
-rw-r--r--crates/tor-hsservice/Cargo.toml44
-rw-r--r--crates/tor-keymgr/Cargo.toml12
-rw-r--r--crates/tor-linkspec/Cargo.toml8
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
-rw-r--r--crates/tor-log-ratelim/Cargo.toml7
-rw-r--r--crates/tor-netdir/Cargo.toml20
-rw-r--r--crates/tor-netdoc/Cargo.toml20
-rw-r--r--crates/tor-persist/Cargo.toml6
-rw-r--r--crates/tor-proto/Cargo.toml26
-rw-r--r--crates/tor-ptmgr/Cargo.toml18
-rw-r--r--crates/tor-rpcbase/Cargo.toml4
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml8
-rw-r--r--crates/tor-socksproto/Cargo.toml6
40 files changed, 327 insertions, 326 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 78dd86c43..c39d00d04 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -192,7 +192,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti"
-version = "1.1.10"
+version = "1.1.11"
dependencies = [
"anyhow",
"arti-client",
@@ -267,7 +267,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -326,7 +326,7 @@ version = "0.6.4"
[[package]]
name = "arti-hyper"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"anyhow",
"arti-client",
@@ -345,7 +345,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.2.4"
+version = "0.3.0"
dependencies = [
"arti-client",
"asynchronous-codec",
@@ -1867,7 +1867,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.4"
+version = "0.7.5"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -4753,7 +4753,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.7.5"
+version = "0.8.0"
dependencies = [
"bytes",
"digest",
@@ -4769,7 +4769,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"bitflags 2.4.1",
"bytes",
@@ -4793,7 +4793,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"base64ct",
"caret",
@@ -4812,7 +4812,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -4847,7 +4847,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.5.5"
+version = "0.6.0"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -4857,7 +4857,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"amplify",
"async-trait",
@@ -4903,7 +4903,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.9.6"
+version = "0.9.7"
dependencies = [
"config",
"derive-adhoc",
@@ -4946,7 +4946,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.5.6"
+version = "0.6.0"
dependencies = [
"digest",
"hex",
@@ -4956,7 +4956,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"async-compression",
"base64ct",
@@ -4984,7 +4984,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5041,7 +5041,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.5.4"
+version = "0.5.5"
dependencies = [
"backtrace",
"derive_more",
@@ -5070,7 +5070,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"derive_more",
"once_cell",
@@ -5081,7 +5081,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -5122,7 +5122,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"async-trait",
"derive_more",
@@ -5167,7 +5167,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.3.4"
+version = "0.4.0"
dependencies = [
"cipher",
"data-encoding",
@@ -5209,7 +5209,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"derive-adhoc",
"derive_builder_fork_arti",
@@ -5234,7 +5234,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5292,7 +5292,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"arrayvec",
"derive-adhoc",
@@ -5320,7 +5320,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.8.4"
+version = "0.9.0"
dependencies = [
"base64ct",
"by_address",
@@ -5347,7 +5347,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.5.6"
+version = "0.6.0"
dependencies = [
"aes",
"base64ct",
@@ -5383,7 +5383,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"futures",
"humantime 2.1.0",
@@ -5397,7 +5397,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.9.6"
+version = "0.10.0"
dependencies = [
"bitflags 2.4.1",
"derive_builder_fork_arti",
@@ -5436,7 +5436,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.9.1"
+version = "0.10.0"
dependencies = [
"amplify",
"anyhow",
@@ -5482,7 +5482,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.7.4"
+version = "0.8.0"
dependencies = [
"derive_more",
"fs-mistrust",
@@ -5498,7 +5498,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"asynchronous-codec",
"bitvec",
@@ -5558,7 +5558,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5582,7 +5582,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.1.5"
+version = "0.1.6"
dependencies = [
"assert-impl",
"downcast-rs",
@@ -5603,7 +5603,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.9.5"
+version = "0.9.6"
dependencies = [
"async-io 2.2.1",
"async-native-tls",
@@ -5624,7 +5624,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.11.0"
+version = "0.11.1"
dependencies = [
"amplify",
"async-trait",
@@ -5653,7 +5653,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.7.5"
+version = "0.8.0"
dependencies = [
"arbitrary",
"caret",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 1b6d4c178..3e2e56603 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,19 +17,19 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.1.10" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0" }
+arti = { path = "../arti", version = "1.1.11" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.12.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
futures = "0.3.14"
rand = "0.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.9.6" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", 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 8e3f75ecd..fc7be6a30 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -114,7 +114,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
directories = "5"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
@@ -126,28 +126,28 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-cell = { path = "../tor-cell", version = "0.13.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.12.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.6.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.4.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.4.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
-tor-persist = { path = "../tor-persist", version = "0.7.3" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.7.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-cell = { path = "../tor-cell", version = "0.14.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.12.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.13.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.13.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.1.3", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.12.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.7.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.5.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.5.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
+tor-persist = { path = "../tor-persist", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.8.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.6", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
void = "1"
@@ -167,7 +167,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
] }
tokio-util = { version = "0.7.0", features = ["compat"] }
toml = "0.7.2"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[package.metadata.docs.rs]
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 11aefe1da..0aeb8658c 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.11.0" }
+arti-client = { path = "../arti-client", version = "0.12.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -44,8 +44,8 @@ thiserror = "1"
tls-api = "0.9.0"
tls-api-native-tls = "0.9.0"
tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio"] }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies]
tls-api-openssl = "0.9.0"
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index ffc97d791..e199ec725 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.2.4"
+version = "0.3.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@@ -23,7 +23,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.11.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.12.0", features = ["rpc"] }
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@@ -38,11 +38,11 @@ serde_json = "1.0.50"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.6" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 72ef25446..6c9bf5f3b 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -26,8 +26,8 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.1.10" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.1.11" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.12.0", features = ["dirfilter"] }
async-trait = "0.1.54"
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["wrap_help"] }
@@ -38,15 +38,15 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.12.0", features = ["dirfilter"] }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.9.1", features = [
+tor-checkable = { path = "../tor-checkable", version = "0.6.0", features = ["experimental-api"] }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.13.0", features = ["dirfilter"] }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.10.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 34440b26f..f0f397abb 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.10"
+version = "1.1.11"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -90,9 +90,9 @@ onion-service-service = ["arti-client/onion-service-service", "tor-hsrproxy", "t
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.4", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.3.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.12.0", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
backtrace = "0.3.68"
cfg-if = "1.0.0"
@@ -100,7 +100,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help"] }
config = { version = "0.13.4", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
futures = "0.3.14"
humantime = "2"
humantime-serde = "1.1.1"
@@ -119,13 +119,13 @@ thiserror = "1"
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 }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.2.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.4.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.5" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.3.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.5.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.6", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.8.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 065f00c6a..9cd035499 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.4"
+version = "0.7.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 09a779369..b6e6d66da 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.7.5"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -17,8 +17,8 @@ digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
signature = "2"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index c2e857f0d..5308a8b87 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -47,12 +47,12 @@ paste = "1"
rand = "0.8"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cert = { path = "../tor-cert", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-cert = { path = "../tor-cert", version = "0.9.0" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index f4521d196..a6a4ffe3e 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -25,9 +25,9 @@ derive_more = "0.99.3"
digest = "0.10.0"
signature = "1"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 2e396cd55..546dc674e 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -49,15 +49,15 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-cell = { path = "../tor-cell", version = "0.13.0" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.5", default-features = false, features = [
+tor-cell = { path = "../tor-cell", version = "0.14.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.8.0", default-features = false, features = [
"client-handshake",
] }
tor-units = { path = "../tor-units", version = "0.6.1" }
@@ -69,11 +69,11 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.12.0"
-tor-cell = { path = "../tor-cell", version = "0.13.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.13.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-cell = { path = "../tor-cell", version = "0.14.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.14.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 23e938e14..74d98dc10 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.5.5"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 53134b6b4..b030fc1c4 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -72,18 +72,18 @@ static_assertions = "1"
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
-tor-persist = { path = "../tor-persist", version = "0.7.3" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.12.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.1.3", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.12.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
+tor-persist = { path = "../tor-persist", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -91,12 +91,12 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0", features = ["testing"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.12.0", features = ["testing"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.8.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index f4c39bbf4..2091a77fa 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.9.6"
+version = "0.9.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -33,7 +33,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "5", optional = true }
educe = "0.4.6"
either = "1"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
itertools = "0.12.0"
once_cell = "1"
paste = "1"
@@ -46,7 +46,7 @@ strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
toml = "0.7.2"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 6dd2f87b9..98a7d1da8 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,8 +16,8 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[features]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index e0e09eb6b..f7063a540 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.5.6"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -23,7 +23,7 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 475c8da84..404268c81 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -55,20 +55,20 @@ httpdate = "1.0"
itertools = "0.12.0"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.13.0" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 9a9ac3d5a..5e7ee9f27 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -62,7 +62,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "4"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -85,19 +85,19 @@ thiserror = "1"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.5.6" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.13.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.6.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.11.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.1.3", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.12.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
[dev-dependencies]
@@ -105,9 +105,9 @@ anyhow = "1.0.23"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
tracing-test = "0.2"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index f427d890a..bf9c1239d 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.5.4"
+version = "0.5.5"
authors = ["Ian Jackson <iwj@torproject.org>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 050bdf956..2e9ee39cf 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.1.2"
+version = "0.1.3"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -17,7 +17,7 @@ derive_more = "0.99.3"
once_cell = "1.18"
rangemap = "1.3"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
[features]
embedded-db = []
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index ebc726e63..a23d05b46 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -66,16 +66,16 @@ strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.7.3" }
-tor-proto = { path = "../tor-proto", version = "0.13.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.14.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
@@ -83,10 +83,10 @@ tracing = "0.1.36"
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.7.2"
-tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
-tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
+tor-persist = { path = "../tor-persist", version = "0.8.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index da73f0705..6cf9a5b9d 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.6.0"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -51,21 +51,21 @@ strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cell = { path = "../tor-cell", version = "0.13.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
-tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.4.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["hs-client"] }
-tor-proto = { version = "0.13.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-cell = { path = "../tor-cell", version = "0.14.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-circmgr = { version = "0.13.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.11.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
+tor-hscrypto = { version = "0.4.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.5.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.9.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.6.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.10.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0", features = ["hs-client"] }
+tor-proto = { version = "0.14.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.9.6", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
@@ -73,12 +73,12 @@ humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" }
-tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.12.0" }
+tor-circmgr = { version = "0.13.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.12.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.10.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.8.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
tracing-test = "0.2"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 6de063ee4..731f6c0e3 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.3.4"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -39,9 +39,9 @@ signature = "2"
subtle = "2"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { version = "0.7.5", path = "../tor-bytes" }
-tor-error = { version = "0.5.4", path = "../tor-error" }
-tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-bytes = { version = "0.8.0", path = "../tor-bytes" }
+tor-error = { version = "0.5.5", path = "../tor-error" }
+tor-llcrypto = { version = "0.6.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
tor-units = { path = "../tor-units", version = "0.6.1" }
zeroize = { version = "1", optional = true }
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 5e1c3d322..4a73a0145 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.2" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.4.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 672320c38..daebc612b 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.2.0"
+version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -34,12 +34,12 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-cell = { version = "0.13.0", path = "../tor-cell" }
-tor-config = { version = "0.9.6", path = "../tor-config" }
-tor-error = { version = "0.5.4", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.4.0" }
-tor-proto = { version = "0.13.0", path = "../tor-proto", features = ["experimental-api", "hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-cell = { version = "0.14.0", path = "../tor-cell" }
+tor-config = { version = "0.9.7", path = "../tor-config" }
+tor-error = { version = "0.5.5", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.5.0" }
+tor-proto = { version = "0.14.0", path = "../tor-proto", features = ["experimental-api", "hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 223c09a57..db785995f 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -34,7 +34,7 @@ full = [
"tor-linkspec/full",
"tor-netdoc/full",
"tor-units/full",
- "tor-persist/full",
+ "tor-persist/full", "tor-protover/full",
]
[dependencies]
@@ -62,39 +62,39 @@ serde_with = "3.0.0"
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { version = "0.7.5", path = "../tor-bytes" }
-tor-cell = { version = "0.13.0", path = "../tor-cell", features = ["hs"] }
-tor-cert = { path = "../tor-cert", version = "0.8.0" }
-tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-config = { version = "0.9.6", path = "../tor-config" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.5.4", path = "../tor-error" }
-tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.4.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.9.1", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.7.4", path = "../tor-persist" }
-tor-proto = { version = "0.13.0", path = "../tor-proto", features = [
+tor-bytes = { version = "0.8.0", path = "../tor-bytes" }
+tor-cell = { version = "0.14.0", path = "../tor-cell", features = ["hs"] }
+tor-cert = { path = "../tor-cert", version = "0.9.0" }
+tor-circmgr = { version = "0.13.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.9.7", path = "../tor-config" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.11.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.5.5", path = "../tor-error" }
+tor-hscrypto = { version = "0.4.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.5.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.9.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.6.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.10.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.10.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.8.0", path = "../tor-persist" }
+tor-proto = { version = "0.14.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
tor-protover = { version = "0.5.4", path = "../tor-protover" }
-tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.9.6", path = "../tor-rtcompat" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
void = "1"
[dev-dependencies]
anyhow = "1.0.72"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5" }
rmp-serde = "1"
serde_json = "1.0.104"
slotmap = "1.0.6"
tempfile = "3"
-tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-netdir = { version = "0.10.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
tracing-test = "0.2"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 67724baf4..fcb092979 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <gabi@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -30,17 +30,17 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
downcast-rs = "1.2.0"
dyn-clone = "1.0.11"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5", features = ["serde", "walkdir"] }
glob-match = "0.2.1"
itertools = "0.12.0"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5", features = ["keymgr"] }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0", features = ["keymgr"] }
walkdir = { version = "2" }
zeroize = "1"
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 6fcfb6749..3d18bae96 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.8.4"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -45,9 +45,9 @@ serde_with = "3.0.0"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
[dev-dependencies]
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 3ef4193c9..ca030cddd 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.5.6"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index 4de09096e..a36669809 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.0.1"
+version = "0.1.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -14,6 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[features]
default = []
+full = ["tor-error/full", "tor-rtcompat/full"]
[dependencies]
@@ -21,8 +22,8 @@ futures = "0.3.14"
humantime = "2"
once_cell = "1.18"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
tracing = "0.1.36"
weak-table = "0.3.0"
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index b0fb92f9f..4ac638187 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.9.6"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -63,14 +63,14 @@ strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-geoip = { path = "../tor-geoip", version = "0.1.1", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-geoip = { path = "../tor-geoip", version = "0.1.3", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
@@ -82,7 +82,7 @@ float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
rand_chacha = "0.3"
-tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.10.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 3d6eece6c..684535988 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.9.1"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -27,7 +27,7 @@ full = [
"tor-linkspec?/full",
"tor-llcrypto/full",
"tor-protover/full",
- "tor-units?/full",
+ "tor-units?/full", "tor-cell/full",
]
experimental = [
"build_docs",
@@ -104,14 +104,14 @@ thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.7.0"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cell = { path = "../tor-cell", version = "0.13.0" }
-tor-cert = { path = "../tor-cert", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-cell = { path = "../tor-cell", version = "0.14.0" }
+tor-cert = { path = "../tor-cert", version = "0.9.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-units = { version = "0.6.1", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 57806f12d..00b9301ac 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.7.4"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -23,12 +23,12 @@ __is_experimental = []
[dependencies]
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5", features = ["walkdir"] }
sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
tracing = "0.1.36"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index a2255cec8..055e3d00e 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -74,18 +74,18 @@ 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.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-cell = { path = "../tor-cell", version = "0.13.0" }
-tor-cert = { path = "../tor-cert", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.5" }
-tor-config = { path = "../tor-config", version = "0.9.6" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-cell = { path = "../tor-cell", version = "0.14.0" }
+tor-cert = { path = "../tor-cert", version = "0.9.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.6.0" }
+tor-config = { path = "../tor-config", version = "0.9.7" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.4.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.9.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.11.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typenum = "1.12"
@@ -101,7 +101,7 @@ itertools = "0.12.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.16.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 70c8d001a..7f7ce8050 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.7.0"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -32,24 +32,24 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.54"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.7.3", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.5", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-chanmgr = { version = "0.11.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.9.6", path = "../tor-config" }
-tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.7.5", path = "../tor-socksproto" }
+tor-chanmgr = { version = "0.12.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.9.7", path = "../tor-config" }
+tor-error = { version = "0.5.5", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.9.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.9.6", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.8.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.9.5", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index cd2f63ea0..aa5fe66a0 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.1.5"
+version = "0.1.6"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@@ -23,7 +23,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_repr = "0.1.12"
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
-tor-error = { path = "../tor-error/", version = "0.5.4", features = ["rpc"] }
+tor-error = { path = "../tor-error/", version = "0.5.5", features = ["rpc"] }
typetag = "0.2.7"
[dev-dependencies]
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 6b881d110..e28ddf2a6 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.9.5"
+version = "0.9.6"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 8903a0dda..1f8975c4f 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.11.0"
+version = "0.11.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.70"
@@ -27,8 +27,8 @@ slotmap = "1.0.6"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" }
+tor-error = { version = "0.5.5", path = "../tor-error", features = ["tracing"] }
+tor-rtcompat = { version = "0.9.6", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2"
void = "1"
@@ -37,7 +37,7 @@ void = "1"
futures-await-test = "0.3.0"
rand = "0.8"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.6", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "tor-async-utils/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 4e456a8c4..4caf15687 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.7.5"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
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.1" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.7.5" }
-tor-error = { path = "../tor-error", version = "0.5.4" }
+tor-bytes = { path = "../tor-bytes", version = "0.8.0" }
+tor-error = { path = "../tor-error", version = "0.5.5" }
[dev-dependencies]
hex-literal = "0.4"