summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock86
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml44
-rw-r--r--crates/arti-config/Cargo.toml2
-rw-r--r--crates/arti-hyper/Cargo.toml6
-rw-r--r--crates/arti-rpcserver/Cargo.toml12
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti/Cargo.toml18
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/fslock-guard/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/test-temp-dir/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml4
-rw-r--r--crates/tor-cell/Cargo.toml12
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml26
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml34
-rw-r--r--crates/tor-config/Cargo.toml4
-rw-r--r--crates/tor-congestion/Cargo.toml4
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml20
-rw-r--r--crates/tor-dirmgr/Cargo.toml32
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml26
-rw-r--r--crates/tor-hsclient/Cargo.toml46
-rw-r--r--crates/tor-hscrypto/Cargo.toml6
-rw-r--r--crates/tor-hspow/Cargo.toml4
-rw-r--r--crates/tor-hsrproxy/Cargo.toml12
-rw-r--r--crates/tor-hsservice/Cargo.toml48
-rw-r--r--crates/tor-keymgr/Cargo.toml10
-rw-r--r--crates/tor-linkspec/Cargo.toml8
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
-rw-r--r--crates/tor-log-ratelim/Cargo.toml4
-rw-r--r--crates/tor-netdir/Cargo.toml16
-rw-r--r--crates/tor-netdoc/Cargo.toml18
-rw-r--r--crates/tor-persist/Cargo.toml8
-rw-r--r--crates/tor-proto/Cargo.toml26
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml14
-rw-r--r--crates/tor-rpcbase/Cargo.toml2
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml6
-rw-r--r--crates/tor-socksproto/Cargo.toml4
44 files changed, 309 insertions, 309 deletions
diff --git a/Cargo.lock b/Cargo.lock
index ee18df832..785877659 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -195,7 +195,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti"
-version = "1.1.12"
+version = "1.1.13"
dependencies = [
"anyhow",
"arti-client",
@@ -248,7 +248,7 @@ dependencies = [
[[package]]
name = "arti-bench"
-version = "0.8.9"
+version = "0.9.0"
dependencies = [
"anyhow",
"arti",
@@ -270,7 +270,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -325,11 +325,11 @@ dependencies = [
[[package]]
name = "arti-config"
-version = "0.7.0"
+version = "0.8.0"
[[package]]
name = "arti-hyper"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"anyhow",
"arti-client",
@@ -348,7 +348,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"arti-client",
"asynchronous-codec",
@@ -380,7 +380,7 @@ dependencies = [
[[package]]
name = "arti-testing"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"anyhow",
"arti",
@@ -1882,7 +1882,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.6"
+version = "0.7.7"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -1920,7 +1920,7 @@ dependencies = [
[[package]]
name = "fslock-guard"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"fslock-arti-fork",
"thiserror",
@@ -3935,7 +3935,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.3.4"
+version = "0.3.5"
dependencies = [
"derive_more",
"educe",
@@ -4601,7 +4601,7 @@ dependencies = [
[[package]]
name = "test-temp-dir"
-version = "0.1.0"
+version = "0.2.0"
dependencies = [
"anyhow",
"derive_more",
@@ -4936,7 +4936,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"bytes",
"digest",
@@ -4952,7 +4952,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.15.0"
+version = "0.16.0"
dependencies = [
"bitflags 2.4.1",
"bytes",
@@ -4976,7 +4976,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.9.1"
+version = "0.10.0"
dependencies = [
"base64ct",
"caret",
@@ -4994,7 +4994,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -5029,7 +5029,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.6.1"
+version = "0.7.0"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -5039,7 +5039,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"amplify",
"async-trait",
@@ -5086,7 +5086,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.10.0"
+version = "0.10.1"
dependencies = [
"config",
"derive-adhoc 0.8.1",
@@ -5119,7 +5119,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
-version = "0.5.4"
+version = "0.6.0"
dependencies = [
"thiserror",
"tor-error",
@@ -5129,7 +5129,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.6.1"
+version = "0.7.0"
dependencies = [
"digest",
"hex",
@@ -5139,7 +5139,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"async-compression",
"base64ct",
@@ -5167,7 +5167,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.14.0"
+version = "0.15.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5225,7 +5225,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"backtrace",
@@ -5267,7 +5267,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.13.0"
+version = "0.14.0"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -5307,7 +5307,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"async-trait",
"derive-adhoc 0.8.1",
@@ -5353,7 +5353,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"cipher",
"data-encoding",
@@ -5381,7 +5381,7 @@ dependencies = [
[[package]]
name = "tor-hspow"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"arrayvec",
"blake2",
@@ -5395,7 +5395,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.4.0"
+version = "0.5.0"
dependencies = [
"derive-adhoc 0.8.1",
"derive_builder_fork_arti",
@@ -5421,7 +5421,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"amplify",
"anyhow",
@@ -5484,7 +5484,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"arrayvec",
"derive-adhoc 0.8.1",
@@ -5516,7 +5516,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.10.0"
+version = "0.11.0"
dependencies = [
"base64ct",
"by_address",
@@ -5543,7 +5543,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.6.1"
+version = "0.7.0"
dependencies = [
"aes",
"base64ct",
@@ -5579,7 +5579,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"futures",
"humantime 2.1.0",
@@ -5593,7 +5593,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"bitflags 2.4.1",
"derive_builder_fork_arti",
@@ -5632,7 +5632,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.11.0"
+version = "0.12.0"
dependencies = [
"amplify",
"anyhow",
@@ -5678,7 +5678,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"amplify",
"anyhow",
@@ -5703,7 +5703,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.15.0"
+version = "0.16.0"
dependencies = [
"asynchronous-codec",
"bitvec",
@@ -5756,7 +5756,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.5.4"
+version = "0.6.0"
dependencies = [
"caret",
"thiserror",
@@ -5764,7 +5764,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5788,7 +5788,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.2.0"
+version = "0.3.0"
dependencies = [
"assert-impl",
"downcast-rs",
@@ -5809,7 +5809,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.9.7"
+version = "0.10.0"
dependencies = [
"async-io 2.2.2",
"async-native-tls",
@@ -5830,7 +5830,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.12.0"
+version = "0.13.0"
dependencies = [
"amplify",
"async-trait",
@@ -5859,7 +5859,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.9.0"
+version = "0.10.0"
dependencies = [
"arbitrary",
"caret",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 065aad3a1..79ca619a6 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.8.9"
+version = "0.9.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -17,11 +17,11 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.1.12" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.13.0" }
+arti = { path = "../arti", version = "1.1.13" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
@@ -29,7 +29,7 @@ serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5"
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 6e1238a86..72cb6edea 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -114,7 +114,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
directories = "5"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime-serde = "1.1.1"
@@ -126,28 +126,28 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-cell = { path = "../tor-cell", version = "0.15.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.13.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.14.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.14.0", default-features = false, features = ["mmap"] }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.15.0", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.13.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.8.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.6.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.6.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.9.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.2.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.9.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.7.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.7.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.10.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.3.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
void = "1"
@@ -167,7 +167,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
] }
tokio-util = { version = "0.7.0", features = ["compat"] }
toml = "0.8.8"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 c521b6b29..c777f3fbc 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-version = "0.7.0"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 6d5838c9f..88d03a2d1 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.13.0" }
+arti-client = { path = "../arti-client", version = "0.14.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -45,7 +45,7 @@ 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.6.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 18b21b218..ffb0d969c 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.4.0"
+version = "0.5.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -23,7 +23,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.13.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.14.0", features = ["rpc"] }
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@@ -38,11 +38,11 @@ serde_json = "1.0.50"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.2.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.3.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 53998e953..76368d081 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -26,8 +26,8 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.1.12" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.13.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.1.13" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0", features = ["dirfilter"] }
async-trait = "0.1.54"
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["wrap_help"] }
@@ -38,15 +38,15 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1", features = ["experimental-api"] }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0", features = ["experimental-api"] }
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.14.0", features = ["dirfilter"] }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.15.0", features = ["dirfilter"] }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.11.0", features = [
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.12.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
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 e0bbd6329..abb5161f8 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.12"
+version = "1.1.13"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -90,9 +90,9 @@ onion-service-service = ["arti-client/onion-service-service", "tor-hsrproxy", "t
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.4.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.5.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.13.0", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.14.0", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
backtrace = "0.3.68"
cfg-if = "1.0.0"
@@ -100,7 +100,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help"] }
config = { version = "0.13.4", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
humantime = "2"
humantime-serde = "1.1.1"
@@ -122,11 +122,11 @@ tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "0.8.8"
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.4.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.6.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.2.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.9.0" }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.5.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.7.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.3.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.10.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 492d71b83..fa1b56355 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.6"
+version = "0.7.7"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml
index c677595c8..0d8797289 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.0.1"
+version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 420292ab4..35a4b0e02 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.3.4"
+version = "0.3.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/test-temp-dir/Cargo.toml b/crates/test-temp-dir/Cargo.toml
index 4e15e153c..d684afab4 100644
--- a/crates/test-temp-dir/Cargo.toml
+++ b/crates/test-temp-dir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "test-temp-dir"
-version = "0.1.0"
+version = "0.2.0"
# TODO make this 1.x. Let's say, do this in December 2024 or January 2025
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 37813161f..10c94be1a 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -18,7 +18,7 @@ educe = "0.4.6"
signature = "2"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index d62d1eb8e..6e1804f51 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.15.0"
+version = "0.16.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,12 +47,12 @@ paste = "1"
rand = "0.8"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
-tor-cert = { path = "../tor-cert", version = "0.9.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
+tor-cert = { path = "../tor-cert", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 947fafb2e..09ddfd7fe 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.9.1"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
derive_more = "0.99.3"
digest = "0.10.0"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 04fc5eaa3..cab20c299 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -49,15 +49,15 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-cell = { path = "../tor-cell", version = "0.15.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.9.0", default-features = false, features = [
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.10.0", default-features = false, features = [
"client-handshake",
] }
tor-units = { path = "../tor-units", version = "0.6.1" }
@@ -69,11 +69,11 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.12.0"
-tor-cell = { path = "../tor-cell", version = "0.15.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.15.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.16.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.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 efe4c0be0..23e274ba0 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.6.1"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index 66e541a56..f23cad4d1 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.14.0"
+version = "0.15.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -74,19 +74,19 @@ static_assertions = "1"
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.13.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.13.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.4" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -94,12 +94,12 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.13.0", features = ["testing"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.9.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0", features = ["testing"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.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 24430f1ad..7c66b3046 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.10.0"
+version = "0.10.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -33,7 +33,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "5", optional = true }
educe = "0.4.6"
either = "1"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
itertools = "0.12.0"
once_cell = "1"
paste = "1"
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index aa85dcd58..b9cd0ec61 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.5.4"
+version = "0.6.0"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
rust-version = "1.70"
@@ -17,7 +17,7 @@ publish = false
[dependencies]
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[features]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 8ee5e2d11..f8ceabe6b 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.6.1"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,7 +23,7 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 2910670b0..046a0d343 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -55,20 +55,20 @@ httpdate = "1.0"
itertools = "0.12.0"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.14.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.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 266fa0a1b..a99efc8ef 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.14.0"
+version = "0.15.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -64,7 +64,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "4"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -87,20 +87,20 @@ thiserror = "1"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.14.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.15.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.6.1" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.12.0", default-features = false }
+tor-consdiff = { path = "../tor-consdiff", version = "0.7.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false }
tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.13.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -108,9 +108,9 @@ anyhow = "1.0.23"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml
index e2fffd161..fa3bfdea2 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.6.0"
+version = "0.6.1"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 0d8fc8a79..17f02baaf 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.13.0"
+version = "0.14.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -68,14 +68,14 @@ tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
-tor-proto = { path = "../tor-proto", version = "0.15.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.1", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
+tor-proto = { path = "../tor-proto", version = "0.16.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
@@ -83,10 +83,10 @@ tracing = "0.1.36"
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.8.8"
-tor-netdir = { path = "../tor-netdir", version = "0.11.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-persist = { path = "../tor-persist", version = "0.9.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 28d568b3b..0e5f42b9f 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -52,22 +52,22 @@ strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
-tor-cell = { path = "../tor-cell", version = "0.15.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
-tor-circmgr = { version = "0.14.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
+tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-client"] }
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.12.0", default-features = false, features = ["hs-client"] }
+tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false, features = ["hs-client"] }
tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.5.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.6.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.10.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.6.1", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.11.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
-tor-proto = { version = "0.15.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-rtcompat = { version = "0.9.7", path = "../tor-rtcompat" }
+tor-hscrypto = { version = "0.6.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
+tor-proto = { version = "0.16.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
@@ -75,12 +75,12 @@ humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.13.0" }
-tor-circmgr = { version = "0.14.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.13.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.11.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.9.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.14.0" }
+tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.14.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.12.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.10.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 2642d44ef..bdf9e7d5b 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.5.0"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -39,9 +39,9 @@ signature = "2"
subtle = "2"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { version = "0.9.0", path = "../tor-bytes" }
+tor-bytes = { version = "0.10.0", path = "../tor-bytes" }
tor-error = { version = "0.6.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.6.1", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
tor-units = { path = "../tor-units", version = "0.6.1" }
zeroize = { version = "1", optional = true }
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 2961115e6..d5079f50e 100644
--- a/crates/tor-hspow/Cargo.toml
+++ b/crates/tor-hspow/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hspow"
-version = "0.2.0"
+version = "0.3.0"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,7 +24,7 @@ derive_more = "0.99.3"
equix = { path = "../equix", version = "0.1.2" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.5.0", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.6.0", path = "../tor-hscrypto" }
[dev-dependencies]
hex-literal = "0.4.1"
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index 9262ac19c..3e583c5e9 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.4.0"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -35,13 +35,13 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-cell = { version = "0.15.0", path = "../tor-cell" }
+tor-cell = { version = "0.16.0", path = "../tor-cell" }
tor-config = { version = "0.10.0", path = "../tor-config" }
tor-error = { version = "0.6.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.6.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.2.0" }
-tor-proto = { version = "0.15.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.7.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" }
+tor-proto = { version = "0.16.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index d033a85f9..12ec1b174 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.6.0"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -46,7 +46,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.17"
digest = "0.10.0"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7" }
futures = "0.3.14"
growable-bloom-filter = "2.0.1"
hex = "0.4"
@@ -65,28 +65,28 @@ strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { version = "0.9.0", path = "../tor-bytes" }
-tor-cell = { version = "0.15.0", path = "../tor-cell", features = ["hs"] }
-tor-cert = { path = "../tor-cert", version = "0.9.1" }
-tor-circmgr = { version = "0.14.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-bytes = { version = "0.10.0", path = "../tor-bytes" }
+tor-cell = { version = "0.16.0", path = "../tor-cell", features = ["hs"] }
+tor-cert = { path = "../tor-cert", version = "0.10.0" }
+tor-circmgr = { version = "0.15.0", path = "../tor-circmgr", features = ["hs-service"] }
tor-config = { version = "0.10.0", path = "../tor-config" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.12.0", default-features = false, features = ["hs-service"] }
+tor-dirclient = { path = "../tor-dirclient", version = "0.13.0", default-features = false, features = ["hs-service"] }
tor-error = { version = "0.6.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.5.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.6.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.10.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.6.1", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.2.0" }
-tor-netdir = { version = "0.11.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.11.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.9.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.15.0", path = "../tor-proto", features = [
+tor-hscrypto = { version = "0.6.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.7.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" }
+tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.12.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.10.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.16.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.5.4", path = "../tor-protover" }
-tor-rtcompat = { version = "0.9.7", path = "../tor-rtcompat" }
+tor-protover = { version = "0.6.0", path = "../tor-protover" }
+tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
void = "1"
@@ -98,10 +98,10 @@ rmp-serde = "1"
serde_json = "1.0.104"
slotmap = "1.0.6"
tempfile = "3"
-test-temp-dir = { version = "0.1.0", path = "../test-temp-dir" }
-tor-keymgr = { version = "0.6.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.11.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0", features = ["testing"] }
-tor-persist = { version = "0.9.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" }
+tor-keymgr = { version = "0.7.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.12.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0", features = ["testing"] }
+tor-persist = { version = "0.10.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index e05b76d32..46709d72b 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.6.0"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -32,7 +32,7 @@ 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.6", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["serde", "walkdir"] }
glob-match = "0.2.1"
humantime = "2"
inventory = "0.3.13"
@@ -44,9 +44,9 @@ ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "1"
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.9.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.10.0" }
walkdir = { version = "2" }
zeroize = "1"
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 94c3e0a02..de7c9688b 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.10.0"
+version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,10 +45,10 @@ serde_with = "3.0.0"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-protover = { path = "../tor-protover", version = "0.5.1" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 3994c0c93..683fbafd8 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.6.1"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index e3c42657f..a152505da 100644
--- a/crates/tor-log-ratelim/Cargo.toml
+++ b/crates/tor-log-ratelim/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-log-ratelim"
-version = "0.2.0"
+version = "0.3.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -23,7 +23,7 @@ humantime = "2"
once_cell = "1.18"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
tracing = "0.1.36"
weak-table = "0.3.0"
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index afe10da29..f8e51a1ea 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -64,15 +64,15 @@ strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
tor-geoip = { path = "../tor-geoip", version = "0.2.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typed-index-collections = "3.1"
@@ -83,7 +83,7 @@ float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
rand_chacha = "0.3"
-tor-netdoc = { path = "../tor-netdoc", version = "0.11.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.12.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 70d10c500..fc1f5e372 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.11.0"
+version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -105,15 +105,15 @@ thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.7.0"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
-tor-cell = { path = "../tor-cell", version = "0.15.0" }
-tor-cert = { path = "../tor-cert", version = "0.9.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0" }
+tor-cert = { path = "../tor-cert", version = "0.10.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-protover = { path = "../tor-protover", version = "0.5.1" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0" }
tor-units = { version = "0.6.1", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 2e78eda4b..ff9f7cac2 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -27,8 +27,8 @@ __is_experimental = []
amplify = { version = "4", default-features = false, features = ["derive"], optional = true }
derive-adhoc = "0.8"
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.6", features = ["walkdir"] }
-fslock-guard = { path = "../fslock-guard", version = "0.0.1", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["walkdir"] }
+fslock-guard = { path = "../fslock-guard", version = "0.1.0", optional = true }
paste = "1"
sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
@@ -45,7 +45,7 @@ fslock = { version = "0.2.0" }
anyhow = { version = "1.0.23" }
itertools = "0.12.0"
tempfile = "3"
-test-temp-dir = { version = "0.1.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 57aec1684..91d9a5287 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.15.0"
+version = "0.16.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -75,19 +75,19 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
-tor-cell = { path = "../tor-cell", version = "0.15.0" }
-tor-cert = { path = "../tor-cert", version = "0.9.1" }
-tor-checkable = { path = "../tor-checkable", version = "0.6.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
+tor-cell = { path = "../tor-cell", version = "0.16.0" }
+tor-cert = { path = "../tor-cert", version = "0.10.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.7.0" }
tor-config = { path = "../tor-config", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.5.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.10.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.6.1" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.2.0" }
-tor-protover = { path = "../tor-protover", version = "0.5.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.12.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.6.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.11.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.7.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.3.0" }
+tor-protover = { path = "../tor-protover", version = "0.6.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.13.0" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
typenum = "1.12"
@@ -103,7 +103,7 @@ itertools = "0.12.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.16.0"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 4fb1c885e..ef051244f 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.5.4"
+version = "0.6.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index ae5048d76..b1a46fab6 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -32,24 +32,24 @@ __is_experimental = []
[dependencies]
async-trait = "0.1.54"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.7.6", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.7", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
-tor-chanmgr = { version = "0.13.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-chanmgr = { version = "0.14.0", path = "../tor-chanmgr", features = ["pt-client"] }
tor-config = { version = "0.10.0", path = "../tor-config" }
tor-error = { version = "0.6.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.10.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.9.7", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.9.0", path = "../tor-socksproto" }
+tor-linkspec = { version = "0.11.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.10.0", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
anyhow = "1.0.23"
tokio = { version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", 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 12afc6eae..047cc2eae 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.2.0"
+version = "0.3.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 1e6f17b86..6de649f4f 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.9.7"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index bf1b5e5f9..890fcb78e 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.12.0"
+version = "0.13.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -28,7 +28,7 @@ strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" }
tor-error = { version = "0.6.0", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.9.7", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.10.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -37,7 +37,7 @@ void = "1"
futures-await-test = "0.3.0"
rand = "0.8"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.7", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.10.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "tor-async-utils/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 9e278eb2a..3a30a3636 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.9.0"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,7 +24,7 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.4.1" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.9.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.10.0" }
tor-error = { path = "../tor-error", version = "0.6.0" }
[dev-dependencies]