summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock86
-rw-r--r--crates/arti-bench/Cargo.toml12
-rw-r--r--crates/arti-client/Cargo.toml48
-rw-r--r--crates/arti-config/Cargo.toml2
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti-rpcserver/Cargo.toml16
-rw-r--r--crates/arti-testing/Cargo.toml18
-rw-r--r--crates/arti/Cargo.toml18
-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.toml6
-rw-r--r--crates/tor-cell/Cargo.toml20
-rw-r--r--crates/tor-cert/Cargo.toml10
-rw-r--r--crates/tor-chanmgr/Cargo.toml36
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml42
-rw-r--r--crates/tor-config/Cargo.toml8
-rw-r--r--crates/tor-congestion/Cargo.toml8
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dirmgr/Cargo.toml40
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-events/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml36
-rw-r--r--crates/tor-hsclient/Cargo.toml50
-rw-r--r--crates/tor-hscrypto/Cargo.toml14
-rw-r--r--crates/tor-hsservice/Cargo.toml14
-rw-r--r--crates/tor-linkspec/Cargo.toml16
-rw-r--r--crates/tor-llcrypto/Cargo.toml6
-rw-r--r--crates/tor-netdir/Cargo.toml24
-rw-r--r--crates/tor-netdoc/Cargo.toml24
-rw-r--r--crates/tor-persist/Cargo.toml6
-rw-r--r--crates/tor-proto/Cargo.toml36
-rw-r--r--crates/tor-protover/Cargo.toml4
-rw-r--r--crates/tor-ptmgr/Cargo.toml18
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml8
-rw-r--r--crates/tor-socksproto/Cargo.toml8
-rw-r--r--crates/tor-units/Cargo.toml2
44 files changed, 349 insertions, 349 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 0a5ff59f1..55fad483b 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -96,7 +96,7 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arti"
-version = "1.1.4"
+version = "1.1.5"
dependencies = [
"anyhow",
"arti-client",
@@ -140,7 +140,7 @@ dependencies = [
[[package]]
name = "arti-bench"
-version = "0.8.4"
+version = "0.8.5"
dependencies = [
"anyhow",
"arti",
@@ -162,7 +162,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"anyhow",
"cfg-if",
@@ -211,11 +211,11 @@ dependencies = [
[[package]]
name = "arti-config"
-version = "0.6.0"
+version = "0.6.1"
[[package]]
name = "arti-hyper"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"anyhow",
"arti-client",
@@ -234,7 +234,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"arti-client",
"asynchronous-codec",
@@ -261,7 +261,7 @@ dependencies = [
[[package]]
name = "arti-testing"
-version = "0.8.4"
+version = "0.8.5"
dependencies = [
"anyhow",
"arti",
@@ -667,7 +667,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "caret"
-version = "0.4.0"
+version = "0.4.1"
[[package]]
name = "cc"
@@ -1351,7 +1351,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -2813,7 +2813,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]
name = "retry-error"
-version = "0.4.0"
+version = "0.4.1"
dependencies = [
"anyhow",
]
@@ -2977,7 +2977,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"derive_more",
"educe",
@@ -3757,7 +3757,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"futures",
"futures-await-test",
@@ -3770,7 +3770,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"derive_more",
"educe",
@@ -3786,7 +3786,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"arrayref",
"bytes",
@@ -3804,7 +3804,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"arrayref",
"bitflags 2.3.1",
@@ -3829,7 +3829,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"base64ct",
"caret",
@@ -3847,7 +3847,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -3881,7 +3881,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -3891,7 +3891,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"async-trait",
"bounded-vec-deque",
@@ -3933,7 +3933,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"config",
"derive_builder_fork_arti",
@@ -3963,7 +3963,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"thiserror",
"tor-error",
@@ -3973,7 +3973,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"digest 0.10.7",
"hex",
@@ -3983,7 +3983,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"async-compression",
"base64ct",
@@ -4011,7 +4011,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"anyhow",
"async-trait",
@@ -4067,7 +4067,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"backtrace",
"derive_more",
@@ -4079,7 +4079,7 @@ dependencies = [
[[package]]
name = "tor-events"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"async-broadcast",
"futures",
@@ -4092,7 +4092,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -4132,7 +4132,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"async-trait",
"derive_more",
@@ -4173,7 +4173,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"data-encoding",
"derive_more",
@@ -4196,7 +4196,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@@ -4211,7 +4211,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"base64ct",
"by_address",
@@ -4238,7 +4238,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"aes",
"arrayref",
@@ -4275,7 +4275,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"bitflags 2.3.1",
"derive_builder_fork_arti",
@@ -4312,7 +4312,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.7.0"
+version = "0.8.0"
dependencies = [
"arrayref",
"base64ct",
@@ -4355,7 +4355,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"derive_more",
"fs-mistrust",
@@ -4371,7 +4371,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"arrayref",
"asynchronous-codec",
@@ -4423,7 +4423,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.5.0"
+version = "0.5.1"
dependencies = [
"caret",
"thiserror",
@@ -4431,7 +4431,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.3.0"
+version = "0.3.1"
dependencies = [
"anyhow",
"async-trait",
@@ -4454,7 +4454,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.1.0"
+version = "0.1.1"
dependencies = [
"assert-impl",
"downcast-rs",
@@ -4475,7 +4475,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.9.0"
+version = "0.9.1"
dependencies = [
"async-io",
"async-native-tls",
@@ -4496,7 +4496,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.8.0"
+version = "0.8.1"
dependencies = [
"async-trait",
"futures",
@@ -4512,7 +4512,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.7.0"
+version = "0.7.1"
dependencies = [
"arbitrary",
"caret",
@@ -4525,7 +4525,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 02f076096..648abebc2 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.8.4"
+version = "0.8.5"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -13,19 +13,19 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.1.4" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0" }
+arti = { path = "../arti", version = "1.1.5" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1" }
clap = "3.2.20"
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
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.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+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 2bc616b03..81690d7e2 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.9.0"
+version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -104,36 +104,36 @@ 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.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
libc = "0.2"
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-cell = { path = "../tor-cell", version = "0.10.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.8.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.2.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-persist = { path = "../tor-persist", version = "0.7.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-cell = { path = "../tor-cell", version = "0.11.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.0" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.1", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.2.1", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-persist = { path = "../tor-persist", version = "0.7.1" }
+tor-proto = { path = "../tor-proto", version = "0.11.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.1", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
void = "1"
@@ -151,7 +151,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
tokio-util = { version = "0.7.0", features = ["compat"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[package.metadata.docs.rs]
diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml
index 4ae1bb4ee..65dddabe0 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-version = "0.6.0"
+version = "0.6.1"
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 4b150382e..febd763b6 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.9.0"
+version = "0.9.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.0" }
+arti-client = { path = "../arti-client", version = "0.9.1" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -44,8 +44,8 @@ thiserror = "1"
tls-api = "0.9.0"
tls-api-native-tls = "0.9.0"
tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio"] }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies]
tls-api-openssl = "0.9.0"
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index 98f0e319e..e199f2415 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -16,7 +16,7 @@ default = []
full = ["arti-client/full", "tor-async-utils/full", "tor-error/full", "tor-rpcbase/full", "tor-rtcompat/full", "tor-bytes/full"]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.9.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.9.1", features = ["rpc"] }
asynchronous-codec = { version = "0.6.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@@ -28,14 +28,14 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
typetag = "0.2.7"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index d1b5ac1d6..3434cb5ce 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.8.4"
+version = "0.8.5"
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.4" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.1.5" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", features = ["dirfilter"] }
async-trait = "0.1.2"
cfg-if = "1.0.0"
clap = "3.2.20"
@@ -37,15 +37,15 @@ 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.5.0", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.0", features = ["dirfilter"] }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.7.0", features = [
+tor-checkable = { path = "../tor-checkable", version = "0.5.1", features = ["experimental-api"] }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.1", features = ["dirfilter"] }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index f87eb2845..ff157121e 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.4"
+version = "1.1.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -76,16 +76,16 @@ rpc = ["arti-rpcserver", "__is_experimental"]
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.1", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", 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.7.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
futures = "0.3.14"
itertools = "0.10.1"
libc = "0.2"
@@ -93,17 +93,17 @@ notify = { version = "6.0", default-features = false, features = ["macos_kqueue"
once_cell = { version = "1", optional = true }
paste = "1"
rlimit = "0.9.0"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
secmem-proc = { version = "0.3.0", optional = true }
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"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0", default-features = false }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.0" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-error = { path = "../tor-error", version = "0.5.1", default-features = false }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.7.1" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index f3e163359..07d9445eb 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.4.0"
+version = "0.4.1"
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 a6b647d3c..58d7e34f7 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.0"
+version = "0.7.1"
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 ed7a72c33..689ae9215 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.4.0"
+version = "0.4.1"
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 627a84e69..f8f72ac5b 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.3.0"
+version = "0.3.1"
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 68baf2d7a..dc857d37a 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.0"
+version = "0.1.1"
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 3d534eae8..a16254222 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.0"
+version = "0.7.1"
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 303d6edbe..1ef96a553 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -19,8 +19,8 @@ educe = "0.4.6"
generic-array = "0.14.3"
signature = "1"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 48c18c0ff..b673513eb 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -41,20 +41,20 @@ __is_experimental = []
arrayref = "0.3"
bitflags = "2"
bytes = "1"
-caret = { path = "../caret", version = "0.4.0" }
+caret = { path = "../caret", version = "0.4.1" }
derive_more = "0.99.3"
educe = "0.4.6"
paste = "1"
rand = "0.8"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-cert = { path = "../tor-cert", version = "0.7.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-cert = { path = "../tor-cert", version = "0.7.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 90b14d97c..cfb2685a1 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -19,14 +19,14 @@ full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full
__is_experimental = []
[dependencies]
-caret = { path = "../caret", version = "0.4.0" }
+caret = { path = "../caret", version = "0.4.1" }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true }
digest = "0.10.0"
signature = "1"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 22209e2c5..2f7cb89a4 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.9.0"
+version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -44,22 +44,22 @@ educe = "0.4.6"
futures = "0.3.14"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-cell = { path = "../tor-cell", version = "0.10.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.0", default-features = false, features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-cell = { path = "../tor-cell", version = "0.11.0" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-proto = { path = "../tor-proto", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.7.1", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
void = "1"
@@ -68,11 +68,11 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.10.1"
-tor-cell = { path = "../tor-cell", version = "0.10.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.10.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
+tor-cell = { path = "../tor-cell", version = "0.11.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.11.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" }
[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 5ae69df64..1346f4a6f 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
[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 588a3b02b..1d721a5cd 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -62,35 +62,35 @@ itertools = "0.10.1"
once_cell = "1"
pin-project = "1"
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.4.0" }
-safelog = { path = "../safelog", version = "0.3.0" }
+retry-error = { path = "../retry-error", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-persist = { path = "../tor-persist", version = "0.7.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+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.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-persist = { path = "../tor-persist", version = "0.7.1" }
+tor-proto = { path = "../tor-proto", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0", features = ["testing"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index f01b78e4b..2654d9e74 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.9.0"
+version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -24,7 +24,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.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"
@@ -35,8 +35,8 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
toml = "0.7.2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
tracing = "0.1.36"
[dev-dependencies]
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 905c17c1b..212f932f3 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.65"
@@ -13,9 +13,9 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-units = { path = "../tor-units", version = "0.6.1" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index cca730ff1..bdccd10cc 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -23,7 +23,7 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
[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 bcab21bd3..0c5124a8e 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -51,20 +51,20 @@ httpdate = "1.0"
itertools = "0.10.1"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.9.0" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.11.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.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 50dbee2c8..0760e0bfb 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.10.0"
+version = "0.10.1"
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.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -73,28 +73,28 @@ 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.0" }
+retry-error = { path = "../retry-error", version = "0.4.1" }
rusqlite = { version = "0.29.0", features = ["time"] }
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
scopeguard = "1"
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.8.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.5.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.7.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
+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.0" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.5.1" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.7.1", default-features = false }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-proto = { path = "../tor-proto", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
[dev-dependencies]
@@ -103,9 +103,9 @@ float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
tokio = { version = "1.7", features = ["full"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
tracing-test = "0.2"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index 6a4035b89..e7ada4149 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml
index 442e3dd36..74e064fff 100644
--- a/crates/tor-events/Cargo.toml
+++ b/crates/tor-events/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-events"
-version = "0.5.0"
+version = "0.5.1"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index c6a260be7..a3074c085 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.9.0"
+version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -60,32 +60,32 @@ pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
retain_mut = "0.1.3"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.7.0" }
-tor-proto = { path = "../tor-proto", version = "0.10.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.7.1" }
+tor-proto = { path = "../tor-proto", version = "0.11.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" }
tracing = "0.1.36"
[dev-dependencies]
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.7.2"
-tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-persist = { path = "../tor-persist", version = "0.7.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index a1a6e28d4..8698bec2c 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -39,36 +39,36 @@ futures = "0.3.14"
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.0" }
-safelog = { path = "../safelog", version = "0.3.0" }
+retry-error = { path = "../retry-error", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.3.1" }
slotmap = "1.0.6"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.7.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.5.0", features = ["experimental-api"] } # TODO HS
-tor-hscrypto = { version = "0.2.0", path = "../tor-hscrypto" }
-tor-linkspec = { version = "0.7.0", path = "../tor-linkspec" }
-tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0", features = ["hs-client"] }
-tor-proto = { version = "0.10.0", path = "../tor-proto", features = ["send-control-msg"] }
-tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.7.1", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.5.1", features = ["experimental-api"] } # TODO HS
+tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
+tor-linkspec = { version = "0.8.0", path = "../tor-linkspec" }
+tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.9.1", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["hs-client"] }
+tor-proto = { version = "0.11.0", path = "../tor-proto", features = ["send-control-msg"] }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" }
-tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.7.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
+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.0", 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.1", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
tracing-test = "0.2"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 9a8451c1b..d93ecff38 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -22,17 +22,17 @@ digest = "0.10.0"
itertools = "0.10.1"
paste = "1"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { version = "0.7.0", path = "../tor-bytes" }
-tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { version = "0.7.1", path = "../tor-bytes" }
+tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.7.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.1", path = "../tor-basic-utils" }
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 6fa41b19a..b93b7cbb0 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,11 +28,11 @@ full = [
async-trait = "0.1.2"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.8.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-hscrypto = { version = "0.2.0", path = "../tor-hscrypto" }
-tor-llcrypto = { version = "0.5.0", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.9.0", path = "../tor-netdir" }
-tor-proto = { version = "0.10.0", path = "../tor-proto" }
-tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
+tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
+tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.9.1", path = "../tor-netdir" }
+tor-proto = { version = "0.11.0", path = "../tor-proto" }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
[dev-dependencies]
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index de1e336cb..451e0cd2a 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.7.0"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,23 +32,23 @@ __is_experimental = []
[dependencies]
base64ct = "1.5.1"
by_address = "1"
-caret = { path = "../caret", version = "0.4.0" }
+caret = { path = "../caret", version = "0.4.1" }
cfg-if = "1.0.0"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
educe = "0.4.6"
hex = "0.4"
itertools = "0.10.1"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-protover = { path = "../tor-protover", version = "0.5.1" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 0f62c468e..9121b5787 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -45,7 +45,7 @@ old_rand_core = { package = "rand_core", version = "0.5.1" }
openssl = { version = "0.10.48", optional = true }
rand_core = "0.6.2"
rsa = "0.9.0"
-safelog = { version = "0.3.0", path = "../safelog" }
+safelog = { version = "0.3.1", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"
@@ -63,7 +63,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.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
[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 c42459010..a9f372774 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.9.0"
+version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -60,16 +60,16 @@ static_assertions = "1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+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.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
+tor-protover = { path = "../tor-protover", version = "0.5.1" }
+tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typed-index-collections = "3.1"
@@ -78,7 +78,7 @@ float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
rand_chacha = "0.3"
-tor-netdoc = { path = "../tor-netdoc", version = "0.7.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index c3f2fa87c..31cca6f25 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.7.0"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -100,16 +100,16 @@ smallvec = "1.10"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros"] }
tinystr = "0.7.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-cert = { path = "../tor-cert", version = "0.7.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.0" }
-tor-units = { version = "0.6.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-cert = { path = "../tor-cert", version = "0.7.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+tor-protover = { path = "../tor-protover", version = "0.5.1" }
+tor-units = { version = "0.6.1", path = "../tor-units", optional = true }
visibility = { version = "0.0.1", optional = true }
visible = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
@@ -119,7 +119,7 @@ zeroize = "1"
hex-literal = "0.4"
itertools = "0.10.1"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.7.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.1", 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 9e7e945a8..3e77b6ffe 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.7.0"
+version = "0.7.1"
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.0", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", 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.0" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
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 592cf3ed3..eb1ae6fe6 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -64,26 +64,26 @@ hmac = "0.12.0"
pin-project = "1"
rand = "0.8"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
subtle = "2"
thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-cell = { path = "../tor-cell", version = "0.10.0" }
-tor-cert = { path = "../tor-cert", version = "0.7.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.5.0" }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
-tor-units = { path = "../tor-units", version = "0.6.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-cell = { path = "../tor-cell", version = "0.11.0" }
+tor-cert = { path = "../tor-cert", version = "0.7.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
+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-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.0.1", optional = true }
@@ -97,7 +97,7 @@ itertools = "0.10.1"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.16.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index 4d5ecf744..d0c66d658 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.5.0"
+version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -12,7 +12,7 @@ categories = ["network-programming"]
repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
-caret = { path = "../caret", version = "0.4.0" }
+caret = { path = "../caret", version = "0.4.1" }
thiserror = "1"
[features]
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index e406b423f..a2686cb22 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.3.0"
+version = "0.3.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,23 +32,23 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.2"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.7.0", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.1", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.9.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.9.0", path = "../tor-config" }
-tor-error = { version = "0.5.0", path = "../tor-error" }
-tor-linkspec = { version = "0.7.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.7.0", path = "../tor-socksproto" }
+tor-chanmgr = { version = "0.9.1", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.9.1", path = "../tor-config" }
+tor-error = { version = "0.5.1", path = "../tor-error" }
+tor-linkspec = { version = "0.8.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.7.1", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true }
[dev-dependencies]
anyhow = "1.0.23"
tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index d6b6484b8..116fe80d4 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.1.0"
+version = "0.1.1"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -22,8 +22,8 @@ paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
serde_repr = "0.1.12"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
-tor-error = { path = "../tor-error/", version = "0.5.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
+tor-error = { path = "../tor-error/", version = "0.5.1", features = ["rpc"] }
typetag = "0.2.7"
[dev-dependencies]
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index f34f9f92a..cd7aaa3b2 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.9.0"
+version = "0.9.1"
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 193fb8ef2..cb2ccbb23 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.8.0"
+version = "0.8.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -17,14 +17,14 @@ futures = "0.3.14"
humantime = "2"
pin-project = "1"
thiserror = "1"
-tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 2d3e4b762..7c5e815af 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -21,11 +21,11 @@ full = ["proxy-handshake", "client-handshake", "caret/full", "tor-bytes/full", "
[dependencies]
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
-caret = { path = "../caret", version = "0.4.0" }
+caret = { path = "../caret", version = "0.4.1" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
-tor-error = { path = "../tor-error", version = "0.5.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
+tor-error = { path = "../tor-error", version = "0.5.1" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 8ef6d6ee8..d38295e32 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"