aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock90
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml34
-rw-r--r--crates/arti-config/Cargo.toml2
-rw-r--r--crates/arti-hyper/Cargo.toml6
-rw-r--r--crates/arti-rpcserver/Cargo.toml8
-rw-r--r--crates/arti-testing/Cargo.toml18
-rw-r--r--crates/arti/Cargo.toml10
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml2
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml4
-rw-r--r--crates/tor-cell/Cargo.toml8
-rw-r--r--crates/tor-cert/Cargo.toml4
-rw-r--r--crates/tor-chanmgr/Cargo.toml20
-rw-r--r--crates/tor-checkable/Cargo.toml2
-rw-r--r--crates/tor-circmgr/Cargo.toml32
-rw-r--r--crates/tor-config/Cargo.toml8
-rw-r--r--crates/tor-congestion/Cargo.toml6
-rw-r--r--crates/tor-consdiff/Cargo.toml2
-rw-r--r--crates/tor-dirclient/Cargo.toml14
-rw-r--r--crates/tor-dirmgr/Cargo.toml30
-rw-r--r--crates/tor-error/Cargo.toml4
-rw-r--r--crates/tor-events/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml4
-rw-r--r--crates/tor-guardmgr/Cargo.toml24
-rw-r--r--crates/tor-hsclient/Cargo.toml42
-rw-r--r--crates/tor-hscrypto/Cargo.toml8
-rw-r--r--crates/tor-hsservice/Cargo.toml8
-rw-r--r--crates/tor-keymgr/Cargo.toml10
-rw-r--r--crates/tor-linkspec/Cargo.toml6
-rw-r--r--crates/tor-llcrypto/Cargo.toml4
-rw-r--r--crates/tor-netdir/Cargo.toml18
-rw-r--r--crates/tor-netdoc/Cargo.toml12
-rw-r--r--crates/tor-persist/Cargo.toml6
-rw-r--r--crates/tor-proto/Cargo.toml14
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml12
-rw-r--r--crates/tor-rpcbase/Cargo.toml4
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml4
-rw-r--r--crates/tor-socksproto/Cargo.toml4
-rw-r--r--crates/tor-units/Cargo.toml2
46 files changed, 256 insertions, 256 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 98814e3d5..ec2147300 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -155,7 +155,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti"
-version = "1.1.6"
+version = "1.1.7"
dependencies = [
"anyhow",
"arti-client",
@@ -206,7 +206,7 @@ dependencies = [
[[package]]
name = "arti-bench"
-version = "0.8.6"
+version = "0.8.7"
dependencies = [
"anyhow",
"arti",
@@ -228,7 +228,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.9.2"
+version = "0.10.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -279,11 +279,11 @@ dependencies = [
[[package]]
name = "arti-config"
-version = "0.6.2"
+version = "0.6.3"
[[package]]
name = "arti-hyper"
-version = "0.9.2"
+version = "0.10.1"
dependencies = [
"anyhow",
"arti-client",
@@ -302,7 +302,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arti-client",
"asynchronous-codec",
@@ -334,7 +334,7 @@ dependencies = [
[[package]]
name = "arti-testing"
-version = "0.8.6"
+version = "0.8.7"
dependencies = [
"anyhow",
"arti",
@@ -762,7 +762,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "caret"
-version = "0.4.2"
+version = "0.4.3"
[[package]]
name = "cast"
@@ -1703,7 +1703,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -3367,7 +3367,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]
name = "retry-error"
-version = "0.4.2"
+version = "0.5.0"
dependencies = [
"anyhow",
"derive_more",
@@ -3578,7 +3578,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.3.2"
+version = "0.3.3"
dependencies = [
"derive_more",
"educe",
@@ -4436,7 +4436,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"futures",
"futures-await-test",
@@ -4449,7 +4449,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"derive_more",
"educe",
@@ -4465,7 +4465,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"bytes",
"digest 0.10.7",
@@ -4482,7 +4482,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.12.0"
+version = "0.12.1"
dependencies = [
"bitflags 2.3.3",
"bytes",
@@ -4506,7 +4506,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"base64ct",
"caret",
@@ -4524,7 +4524,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.9.2"
+version = "0.10.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -4558,7 +4558,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -4568,7 +4568,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.9.1"
+version = "0.10.0"
dependencies = [
"amplify",
"async-trait",
@@ -4611,7 +4611,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.9.2"
+version = "0.9.3"
dependencies = [
"config",
"derive_builder_fork_arti",
@@ -4641,7 +4641,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"thiserror",
"tor-error",
@@ -4651,7 +4651,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.5.3"
+version = "0.5.4"
dependencies = [
"digest 0.10.7",
"hex",
@@ -4661,7 +4661,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.7.2"
+version = "0.8.0"
dependencies = [
"async-compression",
"base64ct",
@@ -4689,7 +4689,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.10.2"
+version = "0.11.0"
dependencies = [
"anyhow",
"async-trait",
@@ -4744,7 +4744,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"backtrace",
"derive_more",
@@ -4760,7 +4760,7 @@ dependencies = [
[[package]]
name = "tor-events"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"async-broadcast",
"futures",
@@ -4773,7 +4773,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"derive_more",
"once_cell",
@@ -4784,7 +4784,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.9.2"
+version = "0.10.0"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -4824,7 +4824,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.3.0"
+version = "0.4.0"
dependencies = [
"async-trait",
"derive_more",
@@ -4869,7 +4869,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"data-encoding",
"derive_more",
@@ -4908,7 +4908,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.2.2"
+version = "0.2.3"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@@ -4923,7 +4923,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"derive_builder_fork_arti",
"derive_more",
@@ -4946,7 +4946,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"base64ct",
"by_address",
@@ -4973,7 +4973,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"aes",
"base64ct",
@@ -5009,7 +5009,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.9.2"
+version = "0.9.3"
dependencies = [
"bitflags 2.3.3",
"derive_builder_fork_arti",
@@ -5048,7 +5048,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"amplify",
"anyhow",
@@ -5093,7 +5093,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"derive_more",
"fs-mistrust",
@@ -5109,7 +5109,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.11.1"
+version = "0.12.0"
dependencies = [
"asynchronous-codec",
"bytes",
@@ -5160,7 +5160,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"caret",
"thiserror",
@@ -5168,7 +5168,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.3.2"
+version = "0.4.1"
dependencies = [
"anyhow",
"async-trait",
@@ -5191,7 +5191,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"assert-impl",
"downcast-rs",
@@ -5212,7 +5212,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.9.2"
+version = "0.9.3"
dependencies = [
"async-io",
"async-native-tls",
@@ -5233,7 +5233,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.8.2"
+version = "0.9.0"
dependencies = [
"amplify",
"async-trait",
@@ -5257,7 +5257,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.7.2"
+version = "0.7.3"
dependencies = [
"arbitrary",
"caret",
@@ -5270,7 +5270,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.6.2"
+version = "0.6.3"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 71ebc9f36..9827c72b8 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.8.6"
+version = "0.8.7"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@@ -17,18 +17,18 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.1.6" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2" }
+arti = { path = "../arti", version = "1.1.7" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0" }
clap = "3.2.20"
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
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.2" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", 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 2cc9abc22..2467046b7 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.9.2"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -108,7 +108,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.1", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
@@ -119,24 +119,24 @@ safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
tor-cell = { path = "../tor-cell", version = "0.12.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.9.1" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.2", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.3.0", optional = true }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.10.0" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.5.3", features = ["tracing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.4.0", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.1.0", default-features = false }
+tor-keymgr = { path = "../tor-keymgr", version = "0.2.0", default-features = false }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
-tor-persist = { path = "../tor-persist", version = "0.7.1" }
-tor-proto = { path = "../tor-proto", version = "0.11.1" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.1", optional = true }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" }
+tor-persist = { path = "../tor-persist", version = "0.7.3" }
+tor-proto = { path = "../tor-proto", version = "0.12.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.4.1", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml
index a651b14d6..f36d1d262 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-version = "0.6.2"
+version = "0.6.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index cb404e830..c3baa809f 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.9.2"
+version = "0.10.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.9.2" }
+arti-client = { path = "../arti-client", version = "0.10.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -44,7 +44,7 @@ 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.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies]
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index b19fa7003..98ce0431c 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.2.0"
+version = "0.2.1"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@@ -23,7 +23,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.9.2", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.10.0", features = ["rpc"] }
asynchronous-codec = { version = "0.6.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@@ -39,7 +39,7 @@ thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
@@ -50,4 +50,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 71575843f..8f6ab83a2 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.8.6"
+version = "0.8.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -26,8 +26,8 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.1.6" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.1.7" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0", features = ["dirfilter"] }
async-trait = "0.1.54"
cfg-if = "1.0.0"
clap = "3.2.20"
@@ -37,12 +37,12 @@ pin-project = "1"
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.7.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.2", features = ["dirfilter"] }
-tor-error = { path = "../tor-error", version = "0.5.2" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.1", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3", features = ["experimental-api"] }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.11.0", features = ["dirfilter"] }
+tor-error = { path = "../tor-error", version = "0.5.3" }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.2", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 3bf82285a..8e98b432f 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.6"
+version = "1.1.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -89,7 +89,7 @@ __is_experimental = []
[dependencies]
arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
backtrace = "0.3.39"
cfg-if = "1.0.0"
@@ -97,7 +97,7 @@ clap = "3.2.20"
config = { version = "0.13", 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.1" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
futures = "0.3.14"
humantime = "2"
humantime-serde = "1.1.1"
@@ -116,8 +116,8 @@ 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.2" }
-tor-error = { path = "../tor-error", version = "0.5.2", default-features = false, features = ["tracing"] }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3", default-features = false, features = ["tracing"] }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.2" }
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index d9e20cb89..fe4e144ef 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.4.2"
+version = "0.4.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 648624ff1..411368776 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index b68675fdd..8ad68732b 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.4.2"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 78abd6d1e..4c42a94b4 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.3.2"
+version = "0.3.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index f7388a2b4..00c39bde6 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.1.2"
+version = "0.1.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index ab3d06640..71d9492f4 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.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 9edaed546..de894f7f3 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -18,7 +18,7 @@ educe = "0.4.6"
generic-array = "0.14.3"
signature = "1"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
zeroize = "1"
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 99db6040f..0820f54d7 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.12.0"
+version = "0.12.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@@ -46,12 +46,12 @@ educe = "0.4.6"
paste = "1"
rand = "0.8"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cert = { path = "../tor-cert", version = "0.7.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1