summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md2
-rw-r--r--Cargo.lock86
-rw-r--r--crates/arti-bench/Cargo.toml12
-rw-r--r--crates/arti-client/Cargo.toml46
-rw-r--r--crates/arti-config/Cargo.toml2
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti-rpcserver/Cargo.toml12
-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-async-utils/semver.md1
-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-dirclient/semver.md1
-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.toml46
-rw-r--r--crates/tor-hscrypto/Cargo.toml14
-rw-r--r--crates/tor-hsservice/Cargo.toml14
-rw-r--r--crates/tor-linkspec/Cargo.toml14
-rw-r--r--crates/tor-linkspec/semver.md1
-rw-r--r--crates/tor-llcrypto/Cargo.toml6
-rw-r--r--crates/tor-netdir/Cargo.toml24
-rw-r--r--crates/tor-netdoc/Cargo.toml22
-rw-r--r--crates/tor-persist/Cargo.toml6
-rw-r--r--crates/tor-proto/Cargo.toml34
-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
-rw-r--r--semver.md2
49 files changed, 341 insertions, 348 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7bd038c30..4a6c2e4cd 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,8 +5,6 @@ is more mature, we may switch to using a separate changelog for each crate.
# Arti 1.1.4 — 3 May 2023
-(THIS IS UP TO DATE WITH 5ff19678fe33781bc856fec21273e69ab8bf3938)
-
Arti 1.1.4 fixes a major bug in the directory downloading code that
could cause clients to stay stuck with an old version of the
directory.
diff --git a/Cargo.lock b/Cargo.lock
index 6c1b39336..e865ce994 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -90,7 +90,7 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arti"
-version = "1.1.3"
+version = "1.1.4"
dependencies = [
"anyhow",
"arti-client",
@@ -133,7 +133,7 @@ dependencies = [
[[package]]
name = "arti-bench"
-version = "0.8.3"
+version = "0.8.4"
dependencies = [
"anyhow",
"arti",
@@ -155,7 +155,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.8.3"
+version = "0.9.0"
dependencies = [
"anyhow",
"cfg-if",
@@ -203,11 +203,11 @@ dependencies = [
[[package]]
name = "arti-config"
-version = "0.5.1"
+version = "0.6.0"
[[package]]
name = "arti-hyper"
-version = "0.8.3"
+version = "0.9.0"
dependencies = [
"anyhow",
"arti-client",
@@ -226,7 +226,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"arti-client",
"asynchronous-codec",
@@ -251,7 +251,7 @@ dependencies = [
[[package]]
name = "arti-testing"
-version = "0.8.3"
+version = "0.8.4"
dependencies = [
"anyhow",
"arti",
@@ -655,7 +655,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "caret"
-version = "0.3.2"
+version = "0.4.0"
[[package]]
name = "cc"
@@ -1393,7 +1393,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -2831,7 +2831,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]
name = "retry-error"
-version = "0.3.1"
+version = "0.4.0"
dependencies = [
"anyhow",
]
@@ -2997,7 +2997,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.2.2"
+version = "0.3.0"
dependencies = [
"derive_more",
"educe",
@@ -3783,7 +3783,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"futures",
"futures-await-test",
@@ -3796,7 +3796,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.6.0"
+version = "0.7.0"
dependencies = [
"derive_more",
"educe",
@@ -3812,7 +3812,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"arrayref",
"bytes",
@@ -3830,7 +3830,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.9.1"
+version = "0.10.0"
dependencies = [
"arrayref",
"bitflags 2.2.1",
@@ -3855,7 +3855,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"base64ct",
"caret",
@@ -3873,7 +3873,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.8.3"
+version = "0.9.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -3907,7 +3907,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.4.3"
+version = "0.5.0"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@@ -3917,7 +3917,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.7.3"
+version = "0.8.0"
dependencies = [
"async-trait",
"bounded-vec-deque",
@@ -3959,7 +3959,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.8.0"
+version = "0.9.0"
dependencies = [
"config",
"derive_builder_fork_arti",
@@ -3989,7 +3989,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
-version = "0.4.2"
+version = "0.5.0"
dependencies = [
"thiserror",
"tor-error",
@@ -3999,7 +3999,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.4.3"
+version = "0.5.0"
dependencies = [
"digest 0.10.6",
"hex",
@@ -4009,7 +4009,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"async-compression",
"base64ct",
@@ -4037,7 +4037,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.9.3"
+version = "0.10.0"
dependencies = [
"anyhow",
"async-trait",
@@ -4093,7 +4093,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.4.1"
+version = "0.5.0"
dependencies = [
"backtrace",
"derive_more",
@@ -4105,7 +4105,7 @@ dependencies = [
[[package]]
name = "tor-events"
-version = "0.4.1"
+version = "0.5.0"
dependencies = [
"async-broadcast",
"futures",
@@ -4118,7 +4118,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.8.3"
+version = "0.9.0"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@@ -4158,7 +4158,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.1.2"
+version = "0.2.0"
dependencies = [
"async-trait",
"derive_more",
@@ -4196,7 +4196,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.1.2"
+version = "0.2.0"
dependencies = [
"data-encoding",
"derive_more",
@@ -4219,7 +4219,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.1.2"
+version = "0.2.0"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@@ -4234,7 +4234,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"base64ct",
"by_address",
@@ -4260,7 +4260,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.4.4"
+version = "0.5.0"
dependencies = [
"aes",
"arrayref",
@@ -4297,7 +4297,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.8.1"
+version = "0.9.0"
dependencies = [
"bitflags 2.2.1",
"derive_builder_fork_arti",
@@ -4334,7 +4334,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"arrayref",
"base64ct",
@@ -4377,7 +4377,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.6.2"
+version = "0.7.0"
dependencies = [
"derive_more",
"fs-mistrust",
@@ -4393,7 +4393,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.9.1"
+version = "0.10.0"
dependencies = [
"arrayref",
"asynchronous-codec",
@@ -4444,7 +4444,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.4.2"
+version = "0.5.0"
dependencies = [
"caret",
"thiserror",
@@ -4452,7 +4452,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.2.3"
+version = "0.3.0"
dependencies = [
"anyhow",
"async-trait",
@@ -4475,7 +4475,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.0.1"
+version = "0.1.0"
dependencies = [
"assert-impl",
"downcast-rs",
@@ -4496,7 +4496,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.8.2"
+version = "0.9.0"
dependencies = [
"async-io",
"async-native-tls",
@@ -4517,7 +4517,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.7.2"
+version = "0.8.0"
dependencies = [
"async-trait",
"futures",
@@ -4533,7 +4533,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.6.3"
+version = "0.7.0"
dependencies = [
"arbitrary",
"caret",
@@ -4546,7 +4546,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.5.0"
+version = "0.6.0"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 4c3ca4cd4..6c003953c 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-bench"
-version = "0.8.3"
+version = "0.8.4"
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.3" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.3" }
+arti = { path = "../arti", version = "1.1.4" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0" }
clap = "3.2.20"
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
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.8.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.9.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
tracing = "0.1.18"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
[package.metadata.docs.rs]
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index d2c7dfb2d..71c5555fe 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.8.3"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -75,35 +75,35 @@ 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.6.2", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0", 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.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.0.1" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-cell = { path = "../tor-cell", version = "0.9.1" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.3" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.3" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.9.3", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.1.2", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-persist = { path = "../tor-persist", version = "0.6.2" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.2.2", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.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-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
tracing = "0.1.18"
void = "1"
@@ -121,7 +121,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.8.1", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.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 9578762b0..4839f235d 100644
--- a/crates/arti-config/Cargo.toml
+++ b/crates/arti-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-config"
-version = "0.5.1"
+version = "0.6.0"
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 834c56bf7..ce37a179b 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.8.3"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,7 +25,7 @@ experimental-api = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { path = "../arti-client", version = "0.8.3" }
+arti-client = { path = "../arti-client", version = "0.9.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -40,8 +40,8 @@ tokio = { package = "tokio", version = "1.7", features = [
"time",
"macros",
] }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio"] }
+tor-error = { path = "../tor-error", version = "0.5.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.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 17e2592ee..356413eb4 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.0.1"
+version = "0.1.0"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -19,7 +19,7 @@ experimental = ["tokio"]
tokio = ["tokio-crate", "tokio-util"]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.8.2" }
+arti-client = { path = "../arti-client", version = "0.9.0" }
asynchronous-codec = { version = "0.6.0", features = ["json"] }
bytes = "1"
erased-serde = "0.3.25"
@@ -31,10 +31,10 @@ serde_json = "1.0.50"
thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["full"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-async-utils = { path = "../tor-async-utils", version = "0.0.1" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.0.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.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" }
tracing = "0.1.18"
typetag = "0.2.7"
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 8d705617e..68341cb87 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-testing"
-version = "0.8.3"
+version = "0.8.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -16,8 +16,8 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.1.3" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.3", features = [
+arti = { package = "arti", path = "../arti", version = "1.1.4" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", features = [
"dirfilter",
] }
async-trait = "0.1.2"
@@ -29,17 +29,17 @@ pin-project = "1"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2", features = ["experimental-api"] }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.9.3", features = [
+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.4.1" }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.6.3", features = [
+tor-error = { path = "../tor-error", version = "0.5.0" }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.7.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" }
tracing = "0.1.18"
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 40179950d..de75338d3 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.3"
+version = "1.1.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -61,16 +61,16 @@ experimental = ["arti-client/experimental", "experimental-api", "onion-service-c
rpc = ["arti-rpcserver"]
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.0.1", optional = true, features = ["tokio"] }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.0", optional = true, features = ["tokio"] }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.3", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = "3.2.20"
config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
futures = "0.3.14"
itertools = "0.10.1"
libc = "0.2"
@@ -78,16 +78,16 @@ notify = { version = "5.0", default-features = false, features = ["macos_kqueue"
once_cell = { version = "1", optional = true }
paste = "1"
rlimit = "0.9.0"
-safelog = { path = "../safelog", version = "0.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
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"] }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1", default-features = false }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.6.3" }
+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" }
tracing = "0.1.18"
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 3530898a5..ff356208a 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.3.2"
+version = "0.4.0"
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 a9797760f..3da3ea767 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.6.3"
+version = "0.7.0"
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 84096cae5..f172557a5 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.3.1"
+version = "0.4.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 7954a5a0e..0150eb5d0 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.2.2"
+version = "0.3.0"
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 a695e8881..35718e510 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.0.1"
+version = "0.1.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/crates/tor-async-utils/semver.md b/crates/tor-async-utils/semver.md
deleted file mode 100644
index 0f866a1ac..000000000
--- a/crates/tor-async-utils/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-Breaking: Rename SinkExt to SinkPrepareExt
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index fb351bc6a..87a87f224 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.6.0"
+version = "0.7.0"
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 92a43b601..6547c92d0 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.6.3"
+version = "0.7.0"
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.4.1" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
+tor-error = { path = "../tor-error", version = "0.5.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index b85e415e5..2d5505b9d 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.9.1"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,20 +28,20 @@ testing = ["experimental-udp"]
arrayref = "0.3"
bitflags = "2"
bytes = "1"
-caret = { path = "../caret", version = "0.3.2" }
+caret = { path = "../caret", version = "0.4.0" }
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.6.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.3" }
-tor-cert = { path = "../tor-cert", version = "0.6.3" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-units = { path = "../tor-units", version = "0.5.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-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" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index 06b965bd9..296380f0c 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.6.3"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -17,14 +17,14 @@ experimental = ["encode"]
encode = ["derive_builder"]
[dependencies]
-caret = { path = "../caret", version = "0.3.2" }
+caret = { path = "../caret", version = "0.4.0" }
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.6.3" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
+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" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 9175d43c6..c534a7501 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.8.3"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -28,22 +28,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.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-cell = { path = "../tor-cell", version = "0.9.1" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.6.3", default-features = false, features = [
+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 = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.5.0" }
+tor-units = { path = "../tor-units", version = "0.6.0" }
tracing = "0.1.18"
void = "1"
@@ -52,11 +52,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.9.1", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.9.1", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.7.2" }
+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" }
[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 5b84fdb44..365f90e34 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.4.3"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -19,7 +19,7 @@ experimental-api = []
humantime = "2"
signature = "1"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.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 c83301cf2..a81740285 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.7.3"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -45,44 +45,44 @@ itertools = "0.10.1"
once_cell = "1"
pin-project = "1"
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.3.0" }
-safelog = { path = "../safelog", version = "0.2.2" }
+retry-error = { path = "../retry-error", version = "0.4.0" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.3" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-persist = { path = "../tor-persist", version = "0.6.2" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.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" }
tracing = "0.1.18"
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.8.2", features = [
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0", features = [
"testing",
] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = [
+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.6.2", features = [
+tor-persist = { path = "../tor-persist", version = "0.7.0", features = [
"testing",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = [
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = [
"tokio",
"native-tls",
] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.7.2" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.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 9cf3647a4..55c9753a9 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.8.0"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -21,7 +21,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.6.2" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"
@@ -32,8 +32,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.6.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
+tor-error = { path = "../tor-error", version = "0.5.0" }
tracing = "0.1.18"
[dev-dependencies]
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 5dac03923..036ea7d6b 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
-version = "0.4.2"
+version = "0.5.0"
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.4.1" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-units = { path = "../tor-units", version = "0.5.0" }
+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" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index e92b9deb1..8ae7ebc01 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.4.3"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -19,7 +19,7 @@ slow-diff-apply = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.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 da6ca2e9c..e4579d40a 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.6.3"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,20 +32,20 @@ httpdate = "1.0"
itertools = "0.10.1"
memchr = "2.5"
thiserror = "1"
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.3" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.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" }
tracing = "0.1.18"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.7.2" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-dirclient/semver.md b/crates/tor-dirclient/semver.md
deleted file mode 100644
index 5cf95df57..000000000
--- a/crates/tor-dirclient/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-BREAKING: RouterDescRequest no longer has push().
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index c5c3e5046..163e699c7 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.9.3"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -38,7 +38,7 @@ derive_more = "0.99.3"
digest = "0.10.0"
educe = "0.4.6"
event-listener = "2"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.2" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -50,28 +50,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.3.0" }
+retry-error = { path = "../retry-error", version = "0.4.0" }
rusqlite = { version = "0.29.0", features = ["time"] }
-safelog = { path = "../safelog", version = "0.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
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.6.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.7.3" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.4.3" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.6.3", default-features = false }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.2" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
+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" }
tracing = "0.1.18"
[dev-dependencies]
@@ -80,9 +80,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.6.3" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.7.2" }
+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" }
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 574bbc5b0..8f55d0b44 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.4.1"
+version = "0.5.0"
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 2e969bd80..60e9aab43 100644
--- a/crates/tor-events/Cargo.toml
+++ b/crates/tor-events/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-events"
-version = "0.4.1"
+version = "0.5.0"
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 37845b92b..d53d7a785 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.8.3"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -42,32 +42,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.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.6.2" }
-tor-proto = { path = "../tor-proto", version = "0.9.1" }
-tor-protover = { path = "../tor-protover", version = "0.4.2", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
-tor-units = { path = "../tor-units", version = "0.5.0" }
+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" }
tracing = "0.1.18"
[dev-dependencies]
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.7.2"
-tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-persist = { path = "../tor-persist", version = "0.6.2", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-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"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 9b80f63fe..40101e70a 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.1.2"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -23,33 +23,33 @@ futures = "0.3.14"
itertools = "0.10.1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand_core = "0.6.2"
-retry-error = { path = "../retry-error", version = "0.3.0" }
-safelog = { path = "../safelog", version = "0.2.1" }
+retry-error = { path = "../retry-error", version = "0.4.0" }
+safelog = { path = "../safelog", version = "0.3.0" }
slotmap = "1.0.6"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-circmgr = { version = "0.7.3", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.6.3", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.4.1", features = ["experimental-api"] } # TODO HS
-tor-hscrypto = { version = "0.1.2", path = "../tor-hscrypto" }
-tor-linkspec = { version = "0.6.3", path = "../tor-linkspec" }
-tor-llcrypto = { version = "0.4.3", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.8.0", path = "../tor-netdir", features = [ "hs-client" ] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3", features = [ "hs-client" ] }
-tor-proto = { version = "0.9.1", path = "../tor-proto", features = ["send-control-msg"] }
-tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
+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" }
tracing = "0.1.18"
[dev-dependencies]
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.0.1" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.8.3" }
-tor-circmgr = { version = "0.7.3", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.8.1", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.8.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.6.1", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.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"] }
tracing-test = "0.2"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 1f87f29da..5b5d3b6d7 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.1.2"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -21,20 +21,20 @@ digest = "0.10.0"
itertools = "0.10.1"
paste = "1"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-bytes = { version = "0.6.3", path = "../tor-bytes" }
-tor-llcrypto = { version = "0.4.3", path = "../tor-llcrypto", features = [
+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.5.0" }
+tor-units = { path = "../tor-units", version = "0.6.0" }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.6.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.0", path = "../tor-basic-utils" }
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 336104829..01384b772 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.1.2"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -20,11 +20,11 @@ default = []
async-trait = "0.1.2"
rand_core = "0.6.2"
thiserror = "1"
-tor-circmgr = { version = "0.7.3", path = "../tor-circmgr", features = ["hs-service"] }
-tor-hscrypto = { version = "0.1.2", path = "../tor-hscrypto" }
-tor-llcrypto = { version = "0.4.3", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.8.0", path = "../tor-netdir" }
-tor-proto = { version = "0.9.1", path = "../tor-proto" }
-tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
+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" }
[dev-dependencies]
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 6c4c0ef57..d6b3a6518 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.6.3"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -25,16 +25,16 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3"
educe = "0.4.6"
hex = "0.4"
-safelog = { path = "../safelog", version = "0.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "2.0.1"
strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.3" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-protover = { path = "../tor-protover", version = "0.4.2" }
+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" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-linkspec/semver.md b/crates/tor-linkspec/semver.md
deleted file mode 100644
index 3621f3763..000000000
--- a/crates/tor-linkspec/semver.md
+++ /dev/null
@@ -1 +0,0 @@
-ADDED: RelayIdRef::as_bytes() return value lifetime relaxed
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 92f8eca9f..a9f4564e7 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.4.4"
+version = "0.5.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -39,7 +39,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.8.0"
-safelog = { version = "0.2.2", path = "../safelog" }
+safelog = { version = "0.3.0", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"
@@ -57,7 +57,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.6.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
[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 678cf7d3e..61b3c8ca8 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.8.1"
+version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -46,16 +46,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.6.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3" }
-tor-protover = { path = "../tor-protover", version = "0.4.2" }
-tor-units = { path = "../tor-units", version = "0.5.0" }
+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" }
tracing = "0.1.18"
typed-index-collections = "3.1"
@@ -64,7 +64,7 @@ float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
rand_chacha = "0.3"
-tor-netdoc = { path = "../tor-netdoc", version = "0.6.3", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.7.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 c308dbc6f..9dd4e601e 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.6.3"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -85,15 +85,15 @@ smallvec = "1.10"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros"] }
tinystr = "0.7.0"
-tor-bytes = { path = "../tor-bytes", version = "0.6.3" }
-tor-cert = { path = "../tor-cert", version = "0.6.3" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.1.2", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-protover = { path = "../tor-protover", version = "0.4.2" }
-tor-units = { version = "0.5.0", path = "../tor-units", optional = true }
+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 }
visibility = { version = "0.0.1", optional = true }
visible = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
@@ -103,7 +103,7 @@ zeroize = "1"
hex-literal = "0.4"
itertools = "0.10.1"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.6.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.7.0", 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 c1c4ea38a..38ceb308c 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.6.2"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -18,12 +18,12 @@ testing = []
[dependencies]
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.6.2", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.0", 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.4.1" }
+tor-error = { path = "../tor-error", version = "0.5.0" }
tracing = "0.1.18"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 9d4a89ec0..72106f4a4 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.9.1"
+version = "0.10.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -44,25 +44,25 @@ hmac = "0.12.0"
pin-project = "1"
rand = "0.8"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.2.2" }
+safelog = { path = "../safelog", version = "0.3.0" }
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.0.1" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.6.3" }
-tor-cell = { path = "../tor-cell", version = "0.9.1" }
-tor-cert = { path = "../tor-cert", version = "0.6.3" }
-tor-checkable = { path = "../tor-checkable", version = "0.4.2" }
-tor-config = { path = "../tor-config", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.6.3" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.4.3" }
-tor-protover = { path = "../tor-protover", version = "0.4.2" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.7.2" }
-tor-units = { path = "../tor-units", version = "0.5.0" }
+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-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" }
tracing = "0.1.18"
typenum = "1.12"
visibility = { version = "0.0.1", optional = true }
@@ -76,7 +76,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.8.1", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.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 ceac9af60..81218ef96 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.4.2"
+version = "0.5.0"
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.3.2" }
+caret = { path = "../caret", version = "0.4.0" }
thiserror = "1"
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 08ba7b6f7..13af5f5bf 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.2.3"
+version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -22,16 +22,16 @@ experimental-api = ["visibility"]
[dependencies]
async-trait = "0.1.2"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.6.2", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.7.0", path = "../fs-mistrust" }
futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-chanmgr = { version = "0.8.3", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.8.0", path = "../tor-config" }
-tor-error = { version = "0.4.1", path = "../tor-error" }
-tor-linkspec = { version = "0.6.3", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.8.1", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.6.3", path = "../tor-socksproto" }
+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" }
tracing = "0.1.18"
visibility = { version = "0.0.1", optional = true }
@@ -45,7 +45,7 @@ tokio = { version = "1.7", features = [
"time",
"macros",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.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 7ed6c0c9b..40a1d0d9f 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.0.1"
+version = "0.1.0"
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.0.1" }
-tor-error = { path = "../tor-error/", version = "0.4.1", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" }
+tor-error = { path = "../tor-error/", version = "0.5.0", features = ["rpc"] }
typetag = "0.2.7"
[dev-dependencies]
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 119a850b2..cce8d88ed 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.8.2"
+version = "0.9.0"
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 aa9d84f6c..9bb39af62 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.7.2"
+version = "0.8.0"
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.8.1", path = "../tor-rtcompat" }
+tor-rtcompat = { version = "0.9.0", path = "../tor-rtcompat" }
tracing = "0.1.18"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.6.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index cee20935c..d2fb722e6 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.6.3"
+version = "0.7.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -18,11 +18,11 @@ proxy-handshake = []
[dependencies]
arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
-caret = { path = "../caret", version = "0.3.2" }
+caret = { path = "../caret", version = "0.4.0" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.6.3" }
-tor-error = { path = "../tor-error", version = "0.4.1" }
+tor-bytes = { path = "../tor-bytes", version = "0.7.0" }
+tor-error = { path = "../tor-error", version = "0.5.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 49caadbd7..ddd7cbb3f 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.5.0"
+version = "0.6.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
diff --git a/semver.md b/semver.md
deleted file mode 100644
index 8c3057923..000000000
--- a/semver.md
+++ /dev/null
@@ -1,2 +0,0 @@
-BREAKING: Increased MSRV to 1.65
-BREAKING: ErrorKind variants renamed ProtocolFailure => ProtocolViolation