summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock96
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml50
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti-rpcserver/Cargo.toml20
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti/Cargo.toml20
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/equix/Cargo.toml2
-rw-r--r--crates/equix/bench/Cargo.lock200
-rw-r--r--crates/fs-mistrust/Cargo.toml2
-rw-r--r--crates/fslock-guard/Cargo.toml2
-rw-r--r--crates/hashx/Cargo.toml2
-rw-r--r--crates/hashx/bench/Cargo.lock196
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/test-temp-dir/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml2
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml6
-rw-r--r--crates/tor-cell/Cargo.toml18
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml36
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml44
-rw-r--r--crates/tor-config/Cargo.toml6
-rw-r--r--crates/tor-congestion/Cargo.toml6
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml22
-rw-r--r--crates/tor-dirmgr/Cargo.toml40
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml40
-rw-r--r--crates/tor-hsclient/Cargo.toml58
-rw-r--r--crates/tor-hscrypto/Cargo.toml14
-rw-r--r--crates/tor-hspow/Cargo.toml2
-rw-r--r--crates/tor-hsrproxy/Cargo.toml18
-rw-r--r--crates/tor-hsservice/Cargo.toml52
-rw-r--r--crates/tor-keymgr/Cargo.toml16
-rw-r--r--crates/tor-linkspec/Cargo.toml12
-rw-r--r--crates/tor-llcrypto/Cargo.toml4
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota/Cargo.toml16
-rw-r--r--crates/tor-netdir/Cargo.toml22
-rw-r--r--crates/tor-netdoc/Cargo.toml26
-rw-r--r--crates/tor-persist/Cargo.toml6
-rw-r--r--crates/tor-proto/Cargo.toml34
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml20
-rw-r--r--crates/tor-relay-selection/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.toml12
-rw-r--r--crates/tor-socksproto/Cargo.toml6
-rw-r--r--crates/tor-units/Cargo.toml2
55 files changed, 598 insertions, 626 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 62b6c34f4..5f0d2b6e6 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -190,7 +190,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "arti"
-version = "1.2.3"
+version = "1.2.4"
dependencies = [
"anyhow",
"arti-client",
@@ -263,7 +263,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"anyhow",
"async-trait",
@@ -322,7 +322,7 @@ version = "0.17.0"
[[package]]
name = "arti-hyper"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"anyhow",
"arti-client",
@@ -341,7 +341,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"arti-client",
"async-trait",
@@ -913,7 +913,7 @@ checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "caret"
-version = "0.4.5"
+version = "0.4.6"
[[package]]
name = "cc"
@@ -1657,7 +1657,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "equix"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"arrayvec",
"hashx",
@@ -1913,7 +1913,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.7.10"
+version = "0.7.11"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -1950,7 +1950,7 @@ dependencies = [
[[package]]
name = "fslock-guard"
-version = "0.1.2"
+version = "0.1.3"
dependencies = [
"fslock-arti-fork",
"test-temp-dir",
@@ -2219,7 +2219,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"arrayvec",
"blake2",
@@ -3760,7 +3760,7 @@ checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
[[package]]
name = "retry-error"
-version = "0.5.2"
+version = "0.5.3"
dependencies = [
"anyhow",
"derive_more",
@@ -3973,7 +3973,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.3.6"
+version = "0.3.7"
dependencies = [
"derive_more",
"educe",
@@ -4657,7 +4657,7 @@ dependencies = [
[[package]]
name = "test-temp-dir"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"anyhow",
"derive_more",
@@ -4956,7 +4956,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"futures",
"futures-await-test",
@@ -4968,7 +4968,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive_more",
"educe",
@@ -4984,7 +4984,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"bytes",
"digest",
@@ -4999,7 +4999,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"bitflags 2.5.0",
"bytes",
@@ -5024,7 +5024,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"base64ct",
"caret",
@@ -5042,7 +5042,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -5077,7 +5077,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"humantime 2.1.0",
"signature",
@@ -5087,7 +5087,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.18.1"
+version = "0.19.0"
dependencies = [
"amplify",
"async-trait",
@@ -5135,7 +5135,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5178,7 +5178,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"digest",
"hex",
@@ -5188,7 +5188,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"async-compression",
"base64ct",
@@ -5216,7 +5216,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5273,7 +5273,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"anyhow",
"backtrace",
@@ -5304,7 +5304,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive_more",
"once_cell",
@@ -5314,7 +5314,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"amplify",
"base64ct",
@@ -5360,7 +5360,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"async-trait",
"derive-deftly",
@@ -5405,7 +5405,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"cipher",
"data-encoding",
@@ -5445,7 +5445,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5471,7 +5471,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"async-trait",
"base64ct",
@@ -5532,7 +5532,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"amplify",
"arrayvec",
@@ -5564,7 +5564,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"base64ct",
"by_address",
@@ -5590,7 +5590,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"aes",
"base64ct",
@@ -5626,7 +5626,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"futures",
"humantime 2.1.0",
@@ -5640,7 +5640,7 @@ dependencies = [
[[package]]
name = "tor-memquota"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5666,7 +5666,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"bitflags 2.5.0",
"derive_more",
@@ -5701,7 +5701,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"amplify",
"anyhow",
@@ -5747,7 +5747,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"amplify",
"anyhow",
@@ -5773,7 +5773,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"asynchronous-codec",
"bitvec",
@@ -5825,7 +5825,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"caret",
"thiserror",
@@ -5833,7 +5833,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5859,7 +5859,7 @@ dependencies = [
[[package]]
name = "tor-relay-selection"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"once_cell",
"rand",
@@ -5873,7 +5873,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"assert-impl",
"derive-deftly",
@@ -5897,7 +5897,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"async-io 2.3.2",
"async-native-tls",
@@ -5922,7 +5922,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"amplify",
"async-trait",
@@ -5951,7 +5951,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"arbitrary",
"caret",
@@ -5964,7 +5964,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.18.0"
+version = "0.19.0"
dependencies = [
"derive_more",
"float-cmp",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 7d612d400..955398b77 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,8 +17,8 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.2.2" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.18.0" }
+arti = { path = "../arti", version = "1.2.4" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.19.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" }
@@ -28,8 +28,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.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.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 515ff1b0a..6faf448b4 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -127,28 +127,28 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.18.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.18.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.18.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.18.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.18.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.18.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.18.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.18.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.18.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.18.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.19.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.19.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.19.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.19.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.19.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.19.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.19.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.19.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.19.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
void = "1"
@@ -167,8 +167,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.8.8"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[package.metadata.docs.rs]
diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml
index 12b6e3fd6..59119adf2 100644
--- a/crates/arti-hyper/Cargo.toml
+++ b/crates/arti-hyper/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
-version = "0.18.0"
+version = "0.19.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.18.0" }
+arti-client = { path = "../arti-client", version = "0.19.0" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@@ -44,8 +44,8 @@ thiserror = "1"
tls-api = "0.9.0"
tls-api-native-tls = "0.9.0"
tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio"] }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.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 043a938fc..ada6fccf1 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.18.0"
+version = "0.19.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -25,7 +25,7 @@ full = [
]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.18.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.19.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -41,13 +41,13 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0", features = ["stream-ctrl"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0", features = ["stream-ctrl"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -55,4 +55,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index ea27c83bd..8b9fe2058 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -25,22 +25,22 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.2.2" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.18.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.2.4" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.19.0", features = ["dirfilter"] }
async-trait = "0.1.54"
clap = { version = "4.3.24", features = ["wrap_help"] }
futures = "0.3.14"
pin-project = "1"
rand = "0.8"
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.18.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.18.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.19.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.19.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
[package.metadata.docs.rs]
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index 1809e4e3b..754be8100 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.2.3"
+version = "1.2.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -87,9 +87,9 @@ rpc = ["arti-rpcserver", "tor-rpcbase", "__is_experimental"]
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.18.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.19.0", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.18.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.19.0", default-features = false, features = [
"anyhow",
] }
async-ctrlc = { version = "1.2.0", optional = true }
@@ -117,13 +117,13 @@ time = "0.3.18"
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
toml = "0.8.8"
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.18.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.18.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.18.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.18.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.19.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.19.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.19.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.19.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml
index 2cbb205d4..bf01b3749 100644
--- a/crates/caret/Cargo.toml
+++ b/crates/caret/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "caret"
-version = "0.4.5"
+version = "0.4.6"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index 769852065..bc621fbd3 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.1.4"
+version = "0.1.5"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index 65928beee..f80d8b6e5 100644
--- a/crates/equix/bench/Cargo.lock
+++ b/crates/equix/bench/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
-version = "1.0.6"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
+checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "arrayvec"
@@ -31,9 +31,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "autocfg"
-version = "1.2.0"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
+checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "bindgen"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.57",
+ "syn 2.0.66",
"which",
]
@@ -90,9 +90,9 @@ dependencies = [
[[package]]
name = "bumpalo"
-version = "3.15.4"
+version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
@@ -108,12 +108,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.0.90"
+version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
+checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
dependencies = [
"jobserver",
"libc",
+ "once_cell",
]
[[package]]
@@ -160,9 +161,9 @@ dependencies = [
[[package]]
name = "clang-sys"
-version = "1.7.0"
+version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
+checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
@@ -251,9 +252,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
-version = "0.8.19"
+version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
+checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "crunchy"
@@ -311,13 +312,13 @@ dependencies = [
[[package]]
name = "either"
-version = "1.10.0"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
+checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
[[package]]
name = "equix"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"arrayvec",
"hashx",
@@ -338,9 +339,9 @@ dependencies = [
[[package]]
name = "errno"
-version = "0.3.8"
+version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
+checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys",
@@ -370,9 +371,9 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.12"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
@@ -387,9 +388,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "half"
-version = "2.4.0"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
+checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
dependencies = [
"cfg-if",
"crunchy",
@@ -397,7 +398,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"arrayvec",
"blake2",
@@ -457,9 +458,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jobserver"
-version = "0.1.28"
+version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
+checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
@@ -487,9 +488,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
@@ -503,9 +504,9 @@ dependencies = [
[[package]]
name = "linux-raw-sys"
-version = "0.4.13"
+version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
+checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "log"
@@ -546,9 +547,9 @@ dependencies = [
[[package]]
name = "num-traits"
-version = "0.2.18"
+version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
@@ -573,9 +574,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "plotters"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
+checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
dependencies = [
"num-traits",
"plotters-backend",
@@ -586,15 +587,15 @@ dependencies = [
[[package]]
name = "plotters-backend"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
+checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
[[package]]
name = "plotters-svg"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
+checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
dependencies = [
"plotters-backend",
]
@@ -607,12 +608,12 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "prettyplease"
-version = "0.2.17"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
+checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
@@ -641,18 +642,18 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.79"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
+checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.35"
+version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
+checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
@@ -744,9 +745,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.32"
+version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
+checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"errno",
@@ -757,9 +758,9 @@ dependencies = [
[[package]]
name = "ryu"
-version = "1.0.17"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "same-file"
@@ -772,29 +773,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.197"
+version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
+checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.197"
+version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
+checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
name = "serde_json"
-version = "1.0.115"
+version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
+checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",
@@ -826,9 +827,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.57"
+version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
+checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
"proc-macro2",
"quote",
@@ -837,22 +838,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.58"
+version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
+checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.58"
+version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
+checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
@@ -868,7 +869,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#51ef4ce094382117ae78500dee3715d377fca91b"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4942358446c999f04c71fbe9c58a21ed0fbba3d1"
dependencies = [
"bindgen",
"cc",
@@ -900,7 +901,7 @@ checksum = "b3fd98999db9227cf28e59d83e1f120f42bc233d4b152e8fab9bc87d5bb1e0f8"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
@@ -940,7 +941,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
"wasm-bindgen-shared",
]
@@ -962,7 +963,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -996,37 +997,15 @@ dependencies = [
]
[[package]]
-name = "winapi"
-version = "0.3.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
-dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
-]
-
-[[package]]
-name = "winapi-i686-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
-[[package]]
name = "winapi-util"
-version = "0.1.6"
+version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
+checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
- "winapi",
+ "windows-sys",
]
[[package]]
-name = "winapi-x86_64-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-
-[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1037,13 +1016,14 @@ dependencies = [
[[package]]
name = "windows-targets"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
+checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
+ "windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
@@ -1052,42 +1032,48 @@ dependencies = [
[[package]]
name = "windows_aarch64_gnullvm"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
+checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
[[package]]
name = "windows_aarch64_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
+checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
[[package]]
name = "windows_i686_gnu"
-version = "0.52.4"
+version = "0.52.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
+
+[[package]]
+name = "windows_i686_gnullvm"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
+checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
[[package]]
name = "windows_i686_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
+checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
+checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
[[package]]
name = "windows_x86_64_gnullvm"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
+checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
+checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index f7de532e4..89af4de38 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.7.10"
+version = "0.7.11"
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 56c85bc71..797133a6e 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.1.2"
+version = "0.1.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
license = "MIT OR Apache-2.0"
diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml
index 2b8132c5a..a80ae3b8e 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashx"
-version = "0.1.4"
+version = "0.1.5"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 7e8d7edf4..7c926e1b5 100644
--- a/crates/hashx/bench/Cargo.lock
+++ b/crates/hashx/bench/Cargo.lock
@@ -19,9 +19,9 @@ checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
[[package]]
name = "anstyle"
-version = "1.0.6"
+version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
+checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "arrayvec"
@@ -31,9 +31,9 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
[[package]]
name = "autocfg"
-version = "1.2.0"
+version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
+checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
[[package]]
name = "bindgen"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.57",
+ "syn 2.0.66",
"which",
]
@@ -90,9 +90,9 @@ dependencies = [
[[package]]
name = "bumpalo"
-version = "3.15.4"
+version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
+checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "byteorder"
@@ -108,12 +108,13 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.0.90"
+version = "1.0.98"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
+checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
dependencies = [
"jobserver",
"libc",
+ "once_cell",
]
[[package]]
@@ -160,9 +161,9 @@ dependencies = [
[[package]]
name = "clang-sys"
-version = "1.7.0"
+version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
+checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
@@ -251,9 +252,9 @@ dependencies = [
[[package]]
name = "crossbeam-utils"
-version = "0.8.19"
+version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
+checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
[[package]]
name = "crunchy"
@@ -311,15 +312,15 @@ dependencies = [
[[package]]
name = "either"
-version = "1.10.0"
+version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
+checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
[[package]]
name = "errno"
-version = "0.3.8"
+version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
+checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
"windows-sys",
@@ -349,9 +350,9 @@ dependencies = [
[[package]]
name = "getrandom"
-version = "0.2.12"
+version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
+checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
dependencies = [
"cfg-if",
"libc",
@@ -366,9 +367,9 @@ checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "half"
-version = "2.4.0"
+version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
+checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
dependencies = [
"cfg-if",
"crunchy",
@@ -376,7 +377,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.1.4"
+version = "0.1.5"
dependencies = [
"arrayvec",
"blake2",
@@ -453,9 +454,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "jobserver"
-version = "0.1.28"
+version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
+checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
@@ -483,9 +484,9 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.153"
+version = "0.2.155"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
+checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
[[package]]
name = "libloading"
@@ -499,9 +500,9 @@ dependencies = [
[[package]]
name = "linux-raw-sys"
-version = "0.4.13"
+version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
+checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "log"
@@ -542,9 +543,9 @@ dependencies = [
[[package]]
name = "num-traits"
-version = "0.2.18"
+version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
+checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
@@ -569,9 +570,9 @@ checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "plotters"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
+checksum = "a15b6eccb8484002195a3e44fe65a4ce8e93a625797a063735536fd59cb01cf3"
dependencies = [
"num-traits",
"plotters-backend",
@@ -582,15 +583,15 @@ dependencies = [
[[package]]
name = "plotters-backend"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
+checksum = "414cec62c6634ae900ea1c56128dfe87cf63e7caece0852ec76aba307cebadb7"
[[package]]
name = "plotters-svg"
-version = "0.3.5"
+version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
+checksum = "81b30686a7d9c3e010b84284bdd26a29f2138574f52f5eb6f794fc0ad924e705"
dependencies = [
"plotters-backend",
]
@@ -603,12 +604,12 @@ checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "prettyplease"
-version = "0.2.17"
+version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
+checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
dependencies = [
"proc-macro2",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
@@ -637,18 +638,18 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.79"
+version = "1.0.85"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
+checksum = "22244ce15aa966053a896d1accb3a6e68469b97c7f33f284b99f0d576879fc23"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
-version = "1.0.35"
+version = "1.0.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
+checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
dependencies = [
"proc-macro2",
]
@@ -740,9 +741,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.32"
+version = "0.38.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
+checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
dependencies = [
"bitflags 2.5.0",
"errno",
@@ -753,9 +754,9 @@ dependencies = [
[[package]]
name = "ryu"
-version = "1.0.17"
+version = "1.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
+checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
[[package]]
name = "same-file"
@@ -768,29 +769,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.197"
+version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
+checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.197"
+version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
+checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
name = "serde_json"
-version = "1.0.115"
+version = "1.0.117"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "12dc5c46daa8e9fdf4f5e71b6cf9a53f2487da0e86e55808e2d35539666497dd"
+checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
dependencies = [
"itoa",
"ryu",
@@ -822,9 +823,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.57"
+version = "2.0.66"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "11a6ae1e52eb25aab8f3fb9fca13be982a373b8f1157ca14b897a825ba4a2d35"
+checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
dependencies = [
"proc-macro2",
"quote",
@@ -833,22 +834,22 @@ dependencies = [
[[package]]
name = "thiserror"
-version = "1.0.58"
+version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
+checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
-version = "1.0.58"
+version = "1.0.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
+checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
]
[[package]]
@@ -864,7 +865,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#51ef4ce094382117ae78500dee3715d377fca91b"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4942358446c999f04c71fbe9c58a21ed0fbba3d1"
dependencies = [
"bindgen",
"cc",
@@ -925,7 +926,7 @@ dependencies = [
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
"wasm-bindgen-shared",
]
@@ -947,7 +948,7 @@ checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.57",
+ "syn 2.0.66",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
@@ -981,37 +982,15 @@ dependencies = [
]
[[package]]
-name = "winapi"
-version = "0.3.9"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
-dependencies = [
- "winapi-i686-pc-windows-gnu",
- "winapi-x86_64-pc-windows-gnu",
-]
-
-[[package]]
-name = "winapi-i686-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
-
-[[package]]
name = "winapi-util"
-version = "0.1.6"
+version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
+checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
- "winapi",
+ "windows-sys",
]
[[package]]
-name = "winapi-x86_64-pc-windows-gnu"
-version = "0.4.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
-
-[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1022,13 +1001,14 @@ dependencies = [
[[package]]
name = "windows-targets"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
+checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
+ "windows_i686_gnullvm",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
@@ -1037,42 +1017,48 @@ dependencies = [
[[package]]
name = "windows_aarch64_gnullvm"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
+checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
[[package]]
name = "windows_aarch64_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
+checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
[[package]]
name = "windows_i686_gnu"
-version = "0.52.4"
+version = "0.52.5"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
+
+[[package]]
+name = "windows_i686_gnullvm"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
+checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
[[package]]
name = "windows_i686_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
+checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
[[package]]
name = "windows_x86_64_gnu"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
+checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
[[package]]
name = "windows_x86_64_gnullvm"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
+checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
[[package]]
name = "windows_x86_64_msvc"
-version = "0.52.4"
+version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
+checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index 5fc672298..794cb3e19 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.5.2"
+version = "0.5.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index 906f309d1..1b21ddd75 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.3.6"
+version = "0.3.7"
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 9168003ff..08cd94b74 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.2.1"
+version = "0.2.2"
# 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-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index 3022d9197..545764526 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.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index 631b9a300..3222bc558 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.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 8a6cd4aee..9978fbdd7 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -16,8 +16,8 @@ bytes = "1"
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
zeroize = "1"
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index 2ee201c1c..d2d1afe05 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,14 +47,14 @@ paste = "1"
rand = "0.8"
smallvec = "1.10"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-cert = { path = "../tor-cert", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-cert = { path = "../tor-cert", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
[dev-dependencies]
hex = "0.4"
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index ac76b2c0c..732de6c51 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.18.0"
+version = "0.19.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.18.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index f18642159..9b6f37efb 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -47,20 +47,20 @@ rand = "0.8"
safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-cell = { path = "../tor-cell", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.18.0", default-features = false, features = [
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-cell = { path = "../tor-cell", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.19.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
tracing = "0.1.36"
void = "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.18.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.18.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-cell = { path = "../tor-cell", version = "0.19.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.19.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.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 3814f7c5c..d985fdae4 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.18.0"
+version = "0.19.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 = "2"
thiserror = "1"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.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 819828046..fca54f115 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.18.1"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -77,21 +77,21 @@ safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.18.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.18.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-protover = { path = "../tor-protover", version = "0.18.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.19.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.19.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-protover = { path = "../tor-protover", version = "0.19.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -99,12 +99,12 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.18.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.18.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.19.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.19.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.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 94047b947..34bcc9d9b 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,8 +45,8 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 21810278c..8ac7d716c 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,9 +16,9 @@ publish = false
[dependencies]
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
[features]
full = ["tor-error/full", "tor-netdir/full", "tor-units/full"]
diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml
index 430d8d93e..eef98e267 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.18.0"
+version = "0.19.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.18.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.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 686d741bd..8f884971f 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.18.0"
+version = "0.19.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.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.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 9e32b2d23..658bb074d 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -83,22 +83,22 @@ signature = "2"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.18.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.18.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.18.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.19.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.19.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.19.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.19.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -106,9 +106,9 @@ anyhow = "1.0.23"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.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 ae88e535e..7d1a9b52d 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.18.0"
+version = "0.19.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 7e2c0d6b9..251fa7218 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2021"
rust-version = "1.70"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index 7ea96b281..141bcd831 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -69,20 +69,20 @@ safelog = { path = "../safelog", version = "0.3.6" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
-tor-proto = { path = "../tor-proto", version = "0.18.0" }
-tor-protover = { path = "../tor-protover", version = "0.18.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
+tor-proto = { path = "../tor-proto", version = "0.19.0" }
+tor-protover = { path = "../tor-protover", version = "0.19.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -91,11 +91,11 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" }
serde_json = "1.0.50"
tempfile = "3"
toml = "0.8.8"
-tor-netdir = { path = "../tor-netdir", version = "0.18.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-persist = { path = "../tor-persist", version = "0.18.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-persist = { path = "../tor-persist", version = "0.19.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index a0ce7e788..64876ee5b 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -49,37 +49,37 @@ safelog = { path = "../safelog", version = "0.3.6" }
slotmap = "1.0.6"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-cell = { path = "../tor-cell", version = "0.18.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
-tor-circmgr = { version = "0.18.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.18.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.18.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.18.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.18.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.18.0", path = "../tor-llcrypto" }
-tor-netdir = { version = "0.18.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
-tor-proto = { version = "0.18.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-cell = { path = "../tor-cell", version = "0.19.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.19.0" }
+tor-circmgr = { version = "0.19.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.19.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.19.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.19.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.19.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.19.0", path = "../tor-llcrypto" }
+tor-netdir = { version = "0.19.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
+tor-proto = { version = "0.19.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
[dev-dependencies]
humantime = "2"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.18.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.18.0" }
-tor-circmgr = { version = "0.18.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.18.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.18.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.19.0" }
+tor-circmgr = { version = "0.19.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.19.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.19.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 65af84eb0..aae93ef47 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -36,15 +36,15 @@ safelog = { path = "../safelog", version = "0.3.6" }
signature = "2"
subtle = "2"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { version = "0.18.0", path = "../tor-bytes" }
-tor-error = { version = "0.18.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.18.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { version = "0.19.0", path = "../tor-bytes" }
+tor-error = { version = "0.19.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.19.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-units = { path = "../tor-units", version = "0.19.0" }
zeroize = { version = "1", optional = true }
[dev-dependencies]
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.18.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.19.0", path = "../tor-basic-utils" }
diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml
index 20d39182d..eb2145809 100644
--- a/crates/tor-hspow/Cargo.toml
+++ b/crates/tor-hspow/Cargo.toml
@@ -24,7 +24,7 @@ derive_more = "0.99.3"
equix = { path = "../equix", version = "0.1.3" }
rand = "0.8.5"
thiserror = "1"
-tor-hscrypto = { version = "0.18.0", path = "../tor-hscrypto" }
+tor-hscrypto = { version = "0.19.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 175c8b9c2..00b84a0ed 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -34,14 +34,14 @@ safelog = { version = "0.3.6", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.18.0", path = "../tor-cell" }
-tor-config = { version = "0.18.0", path = "../tor-config" }
-tor-error = { version = "0.18.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.18.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.18.0" }
-tor-proto = { version = "0.18.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.19.0", path = "../tor-cell" }
+tor-config = { version = "0.19.0", path = "../tor-config" }
+tor-error = { version = "0.19.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.19.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.19.0" }
+tor-proto = { version = "0.19.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index c134ce29b..758bbeb22 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -63,30 +63,30 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.18.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { version = "0.18.0", path = "../tor-bytes" }
-tor-cell = { version = "0.18.0", path = "../tor-cell", features = ["hs"] }
-tor-circmgr = { version = "0.18.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-config = { version = "0.18.0", path = "../tor-config" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.18.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.18.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.18.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.18.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.18.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.18.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.18.0" }
-tor-netdir = { version = "0.18.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.18.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.18.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.18.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { version = "0.19.0", path = "../tor-bytes" }
+tor-cell = { version = "0.19.0", path = "../tor-cell", features = ["hs"] }
+tor-circmgr = { version = "0.19.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.19.0", path = "../tor-config" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.19.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.19.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.19.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.19.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.19.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.19.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.19.0" }
+tor-netdir = { version = "0.19.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.19.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.19.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.19.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.18.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.18.0" }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.19.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.19.0" }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -97,10 +97,10 @@ serde_json = "1.0.104"
slotmap = "1.0.6"
tempfile = "3"
test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-keymgr = { version = "0.18.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.18.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0", features = ["testing"] }
-tor-persist = { version = "0.18.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-keymgr = { version = "0.19.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.19.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0", features = ["testing"] }
+tor-persist = { version = "0.19.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.0" }
tracing-test = "0.2.4"
walkdir = "2"
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index ab3b03066..441cdea12 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -50,19 +50,19 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.19.0" }
walkdir = { version = "2" }
zeroize = "1"
[dev-dependencies]
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 7b302bb5d..b913b27cd 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -43,11 +43,11 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-protover = { path = "../tor-protover", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-protover = { path = "../tor-protover", version = "0.19.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 5789808ed..889b019e5 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -66,7 +66,7 @@ cipher = "0.4.1"
hex-literal = "0.4"
rand = "0.8"
serde_test = "1.0.124"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
[target.wasm32-unknown-unknown.dependencies]
getrandom = { version = "0.2.3", features = ["js"] }
diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml
index 5ee10c104..1b4c76323 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.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.70"
@@ -22,8 +22,8 @@ futures = "0.3.14"
humantime = "2"
once_cell = "1.18"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
tracing = "0.1.36"
weak-table = "0.3.0"
diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml
index 7e3ed62c9..c6bc8334e 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -21,19 +21,19 @@ serde = { version = "1.0.103", features = ["derive"] }
slotmap = "1.0.6"
static_assertions = "1"
thiserror = "1"
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.18.0" }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.19.0" }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
[dev-dependencies]
itertools = "0.12.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 41d367a41..33ed7e229 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -60,15 +60,15 @@ static_assertions = "1"
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.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.18.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
-tor-protover = { path = "../tor-protover", version = "0.18.0" }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.19.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
+tor-protover = { path = "../tor-protover", version = "0.19.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
tracing = "0.1.36"
typed-index-collections = "3.1"
visibility = { version = "0.1.0", optional = true }
@@ -77,7 +77,7 @@ visibility = { version = "0.1.0", optional = true }
float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.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 517372190..eeb2a6855 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -104,17 +104,17 @@ subtle = "2"
thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.7.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-cell = { path = "../tor-cell", version = "0.18.0" }
-tor-cert = { path = "../tor-cert", version = "0.18.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-protover = { path = "../tor-protover", version = "0.18.0" }
-tor-units = { version = "0.18.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-cell = { path = "../tor-cell", version = "0.19.0" }
+tor-cert = { path = "../tor-cert", version = "0.19.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-protover = { path = "../tor-protover", version = "0.19.0" }
+tor-units = { version = "0.19.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
weak-table = "0.3.0"
@@ -125,7 +125,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.12.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.18.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.19.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 4c5690c14..fbcfbf433 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -36,8 +36,8 @@ sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0", features = ["tracing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0", features = ["tracing"] }
tracing = "0.1.36"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 594b56e96..38b5a181c 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -72,21 +72,21 @@ 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.18.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-cell = { path = "../tor-cell", version = "0.18.0" }
-tor-cert = { path = "../tor-cert", version = "0.18.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.18.0" }
-tor-config = { path = "../tor-config", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.18.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.18.0" }
-tor-units = { path = "../tor-units", version = "0.18.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-cell = { path = "../tor-cell", version = "0.19.0" }
+tor-cert = { path = "../tor-cert", version = "0.19.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.19.0" }
+tor-config = { path = "../tor-config", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.19.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.19.0" }
+tor-units = { path = "../tor-units", version = "0.19.0" }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0", optional = true }
@@ -101,7 +101,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.18.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.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 28b495ec9..c874c8e1b 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.18.0"
+version = "0.19.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 7ea244b83..2f5d4c7af 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -38,21 +38,21 @@ futures = "0.3.14"
itertools = "0.12.0"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-chanmgr = { version = "0.18.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.18.0", path = "../tor-config" }
-tor-error = { version = "0.18.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.18.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.18.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-chanmgr = { version = "0.19.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.19.0", path = "../tor-config" }
+tor-error = { version = "0.19.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.19.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.19.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.18.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 1b17652a9..a2c8f3749 100644
--- a/crates/tor-relay-selection/Cargo.toml
+++ b/crates/tor-relay-selection/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-selection"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -31,17 +31,17 @@ __is_experimental = []
[dependencies]
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.18.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.18.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.19.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.19.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0" }
[dev-dependencies]
once_cell = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18" }
-tor-netdir = { path = "../tor-netdir", version = "0.18.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.18.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19" }
+tor-netdir = { path = "../tor-netdir", version = "0.19.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.19.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 813dae39a..5a75f438c 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.18.0"
+version = "0.19.0"
edition = "2021"
rust-version = "1.70"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -24,8 +24,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.18.0" }
-tor-error = { path = "../tor-error/", version = "0.18.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.19.0" }
+tor-error = { path = "../tor-error/", version = "0.19.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index fbd93cf5d..76b91ee44 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.18.0"
+version = "0.19.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 ec06f2dad..c7ce88abf 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -26,9 +26,9 @@ priority-queue = "2.0.3"
slotmap = "1.0.6"
strum = { version = "0.26", features = ["derive"] }
thiserror = "1"
-tor-async-utils = { version = "0.18.0", path = "../tor-async-utils" }
-tor-error = { version = "0.18.0", path = "../tor-error", features = ["tracing"] }
-tor-rtcompat = { version = "0.18.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.19.0", path = "../tor-async-utils" }
+tor-error = { version = "0.19.0", path = "../tor-error", features = ["tracing"] }
+tor-rtcompat = { version = "0.19.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -36,8 +36,8 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.18.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.19.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.19.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 d0bc73b45..3da9c7f0c 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.18.0"
+version = "0.19.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -24,8 +24,8 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.4.5" }
subtle = "2"
thiserror = "1"
-tor-bytes = { path = "../tor-bytes", version = "0.18.0" }
-tor-error = { path = "../tor-error", version = "0.18.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.19.0" }
+tor-error = { path = "../tor-error", version = "0.19.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index 829d3dca6..4124ae98f 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.18.0"
+version = "0.19.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.70"