summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock60
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml32
-rw-r--r--crates/arti-hyper/Cargo.toml4
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti/Cargo.toml10
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml4
-rw-r--r--crates/tor-cell/Cargo.toml14
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml24
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml28
-rw-r--r--crates/tor-config/Cargo.toml4
-rw-r--r--crates/tor-congestion/Cargo.toml6
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml12
-rw-r--r--crates/tor-dirmgr/Cargo.toml26
-rw-r--r--crates/tor-guardmgr/Cargo.toml24
-rw-r--r--crates/tor-hsclient/Cargo.toml12
-rw-r--r--crates/tor-hscrypto/Cargo.toml6
-rw-r--r--crates/tor-hsservice/Cargo.toml12
-rw-r--r--crates/tor-linkspec/Cargo.toml8
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
-rw-r--r--crates/tor-netdir/Cargo.toml18
-rw-r--r--crates/tor-netdoc/Cargo.toml16
-rw-r--r--crates/tor-persist/Cargo.toml4
-rw-r--r--crates/tor-proto/Cargo.toml18
-rw-r--r--crates/tor-ptmgr/Cargo.toml12
-rw-r--r--crates/tor-socksproto/Cargo.toml4
-rw-r--r--crates/tor-units/Cargo.toml2
31 files changed, 202 insertions, 202 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 3fed5475f..048e355aa 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -90,7 +90,7 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
[[package]]
name = "arti"
-version = "1.1.1"
+version = "1.1.2"
dependencies = [
"anyhow",
"arti-client",
@@ -132,7 +132,7 @@ dependencies = [
[[package]]
name = "arti-bench"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"anyhow",
"arti",
@@ -154,7 +154,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"anyhow",
"cfg-if",
@@ -203,7 +203,7 @@ version = "0.5.1"
[[package]]
name = "arti-hyper"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"anyhow",
"arti-client",
@@ -222,7 +222,7 @@ dependencies = [
[[package]]
name = "arti-testing"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"anyhow",
"arti",
@@ -1296,7 +1296,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -3612,7 +3612,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"arrayref",
"bytes",
@@ -3630,7 +3630,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"arrayref",
"bitflags",
@@ -3655,7 +3655,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"base64ct",
"caret",
@@ -3673,7 +3673,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -3707,7 +3707,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -3717,7 +3717,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"async-trait",
"bounded-vec-deque",
@@ -3757,7 +3757,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.7.1"
+version = "0.7.2"
dependencies = [
"config",
"derive_builder_fork_arti",
@@ -3787,7 +3787,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"thiserror",
"tor-error",
@@ -3797,7 +3797,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"digest 0.10.6",
"hex",
@@ -3807,7 +3807,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"async-compression",
"base64ct",
@@ -3834,7 +3834,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.9.1"
+version = "0.9.2"
dependencies = [
"anyhow",
"async-trait",
@@ -3915,7 +3915,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -3955,7 +3955,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@@ -3970,7 +3970,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"derive_more",
"digest 0.10.6",
@@ -3988,7 +3988,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@@ -4003,7 +4003,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"base64ct",
"by_address",
@@ -4029,7 +4029,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"aes",
"arrayref",
@@ -4065,7 +4065,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.7.1"
+version = "0.8.0"
dependencies = [
"bitflags",
"derive_builder_fork_arti",
@@ -4102,7 +4102,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"arrayref",
"base64ct",
@@ -4144,7 +4144,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"derive_more",
"fs-mistrust",
@@ -4160,7 +4160,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.8.1"
+version = "0.9.0"
dependencies = [
"arrayref",
"asynchronous-codec",
@@ -4217,7 +4217,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"anyhow",
"async-trait",
@@ -4277,7 +4277,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.6.1"
+version = "0.6.2"
dependencies = [
"arbitrary",
"caret",
@@ -4290,7 +4290,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.4.1"
+version = "0.5.0"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 2bd3b9421..ba06a552d 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.8.1"
+version = "0.8.2"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -13,18 +13,18 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.1.1" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.1" }
+arti = { path = "../arti", version = "1.1.2" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.2" }
clap = "3.2.20"
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
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.7.1" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index a1a49d2c5..96b8d9438 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -75,7 +75,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
directories = "4"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
@@ -86,23 +86,23 @@ safelog = { path = "../safelog", version = "0.2.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-cell = { path = "../tor-cell", version = "0.8.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.1" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.9.1", default-features = false, features = [
+tor-cell = { path = "../tor-cell", version = "0.9.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.7.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.9.2", default-features = false, features = [
"mmap",
] }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
-tor-persist = { path = "../tor-persist", version = "0.6.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.2.1", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
+tor-persist = { path = "../tor-persist", version = "0.6.2" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.2.2", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
tracing = "0.1.18"
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 006339531..8bca66307 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -25,7 +25,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.8.1" }
+arti-client = { path = "../arti-client", version = "0.8.2" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index d6898b2f9..e212543a6 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -16,8 +16,8 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.1.1" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.1", features = [
+arti = { package = "arti", path = "../arti", version = "1.1.2" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.2", features = [
"dirfilter",
] }
async-trait = "0.1.2"
@@ -29,13 +29,13 @@ pin-project = "1"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.7.1" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.9.1", features = [
+tor-checkable = { path = "../tor-checkable", version = "0.4.2", features = ["experimental-api"] }
+tor-config = { path = "../tor-config", version = "0.7.2" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.9.2", features = [
"dirfilter",
] }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.6.1", features = [
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.6.2", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 5ee8a511d..7ef238596 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.1"
+version = "1.1.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -68,14 +68,14 @@ experimental = ["arti-client/experimental", "experimental-api"]
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.1", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.2", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
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.6.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
futures = "0.3.14"
itertools = "0.10.1"
libc = "0.2"
@@ -89,10 +89,10 @@ serde = { version = "1.0.103", features = ["derive"] }
signal-hook = { version = "0.3", optional = true }
signal-hook-async-std = { version = "0.2", optional = true }
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1", default-features = false }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.6.1" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.6.2" }
tracing = "0.1.18"
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 95df40740..4b2169438 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 7f78d0dff..a425cbc40 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -20,7 +20,7 @@ generic-array = "0.14.3"
signature = "1"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 0d75633b4..3247be183 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -34,13 +34,13 @@ paste = "1"
rand = "0.8"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
-tor-cert = { path = "../tor-cert", version = "0.6.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
+tor-cert = { path = "../tor-cert", version = "0.6.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index d8041a304..a598dc9d8 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -22,9 +22,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
digest = "0.10.0"
signature = "1"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 6e6e89fe6..62e6df139 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -32,18 +32,18 @@ safelog = { path = "../safelog", version = "0.2.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-cell = { path = "../tor-cell", version = "0.8.0" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-cell = { path = "../tor-cell", version = "0.9.0" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.6.1", default-features = false, features = [
+tor-socksproto = { path = "../tor-socksproto", version = "0.6.2", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
tracing = "0.1.18"
void = "1"
@@ -52,9 +52,9 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.3"
itertools = "0.10.1"
-tor-cell = { path = "../tor-cell", version = "0.8.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.8.1", features = ["testing"] }
+tor-cell = { path = "../tor-cell", version = "0.9.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.9.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.7.0" }
[package.metadata.docs.rs]
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 5089ed313..3a4eb76ba 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -19,7 +19,7 @@ experimental-api = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
[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 447ba767c..d06bad9a2 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.7.1"
+version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -46,26 +46,26 @@ serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.1" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
-tor-persist = { path = "../tor-persist", version = "0.6.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
+tor-persist = { path = "../tor-persist", version = "0.6.2" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
tracing = "0.1.18"
weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1", features = ["testing"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.6.1", features = ["testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2", features = ["testing"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.6.2", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.7.0" }
[package.metadata.docs.rs]
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index b6b07e79a..16b1c34a9 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.7.1"
+version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -21,7 +21,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "4", optional = true }
educe = "0.4.6"
either = "1"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 26517b36a..516ede9e4 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.4.1"
+version = "0.4.2"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.60"
@@ -14,8 +14,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 92cd92181..0583900b8 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -19,7 +19,7 @@ slow-diff-apply = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
[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 dc548ca9d..bb72b92e3 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -30,12 +30,12 @@ httpdate = "1.0"
itertools = "0.10.1"
memchr = "2"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.1" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
tracing = "0.1.18"
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index f8351699d..e20bb33d7 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.9.1"
+version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -38,7 +38,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "2"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -60,17 +60,17 @@ strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.1" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.4.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.6.1", default-features = false }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.7.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.4.2" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.6.2", default-features = false }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
tracing = "0.1.18"
@@ -80,7 +80,7 @@ float_eq = "1.0.0"
hex-literal = "0.3"
tempfile = "3"
tokio = { version = "1.7", features = ["full"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.7.0" }
tracing-test = "0.2"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index a1fb7e41c..f68c74577 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -47,26 +47,26 @@ serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.7.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.6.1" }
-tor-proto = { path = "../tor-proto", version = "0.8.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.6.2" }
+tor-proto = { path = "../tor-proto", version = "0.9.0" }
tor-protover = { path = "../tor-protover", version = "0.4.0", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
tracing = "0.1.18"
[dev-dependencies]
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.7.2"
-tor-netdir = { path = "../tor-netdir", version = "0.7.1", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
-tor-persist = { path = "../tor-persist", version = "0.6.1", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
+tor-persist = { path = "../tor-persist", version = "0.6.2", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index bbb48c52a..ddeb4efc6 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -20,11 +20,11 @@ default = []
async-trait = "0.1.2"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.7.1", path = "../tor-circmgr", features = ["hs-client"] }
-tor-hscrypto = { version = "0.1.0", path = "../tor-hscrypto" }
-tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.7.1", path = "../tor-netdir" }
-tor-proto = { version = "0.8.1", path = "../tor-proto" }
+tor-circmgr = { version = "0.7.2", path = "../tor-circmgr", features = ["hs-client"] }
+tor-hscrypto = { version = "0.1.1", path = "../tor-hscrypto" }
+tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.8.0", path = "../tor-netdir" }
+tor-proto = { version = "0.9.0", path = "../tor-proto" }
tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
[dev-dependencies]
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 95b8ea2d2..fa12107f9 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -22,11 +22,11 @@ rand_core = "0.6.2"
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
-tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto", features = [
+tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto", features = [
"hsv3-client",
"hsv3-service",
] }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
[dev-dependencies]
hex-literal = "0.3"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 7358e2dff..9e9dec1d8 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -20,11 +20,11 @@ default = []
async-trait = "0.1.2"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.7.1", path = "../tor-circmgr", features = ["hs-service"] }
-tor-hscrypto = { version = "0.1.0", path = "../tor-hscrypto" }
-tor-llcrypto = { version = "0.4.1", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.7.1", path = "../tor-netdir" }
-tor-proto = { version = "0.8.1", path = "../tor-proto" }
+tor-circmgr = { version = "0.7.2", path = "../tor-circmgr", features = ["hs-service"] }
+tor-hscrypto = { version = "0.1.1", path = "../tor-hscrypto" }
+tor-llcrypto = { version = "0.4.2", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.8.0", path = "../tor-netdir" }
+tor-proto = { version = "0.9.0", path = "../tor-proto" }
tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
[dev-dependencies]
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index dc631ebd7..6d2a41bec 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -31,9 +31,9 @@ serde_with = "2.0.1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
tor-protover = { path = "../tor-protover", version = "0.4.0" }
[dev-dependencies]
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index a9572fd6e..7d44305e6 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index a9643cf49..bde482e0c 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.7.1"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -46,15 +46,15 @@ static_assertions = "1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2" }
tor-protover = { path = "../tor-protover", version = "0.4.0" }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
tracing = "0.1.18"
typed-index-collections = "3.1"
@@ -64,7 +64,7 @@ hex = "0.4"
hex-literal = "0.3"
rand_chacha = "0.3"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.1", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.6.2", 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 93c82c0b5..8e919d34f 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -80,15 +80,15 @@ smallvec = "1.10"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros"] }
tinystr = "0.7.0"
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
-tor-cert = { path = "../tor-cert", version = "0.6.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
+tor-cert = { path = "../tor-cert", version = "0.6.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
tor-protover = { path = "../tor-protover", version = "0.4.0" }
-tor-units = { version = "0.4.1", path = "../tor-units", optional = true }
+tor-units = { version = "0.5.0", path = "../tor-units", optional = true }
visibility = { version = "0.0.1", optional = true }
visible = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 71d7390af..b0d0bf604 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -18,7 +18,7 @@ testing = []
[dependencies]
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.0", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.6.2", features = ["walkdir"] }
sanitize-filename = "0.4.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index b2e88e3bf..432d92d3c 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.8.1"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -49,18 +49,18 @@ thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
-tor-cell = { path = "../tor-cell", version = "0.8.0" }
-tor-cert = { path = "../tor-cert", version = "0.6.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.0" }
-tor-config = { path = "../tor-config", version = "0.7.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
+tor-cell = { path = "../tor-cell", version = "0.9.0" }
+tor-cert = { path = "../tor-cert", version = "0.6.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
+tor-config = { path = "../tor-config", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.6.2" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.2" }
tor-protover = { path = "../tor-protover", version = "0.4.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
tor-rtmock = { path = "../tor-rtmock", version = "0.7.0" }
-tor-units = { path = "../tor-units", version = "0.4.1" }
+tor-units = { path = "../tor-units", version = "0.5.0" }
tracing = "0.1.18"
typenum = "1.12"
zeroize = "1"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index f42283c70..e47d43d5d 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.2.1"
+version = "0.2.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -22,16 +22,16 @@ experimental-api = ["visibility"]
[dependencies]
async-trait = "0.1.2"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.6.0", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.6.2", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.8.1", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.7.1", path = "../tor-config" }
+tor-chanmgr = { version = "0.8.2", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.7.2", path = "../tor-config" }
tor-error = { version = "0.4.1", path = "../tor-error" }
-tor-linkspec = { version = "0.6.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-linkspec = { version = "0.6.2", path = "../tor-linkspec", features = ["pt-client"] }
tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.6.1", path = "../tor-socksproto" }
+tor-socksproto = { version = "0.6.2", path = "../tor-socksproto" }
tracing = "0.1.18"
visibility = { version = "0.0.1", optional = true }
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 3e78a7a39..4c5c3b5b9 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.6.1"
+version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -21,7 +21,7 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.3.0" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.6.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.6.2" }
tor-error = { path = "../tor-error", version = "0.4.1" }
[dev-dependencies]
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 7f731a545..f506ce6b1 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.4.1"
+version = "0.5.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.60"