summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-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
45 files changed, 211 insertions, 211 deletions
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 <[email protected]>"]
@@ -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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
@@ -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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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 <[email protected]>"]
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" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-units = { path = "../tor-units", version = "0.6.1" }
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 9a467f616..9b21d659d 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,7 +25,7 @@ digest = "0.10.0"
signature = "1"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
[dev-dependencies]
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index ca82d4e1e..ddaa17e6e 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.9.2"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -47,14 +47,14 @@ rand = "0.8"
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
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-cell = { path = "../tor-cell", version = "0.12.0" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
-tor-proto = { path = "../tor-proto", version = "0.11.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
+tor-proto = { path = "../tor-proto", version = "0.12.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.2", default-features = false, features = [
"client-handshake",
@@ -69,10 +69,10 @@ futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.11.0"
tor-cell = { path = "../tor-cell", version = "0.12.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.11.1", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.12.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index 86cd48279..230003c16 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.5.2"
+version = "0.5.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index ea6def2bc..6c381b234 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.9.1"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -64,22 +64,22 @@ itertools = "0.11.0"
once_cell = "1"
pin-project = "1"
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.4.1" }
+retry-error = { path = "../retry-error", version = "0.5.0" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.0" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3", features = ["tracing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.0" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
-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-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
+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-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true }
@@ -87,12 +87,12 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.0", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index d85a353ea..f66302dea 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.9.2"
+version = "0.9.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,7 +32,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.1" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
itertools = "0.11.0"
once_cell = "1"
paste = "1"
@@ -43,8 +43,8 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
toml = "0.7.2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tracing = "0.1.36"
[dev-dependencies]
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 94afe515d..53f4e215e 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.5.2"
+version = "0.5.3"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.65"
@@ -16,8 +16,8 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.2" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
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 035297ecb..b0e8e99fb 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.5.3"
+version = "0.5.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 68b61550c..5d9e6e233 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.7.2"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -52,20 +52,20 @@ httpdate = "1.0"
itertools = "0.11.0"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.9.1" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.10.0" }
+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" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
-tor-proto = { path = "../tor-proto", version = "0.11.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" }
+tor-proto = { path = "../tor-proto", version = "0.12.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 50981412c..75aef561f 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.10.2"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -61,7 +61,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "2"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -73,7 +73,7 @@ once_cell = "1"
paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.4.1" }
+retry-error = { path = "../retry-error", version = "0.5.0" }
rusqlite = { version = "0.29.0", features = ["time"] }
safelog = { path = "../safelog", version = "0.3.2" }
scopeguard = "1"
@@ -82,18 +82,18 @@ signature = "1"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.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-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+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-consdiff = { path = "../tor-consdiff", version = "0.5.3" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.7.2", default-features = false }
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.8.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.5.3", features = ["tracing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.0" }
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-proto = { path = "../tor-proto", version = "0.11.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" }
+tor-proto = { path = "../tor-proto", version = "0.12.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
@@ -102,9 +102,9 @@ anyhow = "1.0.23"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
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 0cfe77f6f..91792def1 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.5.2"
+version = "0.5.3"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -30,7 +30,7 @@ derive_more = "0.99.3"
futures = "0.3"
once_cell = "1"
paste = "1"
-retry-error = { path = "../retry-error", version = "0.4.2" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.5.0" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml
index 1f510e5aa..4eb2abdc4 100644
--- a/crates/tor-events/Cargo.toml
+++ b/crates/tor-events/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-events"
-version = "0.5.2"
+version = "0.5.3"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index e15ced471..44383a29c 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.1.0"
+version = "0.1.1"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -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.2" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
[features]
embedded-db = []
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 03a58f515..123be1f06 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.9.2"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -64,15 +64,15 @@ safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
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" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.7.1" }
-tor-proto = { path = "../tor-proto", version = "0.11.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.7.3" }
+tor-proto = { path = "../tor-proto", version = "0.12.0" }
tor-protover = { path = "../tor-protover", version = "0.5.1", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
@@ -82,9 +82,9 @@ 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.2", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
-tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" }
+tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 3f010c253..aa5e857f1 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.3.0"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -44,26 +44,26 @@ itertools = "0.11.0"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
rand_core = "0.6.2"
-retry-error = { path = "../retry-error", version = "0.4.1" }
+retry-error = { path = "../retry-error", version = "0.5.0" }
safelog = { path = "../safelog", version = "0.3.2" }
slotmap = "1.0.6"
strum = { version = "0.25", features = ["derive"] }
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-cell = { path = "../tor-cell", version = "0.12.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
-tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.7.2", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
+tor-circmgr = { version = "0.10.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.8.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.5.3", features = ["tracing"] }
tor-hscrypto = { version = "0.3.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.1.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.8.1", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-keymgr = { version = "0.2.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.8.2", path = "../tor-linkspec", features = ["decode", "verbatim"] }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.2", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1", features = ["hs-client"] }
-tor-proto = { version = "0.11.1", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-netdir = { version = "0.9.3", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2", features = ["hs-client"] }
+tor-proto = { version = "0.12.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tracing = "0.1.36"
@@ -71,13 +71,13 @@ tracing = "0.1.36"
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
-tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.0" }
+tor-circmgr = { version = "0.10.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.3", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
tracing-test = "0.2"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index c38647a1e..5daab5cba 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.3.0"
+version = "0.3.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -27,9 +27,9 @@ safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
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 = { version = "0.7.2", path = "../tor-bytes" }
-tor-error = { version = "0.5.2", path = "../tor-error" }
+tor-error = { version = "0.5.3", path = "../tor-error" }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
tor-units = { path = "../tor-units", version = "0.6.1" }
@@ -37,4 +37,4 @@ tor-units = { path = "../tor-units", version = "0.6.1" }
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.7.1", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.3", path = "../tor-basic-utils" }
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 76f45cbb6..ae2c6e7c4 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.2.2"
+version = "0.2.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,11 +28,11 @@ full = [
async-trait = "0.1.54"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-service"] }
+tor-circmgr = { version = "0.10.0", path = "../tor-circmgr", features = ["hs-service"] }
tor-hscrypto = { version = "0.3.0", path = "../tor-hscrypto" }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.2", path = "../tor-netdir" }
-tor-proto = { version = "0.11.1", path = "../tor-proto" }
+tor-netdir = { version = "0.9.3", path = "../tor-netdir" }
+tor-proto = { version = "0.12.0", path = "../tor-proto" }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
[dev-dependencies]
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 532a06fd8..9404fa64b 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,21 +28,21 @@ 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.1", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["serde", "walkdir"] }
itertools = "0.11.0"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.5.1", features = ["std"] }
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2", features = ["keymgr"] }
zeroize = "1"
[dev-dependencies]
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index f2c9e4a70..a060a8243 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -44,9 +44,9 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.25", features = ["derive"] }
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-config = { path = "../tor-config", version = "0.9.2" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 9760bf41c..b36768d15 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.5.2"
+version = "0.5.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -66,7 +66,7 @@ cipher = "0.4.1"
hex-literal = "0.4"
rand = "0.8"
serde_test = "1.0.124"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index a6dad1ebf..ee315b21a 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.9.2"
+version = "0.9.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -62,15 +62,15 @@ static_assertions = "1"
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.7.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
-tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
+tor-geoip = { path = "../tor-geoip", version = "0.1.1", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.2" }
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.8.1", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.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 da5869890..ff4b45099 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.8.1"
+version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -103,13 +103,13 @@ subtle = "2"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros"] }
tinystr = "0.7.0"
-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-checkable = { path = "../tor-checkable", version = "0.5.1" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
+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", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2", optional = true }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-units = { version = "0.6.1", path = "../tor-units", optional = true }
@@ -123,7 +123,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.11.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.7.1", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.3", path = "../tor-basic-utils" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 99c342f8f..b25e247f2 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -23,12 +23,12 @@ __is_experimental = []
[dependencies]
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["walkdir"] }
sanitize-filename = "0.4.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.2", features = ["tracing"] }
+tor-error = { path = "../tor-error", version = "0.5.3", 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 b602812e2..4851a6a07 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.11.1"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -73,19 +73,19 @@ thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-async-utils = { path = "../tor-async-utils", version = "0.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-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cell = { path = "../tor-cell", version = "0.12.0" }
tor-cert = { path = "../tor-cert", version = "0.7.2" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
-tor-config = { path = "../tor-config", version = "0.9.2" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.3" }
+tor-config = { path = "../tor-config", version = "0.9.3" }
+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" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.9.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typenum = "1.12"
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 1fc2ba288..ab36f7823 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.5.2"
+version = "0.5.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index c2e931b90..2e16a151d 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.3.2"
+version = "0.4.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,14 +32,14 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.54"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.7.1", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.3", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.9.1", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.9.2", path = "../tor-config" }
-tor-error = { version = "0.5.2", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.8.1", path = "../tor-linkspec", features = ["pt-client"] }
+tor-chanmgr = { version = "0.10.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.9.3", path = "../tor-config" }
+tor-error = { version = "0.5.3", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.8.2", path = "../tor-linkspec", features = ["pt-client"] }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tor-socksproto = { version = "0.7.2", path = "../tor-socksproto" }
tracing = "0.1.36"
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 974b69cdf..269e50012 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.1.2"
+version = "0.1.3"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -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.1" }
-tor-error = { path = "../tor-error/", version = "0.5.2", features = ["rpc"] }
+tor-error = { path = "../tor-error/", version = "0.5.3", features = ["rpc"] }
typetag = "0.2.7"
[dev-dependencies]
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index de5eb69bd..ff1f51cc1 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.9.2"
+version = "0.9.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index 779b680c7..5b4542671 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.8.2"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -31,7 +31,7 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[features]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 989cc2668..76504ee70 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.7.2"
+version = "0.7.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,7 +25,7 @@ caret = { path = "../caret", version = "0.4.1" }
subtle = "2"
thiserror = "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" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 5be526530..6b60289c8 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.6.2"
+version = "0.6.3"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"