summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.lock106
-rw-r--r--crates/arti-bench/Cargo.toml10
-rw-r--r--crates/arti-client/Cargo.toml58
-rw-r--r--crates/arti-relay/Cargo.toml26
-rw-r--r--crates/arti-rpc-client-core/Cargo.toml8
-rw-r--r--crates/arti-rpcserver/Cargo.toml22
-rw-r--r--crates/arti-testing/Cargo.toml14
-rw-r--r--crates/arti/Cargo.toml38
-rw-r--r--crates/equix/Cargo.toml4
-rw-r--r--crates/equix/bench/Cargo.lock142
-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.lock138
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/safelog/Cargo.toml2
-rw-r--r--crates/slotmap-careful/Cargo.toml2
-rw-r--r--crates/tor-async-utils/Cargo.toml8
-rw-r--r--crates/tor-basic-utils/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml8
-rw-r--r--crates/tor-cell/Cargo.toml20
-rw-r--r--crates/tor-cert/Cargo.toml8
-rw-r--r--crates/tor-chanmgr/Cargo.toml40
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml50
-rw-r--r--crates/tor-config-path/Cargo.toml8
-rw-r--r--crates/tor-config/Cargo.toml12
-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.toml44
-rw-r--r--crates/tor-error/Cargo.toml4
-rw-r--r--crates/tor-general-addr/Cargo.toml2
-rw-r--r--crates/tor-geoip/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml46
-rw-r--r--crates/tor-hsclient/Cargo.toml66
-rw-r--r--crates/tor-hscrypto/Cargo.toml20
-rw-r--r--crates/tor-hsrproxy/Cargo.toml20
-rw-r--r--crates/tor-hsservice/Cargo.toml66
-rw-r--r--crates/tor-key-forge/Cargo.toml10
-rw-r--r--crates/tor-keymgr/Cargo.toml24
-rw-r--r--crates/tor-linkspec/Cargo.toml16
-rw-r--r--crates/tor-llcrypto/Cargo.toml8
-rw-r--r--crates/tor-log-ratelim/Cargo.toml6
-rw-r--r--crates/tor-memquota/Cargo.toml24
-rw-r--r--crates/tor-netdir/Cargo.toml22
-rw-r--r--crates/tor-netdoc/Cargo.toml26
-rw-r--r--crates/tor-persist/Cargo.toml12
-rw-r--r--crates/tor-proto/Cargo.toml38
-rw-r--r--crates/tor-protover/Cargo.toml2
-rw-r--r--crates/tor-ptmgr/Cargo.toml24
-rw-r--r--crates/tor-relay-crypto/Cargo.toml14
-rw-r--r--crates/tor-relay-selection/Cargo.toml18
-rw-r--r--crates/tor-rpc-connect/Cargo.toml14
-rw-r--r--crates/tor-rpcbase/Cargo.toml6
-rw-r--r--crates/tor-rtcompat/Cargo.toml6
-rw-r--r--crates/tor-rtmock/Cargo.toml16
-rw-r--r--crates/tor-socksproto/Cargo.toml8
-rw-r--r--crates/tor-units/Cargo.toml4
59 files changed, 661 insertions, 677 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 806f25c00..4f6b212ad 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -196,7 +196,7 @@ checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
name = "arti"
-version = "1.3.0"
+version = "1.3.1"
dependencies = [
"anyhow",
"arti-client",
@@ -278,7 +278,7 @@ dependencies = [
[[package]]
name = "arti-client"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"async-trait",
@@ -342,7 +342,7 @@ version = "0.17.0"
[[package]]
name = "arti-relay"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"clap",
@@ -369,7 +369,7 @@ dependencies = [
[[package]]
name = "arti-rpc-client-core"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"caret",
"cfg-if",
@@ -390,7 +390,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"arti-client",
"async-trait",
@@ -1905,7 +1905,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "equix"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arrayvec",
"hashx",
@@ -2129,7 +2129,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
-version = "0.8.1"
+version = "0.8.2"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@@ -2166,7 +2166,7 @@ dependencies = [
[[package]]
name = "fslock-guard"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"fslock-arti-fork",
"test-temp-dir",
@@ -2448,7 +2448,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arrayvec",
"blake2",
@@ -4154,7 +4154,7 @@ checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
[[package]]
name = "retry-error"
-version = "0.6.0"
+version = "0.6.1"
dependencies = [
"anyhow",
"derive_more",
@@ -4376,7 +4376,7 @@ dependencies = [
[[package]]
name = "safelog"
-version = "0.4.1"
+version = "0.4.2"
dependencies = [
"derive_more",
"educe",
@@ -4809,7 +4809,7 @@ dependencies = [
[[package]]
name = "slotmap-careful"
-version = "0.2.1"
+version = "0.2.2"
dependencies = [
"paste",
"serde",
@@ -5349,7 +5349,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"educe",
@@ -5368,7 +5368,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive_more",
"educe",
@@ -5388,7 +5388,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"bytes",
"derive-deftly",
@@ -5405,7 +5405,7 @@ dependencies = [
[[package]]
name = "tor-cell"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"bitflags 2.6.0",
@@ -5434,7 +5434,7 @@ dependencies = [
[[package]]
name = "tor-cert"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"base64ct",
"caret",
@@ -5452,7 +5452,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@@ -5489,7 +5489,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"humantime",
"signature",
@@ -5499,7 +5499,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"async-trait",
@@ -5550,7 +5550,7 @@ dependencies = [
[[package]]
name = "tor-config"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"cfg-if",
@@ -5586,7 +5586,7 @@ dependencies = [
[[package]]
name = "tor-config-path"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"assert_matches",
"derive_builder_fork_arti",
@@ -5616,7 +5616,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"digest",
"hex",
@@ -5626,7 +5626,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-compression",
"base64ct",
@@ -5654,7 +5654,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"async-trait",
@@ -5713,7 +5713,7 @@ dependencies = [
[[package]]
name = "tor-error"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"derive_more",
@@ -5744,7 +5744,7 @@ dependencies = [
[[package]]
name = "tor-general-addr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -5755,7 +5755,7 @@ dependencies = [
[[package]]
name = "tor-geoip"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive_more",
"once_cell",
@@ -5765,7 +5765,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"base64ct",
@@ -5812,7 +5812,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-trait",
"derive-deftly",
@@ -5859,7 +5859,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"arrayvec",
"blake2",
@@ -5891,7 +5891,7 @@ dependencies = [
[[package]]
name = "tor-hsrproxy"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"derive_builder_fork_arti",
@@ -5918,7 +5918,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"async-trait",
@@ -5984,7 +5984,7 @@ dependencies = [
[[package]]
name = "tor-key-forge"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"derive_more",
@@ -6002,7 +6002,7 @@ dependencies = [
[[package]]
name = "tor-keymgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"arrayvec",
@@ -6040,7 +6040,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"base64ct",
"by_address",
@@ -6067,7 +6067,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"aes",
"base64ct",
@@ -6106,7 +6106,7 @@ dependencies = [
[[package]]
name = "tor-log-ratelim"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"futures",
"humantime",
@@ -6120,7 +6120,7 @@ dependencies = [
[[package]]
name = "tor-memquota"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"derive_more",
@@ -6152,7 +6152,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"async-trait",
"bitflags 2.6.0",
@@ -6188,7 +6188,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"anyhow",
@@ -6235,7 +6235,7 @@ dependencies = [
[[package]]
name = "tor-persist"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"anyhow",
@@ -6267,7 +6267,7 @@ dependencies = [
[[package]]
name = "tor-proto"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"asynchronous-codec",
"bitvec",
@@ -6324,7 +6324,7 @@ dependencies = [
[[package]]
name = "tor-protover"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"caret",
"thiserror 2.0.3",
@@ -6332,7 +6332,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"anyhow",
"async-trait",
@@ -6361,7 +6361,7 @@ dependencies = [
[[package]]
name = "tor-relay-crypto"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"derive_more",
@@ -6375,7 +6375,7 @@ dependencies = [
[[package]]
name = "tor-relay-selection"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"once_cell",
"rand",
@@ -6389,7 +6389,7 @@ dependencies = [
[[package]]
name = "tor-rpc-connect"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"assert_matches",
"derive_more",
@@ -6411,7 +6411,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"assert-impl",
"derive-deftly",
@@ -6435,7 +6435,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"arbitrary",
"assert_matches",
@@ -6466,7 +6466,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"async-trait",
@@ -6495,7 +6495,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"amplify",
"anyhow",
@@ -6513,7 +6513,7 @@ dependencies = [
[[package]]
name = "tor-units"
-version = "0.24.0"
+version = "0.25.0"
dependencies = [
"derive-deftly",
"derive_more",
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index b11dddc14..9faec2732 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,19 +17,19 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.3.0" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.24.0" }
+arti = { path = "../arti", version = "1.3.1" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
futures = "0.3.14"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5"
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.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 5b0530542..80fb562fe 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -143,7 +143,7 @@ derive_more = { version = "1.0.0", features = ["full"] }
directories = { version = "5" }
dyn-clone = { version = "1.0.11", optional = true }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["serde"] }
futures = "0.3.14"
hostname-validator = "1.1.1"
humantime = "2"
@@ -152,34 +152,34 @@ libc = "0.2"
once_cell = "1.9"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.24.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
-tor-dirmgr = { path = "../tor-dirmgr", version = "0.24.0", default-features = false, features = ["mmap"] }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.24.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.24.0" }
-tor-hsclient = { path = "../tor-hsclient", version = "0.24.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.24.0", optional = true }
-tor-keymgr = { path = "../tor-keymgr", version = "0.24.0", default-features = false }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.25.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0" }
+tor-dirmgr = { path = "../tor-dirmgr", version = "0.25.0", default-features = false, features = ["mmap"] }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.25.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.25.0" }
+tor-hsclient = { path = "../tor-hsclient", version = "0.25.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.25.0", optional = true }
+tor-keymgr = { path = "../tor-keymgr", version = "0.25.0", default-features = false }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
# tor-memquota dependency is unconditional, but most of the code is behind tor-memquota/memquota
-tor-memquota = { path = "../tor-memquota", version = "0.24.0", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-ptmgr = { path = "../tor-ptmgr", version = "0.24.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.24.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-memquota = { path = "../tor-memquota", version = "0.25.0", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-ptmgr = { path = "../tor-ptmgr", version = "0.25.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.25.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -198,8 +198,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros",
] }
toml = "0.8.8"
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[package.metadata.docs.rs]
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml
index 2fd4b248b..5de2663c8 100644
--- a/crates/arti-relay/Cargo.toml
+++ b/crates/arti-relay/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-relay"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -32,23 +32,23 @@ anyhow = "1.0.23"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["serde"] }
rand = "0.8.5"
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.24.0", features = ["keymgr", "ephemeral-keystore"] }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.25.0", features = ["keymgr", "ephemeral-keystore"] }
# TODO RELAY compile in memquota tracking by default? with a calculated limit maybe, even?
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0", features = ["tokio"] }
-tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["rustls", "tokio"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0", features = ["tokio"] }
+tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
[dev-dependencies]
diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml
index 30ab95a98..c40b4d274 100644
--- a/crates/arti-rpc-client-core/Cargo.toml
+++ b/crates/arti-rpc-client-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpc-client-core"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -25,8 +25,8 @@ paste = { version = "1", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
-tor-error = { version = "0.24.0", path = "../tor-error", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.24.0", default-features = false, features = [
+tor-error = { version = "0.25.0", path = "../tor-error", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.25.0", default-features = false, features = [
"client-handshake",
] }
void = "1"
@@ -35,7 +35,7 @@ void = "1"
rand = "0.8"
rand_chacha = "0.3"
socketpair = "0.19"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
[features]
full = ["ffi", "caret/full", "tor-socksproto/full", "tor-error/full"]
diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml
index 50d438b25..87fa33328 100644
--- a/crates/arti-rpcserver/Cargo.toml
+++ b/crates/arti-rpcserver/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
-version = "0.24.0"
+version = "0.25.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -27,7 +27,7 @@ full = [
describe-methods = ["tor-rpcbase/describe-methods"]
[dependencies]
-arti-client = { path = "../arti-client", version = "0.24.0", features = ["rpc"] }
+arti-client = { path = "../arti-client", version = "0.25.0", features = ["rpc"] }
async-trait = "0.1.54"
asynchronous-codec = { version = "0.7.0", features = ["json"] }
base64ct = "1.5.1"
@@ -41,16 +41,16 @@ pin-project = "1"
rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
-slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
thiserror = "2"
tiny-keccak = { version = "2", features = ["kmac"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0", features = ["stream-ctrl"] }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0", features = ["stream-ctrl"] }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
typetag = "0.2.7"
weak-table = "0.3.0"
@@ -58,4 +58,4 @@ zeroize = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index cf94744f6..0acc9d84e 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.3.0" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.24.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.3.1" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.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.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.24.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.24.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.25.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.25.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.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 24024145b..76e4d8989 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.3.0"
+version = "1.3.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -112,17 +112,17 @@ __is_experimental = []
[dependencies]
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.24.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.0", default-features = false, features = [
"anyhow",
] }
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.24.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.25.0", optional = true }
async-ctrlc = { version = "1.2.0", optional = true }
dialoguer = { version = "0.11.0", optional = true }
cfg-if = "1.0.0"
clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
derive-deftly = { version = "0.14", optional = true }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
futures = "0.3.14"
hickory-proto = { version = "0.24.0", optional = true }
humantime = "2"
@@ -138,7 +138,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul
"logging",
"ring",
] }
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
secmem-proc = { version = "0.3.4", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
signal-hook = { version = "0.3", optional = true }
@@ -148,15 +148,15 @@ 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-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", default-features = false, features = ["tracing"] }
-tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.24.0", optional = true }
-tor-hsservice = { path = "../tor-hsservice", version = "0.24.0", optional = true }
-tor-rpcbase = { path = "../tor-rpcbase", version = "0.24.0", optional = true }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.24.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", default-features = false, features = ["tracing"] }
+tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.25.0", optional = true }
+tor-hsservice = { path = "../tor-hsservice", version = "0.25.0", optional = true }
+tor-rpcbase = { path = "../tor-rpcbase", version = "0.25.0", optional = true }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.25.0" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }
@@ -164,7 +164,7 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
visibility = { version = "0.1.0", optional = true }
[dev-dependencies]
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.24.0", default-features = false, features = [
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.0", default-features = false, features = [
"testing",
] }
derive_more = { version = "1.0.0", features = ["full"] }
@@ -174,10 +174,10 @@ regex = { version = "1", default-features = false, features = ["std"] }
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" }
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-config = { path = "../tor-config", version = "0.24.0", features = ["testing"] }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-config = { path = "../tor-config", version = "0.25.0", features = ["testing"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
trycmd = "0.15.4"
[target.'cfg(windows)'.dependencies]
diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml
index 4677ab9f7..45cbfd772 100644
--- a/crates/equix/Cargo.toml
+++ b/crates/equix/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "equix"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -31,7 +31,7 @@ __is_experimental = []
[dependencies]
arrayvec = "0.7.4"
-hashx = { path = "../hashx", version = "0.2.0", default-features = false }
+hashx = { path = "../hashx", version = "0.2.1", default-features = false }
num-traits = "0.2.15"
thiserror = "2"
visibility = "0.1.0"
diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock
index 4dd912040..80023724f 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.8"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
+checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "arrayvec"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.87",
+ "syn 2.0.90",
"which",
]
@@ -108,9 +108,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.1.23"
+version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
+checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
dependencies = [
"jobserver",
"libc",
@@ -172,18 +172,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.18"
+version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
+checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.18"
+version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
+checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
dependencies = [
"anstyle",
"clap_lex",
@@ -191,9 +191,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.2"
+version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
+checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
[[package]]
name = "criterion"
@@ -318,7 +318,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "equix"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arrayvec",
"hashx",
@@ -339,12 +339,12 @@ dependencies = [
[[package]]
name = "errno"
-version = "0.3.9"
+version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
+checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -398,7 +398,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arrayvec",
"blake2",
@@ -452,9 +452,9 @@ dependencies = [
[[package]]
name = "itoa"
-version = "1.0.11"
+version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
+checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "jobserver"
@@ -467,10 +467,11 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.70"
+version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
+checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
dependencies = [
+ "once_cell",
"wasm-bindgen",
]
@@ -488,15 +489,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.159"
+version = "0.2.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
+checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
[[package]]
name = "libloading"
-version = "0.8.5"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
+checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets",
@@ -556,12 +557,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.20.1"
+version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
-dependencies = [
- "portable-atomic",
-]
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "oorandom"
@@ -604,12 +602,6 @@ dependencies = [
]
[[package]]
-name = "portable-atomic"
-version = "1.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
-
-[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -620,12 +612,12 @@ dependencies = [
[[package]]
name = "prettyplease"
-version = "0.2.22"
+version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
+checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
dependencies = [
"proc-macro2",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
@@ -654,9 +646,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.86"
+version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
dependencies = [
"unicode-ident",
]
@@ -722,9 +714,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.0"
+version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
@@ -734,9 +726,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
@@ -757,9 +749,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.37"
+version = "0.38.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
+checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
dependencies = [
"bitflags 2.6.0",
"errno",
@@ -785,29 +777,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.210"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
+checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.210"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
+checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
name = "serde_json"
-version = "1.0.128"
+version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
+checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",
@@ -840,9 +832,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.87"
+version = "2.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
+checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
dependencies = [
"proc-macro2",
"quote",
@@ -866,7 +858,7 @@ checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
@@ -882,7 +874,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#364b8c292567fc2fada7639e50874fc719d7ce09"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#89e5e03dd535c9b8a8b3a7e40da57145fdd558ba"
dependencies = [
"bindgen",
"cc",
@@ -896,9 +888,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-ident"
-version = "1.0.13"
+version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
+checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "version_check"
@@ -914,7 +906,7 @@ checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
@@ -935,9 +927,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
+checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
dependencies = [
"cfg-if",
"once_cell",
@@ -946,24 +938,24 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
+checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
+checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -971,28 +963,28 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
+checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
+checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
[[package]]
name = "web-sys"
-version = "0.3.70"
+version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
+checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -1119,5 +1111,5 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml
index 85b7abd82..559d7d4a4 100644
--- a/crates/fs-mistrust/Cargo.toml
+++ b/crates/fs-mistrust/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
-version = "0.8.1"
+version = "0.8.2"
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 d0ef1acb6..7891b84b3 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.2.0"
+version = "0.2.1"
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 a35356d67..e2b3a6a54 100644
--- a/crates/hashx/Cargo.toml
+++ b/crates/hashx/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "hashx"
-version = "0.2.0"
+version = "0.2.1"
authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock
index 8b21ccdd8..6a4e7f125 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.8"
+version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
+checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
[[package]]
name = "arrayvec"
@@ -54,7 +54,7 @@ dependencies = [
"regex",
"rustc-hash",
"shlex",
- "syn 2.0.87",
+ "syn 2.0.90",
"which",
]
@@ -108,9 +108,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
[[package]]
name = "cc"
-version = "1.1.23"
+version = "1.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
+checksum = "f34d93e62b03caf570cccc334cbc6c2fceca82f39211051345108adcba3eebdc"
dependencies = [
"jobserver",
"libc",
@@ -172,18 +172,18 @@ dependencies = [
[[package]]
name = "clap"
-version = "4.5.18"
+version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "b0956a43b323ac1afaffc053ed5c4b7c1f1800bacd1683c353aabbb752515dd3"
+checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
-version = "4.5.18"
+version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4d72166dd41634086d5803a47eb71ae740e61d84709c36f3c34110173db3961b"
+checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
dependencies = [
"anstyle",
"clap_lex",
@@ -191,9 +191,9 @@ dependencies = [
[[package]]
name = "clap_lex"
-version = "0.7.2"
+version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
+checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
[[package]]
name = "criterion"
@@ -318,12 +318,12 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "errno"
-version = "0.3.9"
+version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
+checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
dependencies = [
"libc",
- "windows-sys 0.52.0",
+ "windows-sys 0.59.0",
]
[[package]]
@@ -377,7 +377,7 @@ dependencies = [
[[package]]
name = "hashx"
-version = "0.2.0"
+version = "0.2.1"
dependencies = [
"arrayvec",
"blake2",
@@ -448,9 +448,9 @@ dependencies = [
[[package]]
name = "itoa"
-version = "1.0.11"
+version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
+checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
[[package]]
name = "jobserver"
@@ -463,10 +463,11 @@ dependencies = [
[[package]]
name = "js-sys"
-version = "0.3.70"
+version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
+checksum = "a865e038f7f6ed956f788f0d7d60c541fff74c7bd74272c5d4cf15c63743e705"
dependencies = [
+ "once_cell",
"wasm-bindgen",
]
@@ -484,15 +485,15 @@ checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
-version = "0.2.159"
+version = "0.2.167"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
+checksum = "09d6582e104315a817dff97f75133544b2e094ee22447d2acf4a74e189ba06fc"
[[package]]
name = "libloading"
-version = "0.8.5"
+version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
+checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
dependencies = [
"cfg-if",
"windows-targets",
@@ -552,12 +553,9 @@ dependencies = [
[[package]]
name = "once_cell"
-version = "1.20.1"
+version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
-dependencies = [
- "portable-atomic",
-]
+checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "oorandom"
@@ -600,12 +598,6 @@ dependencies = [
]
[[package]]
-name = "portable-atomic"
-version = "1.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
-
-[[package]]
name = "ppv-lite86"
version = "0.2.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -616,12 +608,12 @@ dependencies = [
[[package]]
name = "prettyplease"
-version = "0.2.22"
+version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
+checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
dependencies = [
"proc-macro2",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
@@ -650,9 +642,9 @@ dependencies = [
[[package]]
name = "proc-macro2"
-version = "1.0.86"
+version = "1.0.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
+checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
dependencies = [
"unicode-ident",
]
@@ -718,9 +710,9 @@ dependencies = [
[[package]]
name = "regex"
-version = "1.11.0"
+version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
+checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
@@ -730,9 +722,9 @@ dependencies = [
[[package]]
name = "regex-automata"
-version = "0.4.8"
+version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
+checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
dependencies = [
"aho-corasick",
"memchr",
@@ -753,9 +745,9 @@ checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
-version = "0.38.37"
+version = "0.38.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
+checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6"
dependencies = [
"bitflags 2.6.0",
"errno",
@@ -781,29 +773,29 @@ dependencies = [
[[package]]
name = "serde"
-version = "1.0.210"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
+checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
-version = "1.0.210"
+version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
+checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
name = "serde_json"
-version = "1.0.128"
+version = "1.0.133"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
+checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
dependencies = [
"itoa",
"memchr",
@@ -836,9 +828,9 @@ dependencies = [
[[package]]
name = "syn"
-version = "2.0.87"
+version = "2.0.90"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
+checksum = "919d3b74a5dd0ccd15aeb8f93e7006bd9e14c295087c9896a110f490752bcf31"
dependencies = [
"proc-macro2",
"quote",
@@ -862,7 +854,7 @@ checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
[[package]]
@@ -878,7 +870,7 @@ dependencies = [
[[package]]
name = "tor-c-equix"
version = "0.2.0"
-source = "git+https://gitlab.torproject.org/tpo/core/tor.git#364b8c292567fc2fada7639e50874fc719d7ce09"
+source = "git+https://gitlab.torproject.org/tpo/core/tor.git#89e5e03dd535c9b8a8b3a7e40da57145fdd558ba"
dependencies = [
"bindgen",
"cc",
@@ -892,9 +884,9 @@ checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-ident"
-version = "1.0.13"
+version = "1.0.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
+checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
[[package]]
name = "version_check"
@@ -920,9 +912,9 @@ checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
+checksum = "d15e63b4482863c109d70a7b8706c1e364eb6ea449b201a76c5b89cedcec2d5c"
dependencies = [
"cfg-if",
"once_cell",
@@ -931,24 +923,24 @@ dependencies = [
[[package]]
name = "wasm-bindgen-backend"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
+checksum = "8d36ef12e3aaca16ddd3f67922bc63e48e953f126de60bd33ccc0101ef9998cd"
dependencies = [
"bumpalo",
"log",
"once_cell",
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
+checksum = "705440e08b42d3e4b36de7d66c944be628d579796b8090bfa3471478a2260051"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
@@ -956,28 +948,28 @@ dependencies = [
[[package]]
name = "wasm-bindgen-macro-support"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
+checksum = "98c9ae5a76e46f4deecd0f0255cc223cfa18dc9b261213b8aa0c7b36f61b3f1d"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
-version = "0.2.93"
+version = "0.2.97"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
+checksum = "6ee99da9c5ba11bd675621338ef6fa52296b76b83305e9b6e5c77d4c286d6d49"
[[package]]
name = "web-sys"
-version = "0.3.70"
+version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
+checksum = "a98bc3c33f0fe7e59ad7cd041b89034fa82a7c2d4365ca538dda6cdaf513863c"
dependencies = [
"js-sys",
"wasm-bindgen",
@@ -1104,5 +1096,5 @@ checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
- "syn 2.0.87",
+ "syn 2.0.90",
]
diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml
index 4ebbd6353..cd7c91473 100644
--- a/crates/retry-error/Cargo.toml
+++ b/crates/retry-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "retry-error"
-version = "0.6.0"
+version = "0.6.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml
index fd03ffb10..1ac8580a1 100644
--- a/crates/safelog/Cargo.toml
+++ b/crates/safelog/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "safelog"
-version = "0.4.1"
+version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/slotmap-careful/Cargo.toml b/crates/slotmap-careful/Cargo.toml
index da5933080..e4ab27445 100644
--- a/crates/slotmap-careful/Cargo.toml
+++ b/crates/slotmap-careful/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "slotmap-careful"
-version = "0.2.1"
+version = "0.2.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml
index d1442eff1..e7f739545 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.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -25,9 +25,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
tokio = { version = "1.7", features = ["macros", "net", "rt", "rt-multi-thread", "time"] }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
[features]
full = ["oneshot-fused-workaround/full"]
diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml
index 35d39a930..5279e40e7 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.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml
index 7c68aeac4..2e30dd305 100644
--- a/crates/tor-bytes/Cargo.toml
+++ b/crates/tor-bytes/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -16,10 +16,10 @@ bytes = "1"
derive-deftly = "0.14"
digest = { version = "0.10.0", features = ["subtle", "mac"] }
educe = "0.4.6"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.24.0", default-features = false }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.25.0", default-features = false }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", optional = true }
zeroize = { version = "1", features = ["derive"] }
[dev-dependencies]
diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml
index f7afe232f..be61c0121 100644
--- a/crates/tor-cell/Cargo.toml
+++ b/crates/tor-cell/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cell"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -58,15 +58,15 @@ paste = "1"
rand = "0.8"
smallvec = "1.10"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-cert = { path = "../tor-cert", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", optional = true, features = ["memquota-memcost"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-units = { path = "../tor-units", version = "0.24.0", features = ["memquota-memcost"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-cert = { path = "../tor-cert", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", optional = true, features = ["memquota-memcost"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-units = { path = "../tor-units", version = "0.25.0", features = ["memquota-memcost"] }
void = "1"
[dev-dependencies]
diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml
index fd435a891..bfdb54b29 100644
--- a/crates/tor-cert/Cargo.toml
+++ b/crates/tor-cert/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-cert"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
derive_more = { version = "1.0.0", features = ["full"] }
digest = "0.10.0"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
[dev-dependencies]
base64ct = "1.5.1"
diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml
index 8f90edcde..edf13ea9f 100644
--- a/crates/tor-chanmgr/Cargo.toml
+++ b/crates/tor-chanmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -49,24 +49,24 @@ futures = "0.3.14"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-cell = { path = "../tor-cell", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
-tor-socksproto = { path = "../tor-socksproto", version = "0.24.0", default-features = false, features = [
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-cell = { path = "../tor-cell", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
+tor-socksproto = { path = "../tor-socksproto", version = "0.25.0", default-features = false, features = [
"client-handshake",
] }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-units = { path = "../tor-units", version = "0.25.0" }
tracing = "0.1.36"
void = "1"
@@ -75,10 +75,10 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.13.0"
-tor-cell = { path = "../tor-cell", version = "0.24.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0", features = ["testing"] }
-tor-proto = { path = "../tor-proto", version = "0.24.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-cell = { path = "../tor-cell", version = "0.25.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0", features = ["testing"] }
+tor-proto = { path = "../tor-proto", version = "0.25.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml
index f957dcee5..6c9549f72 100644
--- a/crates/tor-checkable/Cargo.toml
+++ b/crates/tor-checkable/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "2"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
[dev-dependencies]
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index ac1312763..58bebc359 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -76,27 +76,27 @@ once_cell = "1"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
pin-project = "1"
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.6.0" }
-safelog = { path = "../safelog", version = "0.4.1" }
+retry-error = { path = "../retry-error", version = "0.6.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.24.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.24.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-protover = { path = "../tor-protover", version = "0.24.0" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.25.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.25.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-protover = { path = "../tor-protover", version = "0.25.0" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1.0"
@@ -105,11 +105,11 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
hex = "0.4"
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.24.0", features = ["testing", "vanguards"] }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.24.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.25.0", features = ["testing", "vanguards"] }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.25.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml
index c4271b4f2..334a331e0 100644
--- a/crates/tor-config-path/Cargo.toml
+++ b/crates/tor-config-path/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config-path"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -38,8 +38,8 @@ once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.24.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.25.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
@@ -48,7 +48,7 @@ dirs = "5.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
toml = "0.8.8"
-tor-config = { path = "../tor-config", version = "0.24.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 5bda785ef..f9eaaae70 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -37,7 +37,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
educe = "0.4.6"
either = "1"
figment = { version = "0.10.18", features = ["toml"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
futures = "0.3.14"
itertools = "0.13.0"
notify = { version = "7", default-features = false, features = ["macos_kqueue"] }
@@ -51,9 +51,9 @@ serde_ignored = "0.1.3"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
void = "1"
@@ -61,7 +61,7 @@ void = "1"
serde_json = "1.0.50"
tempfile = "3"
test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml
index 6b91f1ac1..215b51492 100644
--- a/crates/tor-congestion/Cargo.toml
+++ b/crates/tor-congestion/Cargo.toml
@@ -16,9 +16,9 @@ publish = false
[dependencies]
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-units = { path = "../tor-units", version = "0.25.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 e4a7424fe..c4d7ea247 100644
--- a/crates/tor-consdiff/Cargo.toml
+++ b/crates/tor-consdiff/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -23,6 +23,6 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "2"
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index fba04a1b5..cbbea2806 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -55,19 +55,19 @@ httpdate = "1.0"
itertools = "0.13.0"
memchr = "2.5"
thiserror = "2"
-tor-circmgr = { path = "../tor-circmgr", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml
index 2607edcb4..7cfc1e187 100644
--- a/crates/tor-dirmgr/Cargo.toml
+++ b/crates/tor-dirmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -65,7 +65,7 @@ derive_more = { version = "1.0.0", features = ["full"] }
digest = "0.10.0"
educe = "0.4.6"
event-listener = "5"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
fslock = { version = "0.2.0" }
futures = "0.3.14"
hex = "0.4"
@@ -79,29 +79,29 @@ paste = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
rusqlite = { version = "0.32.1", features = ["time"] }
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
scopeguard = "1"
serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["formatting", "parsing"] }
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.24.0" }
-tor-circmgr = { path = "../tor-circmgr", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-consdiff = { path = "../tor-consdiff", version = "0.24.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.24.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-geoip = { path = "../tor-geoip", version = "0.24.0", optional = true }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.25.0" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-consdiff = { path = "../tor-consdiff", version = "0.25.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.25.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-geoip = { path = "../tor-geoip", version = "0.25.0", optional = true }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
[dev-dependencies]
@@ -110,9 +110,9 @@ filetime = "0.2"
float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.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 ca3d34b0b..e83fdcf68 100644
--- a/crates/tor-error/Cargo.toml
+++ b/crates/tor-error/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-error"
-version = "0.24.0"
+version = "0.25.0"
authors = ["Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -31,7 +31,7 @@ derive_more = { version = "1.0.0", features = ["full"] }
futures = { version = "0.3", optional = true }
once_cell = "1"
paste = "1"
-retry-error = { path = "../retry-error", version = "0.6.0" } # WRONG should be 0.4.3
+retry-error = { path = "../retry-error", version = "0.6.1" } # WRONG should be 0.4.3
static_assertions = { version = "1", optional = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml
index 5bce3ced1..948dcd7a6 100644
--- a/crates/tor-general-addr/Cargo.toml
+++ b/crates/tor-general-addr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-general-addr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml
index 3359ef8fa..7d5ddbea5 100644
--- a/crates/tor-geoip/Cargo.toml
+++ b/crates/tor-geoip/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-geoip"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml
index a2ab7fa21..b27087c24 100644
--- a/crates/tor-guardmgr/Cargo.toml
+++ b/crates/tor-guardmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -69,38 +69,38 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" } # for address pattern
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
-tor-proto = { path = "../tor-proto", version = "0.24.0" }
-tor-protover = { path = "../tor-protover", version = "0.24.0", optional = true }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0", optional = true }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" } # for address pattern
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-proto = { path = "../tor-proto", version = "0.25.0" }
+tor-protover = { path = "../tor-protover", version = "0.25.0", optional = true }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0", optional = true }
+tor-units = { path = "../tor-units", version = "0.25.0" }
tracing = "0.1.36"
[dev-dependencies]
float_eq = "1.0.0"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
serde_json = "1.0.50"
tempfile = "3"
toml = "0.8.8"
-tor-netdir = { path = "../tor-netdir", version = "0.24.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-persist = { path = "../tor-persist", version = "0.24.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-persist = { path = "../tor-persist", version = "0.25.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml
index 9ccc0c4f9..d02cdbf1a 100644
--- a/crates/tor-hsclient/Cargo.toml
+++ b/crates/tor-hsclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -58,43 +58,43 @@ itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
-retry-error = { path = "../retry-error", version = "0.6.0" }
-safelog = { path = "../safelog", version = "0.4.1" }
-slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" }
+retry-error = { path = "../retry-error", version = "0.6.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-cell = { path = "../tor-cell", version = "0.24.0", features = ["hs"] }
-tor-checkable = { path = "../tor-checkable", version = "0.24.0" }
-tor-circmgr = { version = "0.24.0", path = "../tor-circmgr", features = ["hs-client"] }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.24.0", default-features = false, features = ["hs-client"] }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-hscrypto = { version = "0.24.0", path = "../tor-hscrypto" }
-tor-keymgr = { version = "0.24.0", path = "../tor-keymgr", default-features = false }
-tor-linkspec = { version = "0.24.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
-tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto" }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-netdir = { version = "0.24.0", path = "../tor-netdir", features = ["hs-client"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0", features = ["hs-client"] }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
-tor-proto = { version = "0.24.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-cell = { path = "../tor-cell", version = "0.25.0", features = ["hs"] }
+tor-checkable = { path = "../tor-checkable", version = "0.25.0" }
+tor-circmgr = { version = "0.25.0", path = "../tor-circmgr", features = ["hs-client"] }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.25.0", default-features = false, features = ["hs-client"] }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-hscrypto = { version = "0.25.0", path = "../tor-hscrypto" }
+tor-keymgr = { version = "0.25.0", path = "../tor-keymgr", default-features = false }
+tor-linkspec = { version = "0.25.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
+tor-llcrypto = { version = "0.25.0", path = "../tor-llcrypto" }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-netdir = { version = "0.25.0", path = "../tor-netdir", features = ["hs-client"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0", features = ["hs-client"] }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
+tor-proto = { version = "0.25.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
+tor-rtcompat = { version = "0.25.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.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-chanmgr = { path = "../tor-chanmgr", version = "0.24.0" }
-tor-circmgr = { version = "0.24.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
-tor-guardmgr = { path = "../tor-guardmgr", version = "0.24.0", features = ["testing"] }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0", features = ["testing"] }
-tor-persist = { path = "../tor-persist", version = "0.24.0", features = ["testing"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-chanmgr = { path = "../tor-chanmgr", version = "0.25.0" }
+tor-circmgr = { version = "0.25.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
+tor-guardmgr = { path = "../tor-guardmgr", version = "0.25.0", features = ["testing"] }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0", features = ["testing"] }
+tor-persist = { path = "../tor-persist", version = "0.25.0", features = ["testing"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
tracing-test = "0.2.4"
diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml
index 013c904d9..054b605ea 100644
--- a/crates/tor-hscrypto/Cargo.toml
+++ b/crates/tor-hscrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -45,20 +45,20 @@ data-encoding = "2.3.1"
derive-deftly = { version = "0.14.2", optional = true }
derive_more = { version = "1.0.0", features = ["full"] }
digest = "0.10.0"
-equix = { path = "../equix", version = "0.2.0", optional = true }
+equix = { path = "../equix", version = "0.2.1", optional = true }
itertools = "0.13.0"
paste = "1"
rand = "0.8"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
signature = "2"
subtle = "2"
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { version = "0.24.0", path = "../tor-bytes" }
-tor-error = { version = "0.24.0", path = "../tor-error" }
-tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false, optional = true }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { version = "0.25.0", path = "../tor-bytes" }
+tor-error = { version = "0.25.0", path = "../tor-error" }
+tor-llcrypto = { version = "0.25.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-units = { path = "../tor-units", version = "0.25.0" }
void = "1"
zeroize = { version = "1", optional = true }
@@ -66,7 +66,7 @@ zeroize = { version = "1", optional = true }
hex = "0.4"
hex-literal = "0.4"
humantime = "2"
-tor-basic-utils = { version = "0.24.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.25.0", path = "../tor-basic-utils" }
[[test]]
name = "pow_v1_vectors"
diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml
index 910c04e98..15ae1140e 100644
--- a/crates/tor-hsrproxy/Cargo.toml
+++ b/crates/tor-hsrproxy/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsrproxy"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -43,18 +43,18 @@ futures = "0.3.14"
# postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
rangemap = "1.3"
-safelog = { version = "0.4.1", path = "../safelog" }
+safelog = { version = "0.4.2", path = "../safelog" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-cell = { version = "0.24.0", path = "../tor-cell" }
-tor-config = { version = "0.24.0", path = "../tor-config" }
-tor-error = { version = "0.24.0", path = "../tor-error" }
-tor-hsservice = { path = "../tor-hsservice", version = "0.24.0" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.24.0" }
-tor-proto = { version = "0.24.0", path = "../tor-proto", features = ["hs-service"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-cell = { version = "0.25.0", path = "../tor-cell" }
+tor-config = { version = "0.25.0", path = "../tor-config" }
+tor-error = { version = "0.25.0", path = "../tor-error" }
+tor-hsservice = { path = "../tor-hsservice", version = "0.25.0" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.25.0" }
+tor-proto = { version = "0.25.0", path = "../tor-proto", features = ["hs-service"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml
index 9ac5c837a..210160d15 100644
--- a/crates/tor-hsservice/Cargo.toml
+++ b/crates/tor-hsservice/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -74,7 +74,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
digest = "0.10.0"
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["serde"] }
futures = "0.3.14"
growable-bloom-filter = "2.0.1"
hex = "0.4"
@@ -86,37 +86,37 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8.5"
rand_core = "0.6.2"
-retry-error = { version = "0.6.0", path = "../retry-error" }
-safelog = { path = "../safelog", version = "0.4.1" }
+retry-error = { version = "0.6.1", path = "../retry-error" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { version = "0.24.0", path = "../tor-bytes" }
-tor-cell = { version = "0.24.0", path = "../tor-cell", features = ["hs"] }
-tor-circmgr = { version = "0.24.0", path = "../tor-circmgr", features = ["hs-service"] }
-tor-config = { version = "0.24.0", path = "../tor-config" }
-tor-config-path = { version = "0.24.0", path = "../tor-config-path" }
-tor-dirclient = { path = "../tor-dirclient", version = "0.24.0", default-features = false, features = ["hs-service"] }
-tor-error = { version = "0.24.0", path = "../tor-error" }
-tor-hscrypto = { version = "0.24.0", path = "../tor-hscrypto", features = ["ope"] }
-tor-keymgr = { version = "0.24.0", path = "../tor-keymgr", features = ["keymgr"] }
-tor-linkspec = { version = "0.24.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
-tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto" }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.24.0" }
-tor-netdir = { version = "0.24.0", path = "../tor-netdir", features = ["hs-service"] }
-tor-netdoc = { version = "0.24.0", path = "../tor-netdoc", features = ["hs-service"] }
-tor-persist = { version = "0.24.0", path = "../tor-persist", features = ["state-dir"] }
-tor-proto = { version = "0.24.0", path = "../tor-proto", features = [
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { version = "0.25.0", path = "../tor-bytes" }
+tor-cell = { version = "0.25.0", path = "../tor-cell", features = ["hs"] }
+tor-circmgr = { version = "0.25.0", path = "../tor-circmgr", features = ["hs-service"] }
+tor-config = { version = "0.25.0", path = "../tor-config" }
+tor-config-path = { version = "0.25.0", path = "../tor-config-path" }
+tor-dirclient = { path = "../tor-dirclient", version = "0.25.0", default-features = false, features = ["hs-service"] }
+tor-error = { version = "0.25.0", path = "../tor-error" }
+tor-hscrypto = { version = "0.25.0", path = "../tor-hscrypto", features = ["ope"] }
+tor-keymgr = { version = "0.25.0", path = "../tor-keymgr", features = ["keymgr"] }
+tor-linkspec = { version = "0.25.0", path = "../tor-linkspec", features = ["verbatim", "decode"] }
+tor-llcrypto = { version = "0.25.0", path = "../tor-llcrypto" }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.25.0" }
+tor-netdir = { version = "0.25.0", path = "../tor-netdir", features = ["hs-service"] }
+tor-netdoc = { version = "0.25.0", path = "../tor-netdoc", features = ["hs-service"] }
+tor-persist = { version = "0.25.0", path = "../tor-persist", features = ["state-dir"] }
+tor-proto = { version = "0.25.0", path = "../tor-proto", features = [
"experimental-api",
"hs-service",
"send-control-msg",
] }
-tor-protover = { version = "0.24.0", path = "../tor-protover" }
-tor-relay-selection = { path = "../tor-relay-selection", version = "0.24.0" }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
+tor-protover = { version = "0.25.0", path = "../tor-protover" }
+tor-relay-selection = { path = "../tor-relay-selection", version = "0.25.0" }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
void = "1"
@@ -124,15 +124,15 @@ void = "1"
libc = { version = "0.2", default-features = false }
rmp-serde = "1"
serde_json = "1.0.104"
-slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
tempfile = "3"
test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" }
-tor-config = { version = "0.24.0", path = "../tor-config", features = ["testing"] }
-tor-key-forge = { version = "0.24.0", path = "../tor-key-forge" }
-tor-keymgr = { version = "0.24.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
-tor-netdir = { version = "0.24.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0", features = ["testing"] }
-tor-persist = { version = "0.24.0", path = "../tor-persist", features = ["testing"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-config = { version = "0.25.0", path = "../tor-config", features = ["testing"] }
+tor-key-forge = { version = "0.25.0", path = "../tor-key-forge" }
+tor-keymgr = { version = "0.25.0", path = "../tor-keymgr", features = ["keymgr", "testing"] }
+tor-netdir = { version = "0.25.0", path = "../tor-netdir", features = ["hs-service", "testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0", features = ["testing"] }
+tor-persist = { version = "0.25.0", path = "../tor-persist", features = ["testing"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
tracing-test = "0.2.4"
walkdir = "2"
diff --git a/crates/tor-key-forge/Cargo.toml b/crates/tor-key-forge/Cargo.toml
index da5ecd8c2..43ee0c68b 100644
--- a/crates/tor-key-forge/Cargo.toml
+++ b/crates/tor-key-forge/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-key-forge"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -31,10 +31,10 @@ rand = "0.8"
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-error = { version = "0.24.0", path = "../tor-error" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0" }
-tor-llcrypto = { version = "0.24.0", path = "../tor-llcrypto" }
+tor-error = { version = "0.25.0", path = "../tor-error" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0" }
+tor-llcrypto = { version = "0.25.0", path = "../tor-llcrypto" }
[dev-dependencies]
signature = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml
index 5a4b8c9da..a1cf6ae4a 100644
--- a/crates/tor-keymgr/Cargo.toml
+++ b/crates/tor-keymgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-keymgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -48,7 +48,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
downcast-rs = "1.2.0"
dyn-clone = "1.0.11"
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["serde", "walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["serde", "walkdir"] }
glob-match = "0.2.1"
humantime = "2"
inventory = "0.3.13"
@@ -58,14 +58,14 @@ serde = { version = "1.0.103", features = ["derive"] }
signature = "2"
ssh-key = { version = "0.6.1", features = ["std"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", features = ["keymgr"] }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", features = ["keymgr"] }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
tracing = "0.1.36"
walkdir = { version = "2" }
zeroize = "1"
@@ -73,8 +73,8 @@ zeroize = "1"
[dev-dependencies]
serde_json = "1.0.104"
tempfile = "3"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml
index 0cf12a6c1..9b386b88a 100644
--- a/crates/tor-linkspec/Cargo.toml
+++ b/crates/tor-linkspec/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -39,17 +39,17 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = { version = "1.0.0", features = ["full"] }
hex = "0.4"
itertools = "0.13.0"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", features = ["memquota-memcost"] }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-protover = { path = "../tor-protover", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", features = ["memquota-memcost"] }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-protover = { path = "../tor-protover", version = "0.25.0" }
[dev-dependencies]
hex-literal = "0.4"
diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml
index 893817f29..5cf0bbdd8 100644
--- a/crates/tor-llcrypto/Cargo.toml
+++ b/crates/tor-llcrypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -51,7 +51,7 @@ hex = "0.4"
openssl = { version = "0.10.48", optional = true }
rand_core = "0.6.2"
rsa = "0.9.0"
-safelog = { version = "0.4.1", path = "../safelog" }
+safelog = { version = "0.4.2", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"
@@ -59,7 +59,7 @@ sha3 = "0.10.6"
signature = "2"
subtle = "2"
thiserror = "2"
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true }
typenum = { version = "1.15.0", optional = true }
visibility = "0.1.0"
x25519-dalek = { version = "2.0.0", features = ["static_secrets"] }
@@ -70,7 +70,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.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.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 b6854f77e..623fc1f10 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.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -22,8 +22,8 @@ futures = "0.3.14"
humantime = "2"
once_cell = "1.18"
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.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 d03b90065..b0d9ecf04 100644
--- a/crates/tor-memquota/Cargo.toml
+++ b/crates/tor-memquota/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-memquota"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -21,26 +21,26 @@ itertools = "0.13.0"
paste = "1"
pin-project = "1"
serde = { version = "1.0.103", features = ["derive"] }
-slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
static_assertions = "1"
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0", features = ["serde"] }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.24.0" }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0", features = ["serde"] }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.25.0" }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
[dev-dependencies]
rand = "0.8"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde_json = "1.0.50"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
tracing-test = "0.2.4"
[features]
diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml
index 70e6608d2..bdb65f388 100644
--- a/crates/tor-netdir/Cargo.toml
+++ b/crates/tor-netdir/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -61,15 +61,15 @@ static_assertions = "1"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.17", features = ["macros"], optional = true }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.24.0", optional = true }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
-tor-protover = { path = "../tor-protover", version = "0.24.0" }
-tor-units = { path = "../tor-units", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.25.0", optional = true }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
+tor-protover = { path = "../tor-protover", version = "0.25.0" }
+tor-units = { path = "../tor-units", version = "0.25.0" }
tracing = "0.1.36"
# TODO MSRV 1.81: typed-index-collections 3.2 requires rust 1.81;
# the tilde below prevents it from picking 3.2 and breaking our CI.
@@ -80,6 +80,6 @@ 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.24.0", features = ["build_docs"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml
index 804b992e3..541de8b0e 100644
--- a/crates/tor-netdoc/Cargo.toml
+++ b/crates/tor-netdoc/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -108,17 +108,17 @@ subtle = "2"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
tinystr = "0.8.0"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-cell = { path = "../tor-cell", version = "0.24.0" }
-tor-cert = { path = "../tor-cert", version = "0.24.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0", optional = true }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0" }
-tor-protover = { path = "../tor-protover", version = "0.24.0" }
-tor-units = { version = "0.24.0", path = "../tor-units", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-cell = { path = "../tor-cell", version = "0.25.0" }
+tor-cert = { path = "../tor-cert", version = "0.25.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0", optional = true }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0" }
+tor-protover = { path = "../tor-protover", version = "0.25.0" }
+tor-units = { version = "0.25.0", path = "../tor-units", optional = true }
visibility = { version = "0.1.0", optional = true }
visible = { version = "0.0.1", optional = true }
void = "1"
@@ -130,7 +130,7 @@ anyhow = "1.0.23"
hex-literal = "0.4"
itertools = "0.13.0"
serde_json = "1.0.50"
-tor-basic-utils = { version = "0.24.0", path = "../tor-basic-utils" }
+tor-basic-utils = { version = "0.25.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 cb6d278ec..7b01bb67e 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -35,8 +35,8 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti
derive-deftly = "0.14"
derive_more = { version = "1.0.0", features = ["full"] }
filetime = { version = "0.2", default-features = false }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0", features = ["walkdir"] }
-fslock-guard = { path = "../fslock-guard", version = "0.2.0", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2", features = ["walkdir"] }
+fslock-guard = { path = "../fslock-guard", version = "0.2.1", optional = true }
futures = "0.3.14"
itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
@@ -46,9 +46,9 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "2"
time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml
index 740c0cc81..060af065a 100644
--- a/crates/tor-proto/Cargo.toml
+++ b/crates/tor-proto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-proto"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -73,27 +73,27 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.
pin-project = "1"
rand = "0.8"
rand_core = "0.6.2"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
subtle = "2"
thiserror = "2"
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.24.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-bytes = { path = "../tor-bytes", version = "0.24.0" }
-tor-cell = { path = "../tor-cell", version = "0.24.0" }
-tor-cert = { path = "../tor-cert", version = "0.24.0" }
-tor-checkable = { path = "../tor-checkable", version = "0.24.0" }
-tor-config = { path = "../tor-config", version = "0.24.0" }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-hscrypto = { path = "../tor-hscrypto", version = "0.24.0", features = ["memquota-memcost"], optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-llcrypto = { path = "../tor-llcrypto", version = "0.24.0", features = ["memquota-memcost"] }
-tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.24.0" }
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
-tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
-tor-units = { path = "../tor-units", version = "0.24.0", features = ["memquota-memcost"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0" }
+tor-cell = { path = "../tor-cell", version = "0.25.0" }
+tor-cert = { path = "../tor-cert", version = "0.25.0" }
+tor-checkable = { path = "../tor-checkable", version = "0.25.0" }
+tor-config = { path = "../tor-config", version = "0.25.0" }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-hscrypto = { path = "../tor-hscrypto", version = "0.25.0", features = ["memquota-memcost"], optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.25.0", features = ["memquota-memcost"] }
+tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.25.0" }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
+tor-rtmock = { path = "../tor-rtmock", version = "0.25.0" }
+tor-units = { path = "../tor-units", version = "0.25.0", features = ["memquota-memcost"] }
tracing = "0.1.36"
typenum = "1.12"
visibility = { version = "0.1.0", optional = true }
@@ -110,7 +110,7 @@ itertools = "0.13.0"
regex = { version = "1", default-features = false, features = ["std"] }
statrs = "0.17.1"
tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml
index abae81d3f..b50528017 100644
--- a/crates/tor-protover/Cargo.toml
+++ b/crates/tor-protover/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-protover"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml
index 8ba660e9f..5917f0dbb 100644
--- a/crates/tor-ptmgr/Cargo.toml
+++ b/crates/tor-ptmgr/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -39,28 +39,28 @@ __is_experimental = []
async-trait = "0.1.54"
cfg-if = "1.0.0"
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
-fs-mistrust = { version = "0.8.0", path = "../fs-mistrust" }
+fs-mistrust = { version = "0.8.2", path = "../fs-mistrust" }
futures = "0.3.14"
itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { version = "0.24.0", path = "../tor-async-utils" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-chanmgr = { version = "0.24.0", path = "../tor-chanmgr", features = ["pt-client"] }
-tor-config = { version = "0.24.0", path = "../tor-config" }
-tor-config-path = { version = "0.24.0", path = "../tor-config-path" }
-tor-error = { version = "0.24.0", path = "../tor-error", features = ["tracing"] }
-tor-linkspec = { version = "0.24.0", path = "../tor-linkspec", features = ["pt-client"] }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
-tor-socksproto = { version = "0.24.0", path = "../tor-socksproto" }
+tor-async-utils = { version = "0.25.0", path = "../tor-async-utils" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-chanmgr = { version = "0.25.0", path = "../tor-chanmgr", features = ["pt-client"] }
+tor-config = { version = "0.25.0", path = "../tor-config" }
+tor-config-path = { version = "0.25.0", path = "../tor-config-path" }
+tor-error = { version = "0.25.0", path = "../tor-error", features = ["tracing"] }
+tor-linkspec = { version = "0.25.0", path = "../tor-linkspec", features = ["pt-client"] }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat" }
+tor-socksproto = { version = "0.25.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.24.0", features = ["tokio", "native-tls"] }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0"
[[example]]
diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml
index 63f6e1746..fba28e253 100644
--- a/crates/tor-relay-crypto/Cargo.toml
+++ b/crates/tor-relay-crypto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-relay-crypto"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc."]
edition = "2021"
rust-version = "1.77"
@@ -25,11 +25,11 @@ full = [
derive-deftly = "0.14"
derive_more = { version = "1.0.0", features = ["full"] }
humantime = "2"
-tor-cert = { path = "../tor-cert", version = "0.24.0", features = ["encode"] }
-tor-error = { path = "../tor-error", version = "0.24.0" }
-tor-key-forge = { path = "../tor-key-forge", version = "0.24.0" }
-tor-keymgr = { path = "../tor-keymgr", version = "0.24.0" }
-tor-persist = { path = "../tor-persist", version = "0.24.0" }
+tor-cert = { path = "../tor-cert", version = "0.25.0", features = ["encode"] }
+tor-error = { path = "../tor-error", version = "0.25.0" }
+tor-key-forge = { path = "../tor-key-forge", version = "0.25.0" }
+tor-keymgr = { path = "../tor-keymgr", version = "0.25.0" }
+tor-persist = { path = "../tor-persist", version = "0.25.0" }
[dev-dependencies]
-tor-keymgr = { version = "0.24.0", path = "../tor-keymgr", features = ["testing"] }
+tor-keymgr = { version = "0.25.0", path = "../tor-keymgr", features = ["testing"] }
diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml
index 39635efd4..fcb0e19cb 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.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -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.24.0" }
-tor-geoip = { path = "../tor-geoip", version = "0.24.0", optional = true }
-tor-linkspec = { path = "../tor-linkspec", version = "0.24.0" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0" }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-geoip = { path = "../tor-geoip", version = "0.25.0", optional = true }
+tor-linkspec = { path = "../tor-linkspec", version = "0.25.0" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0" }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0" }
[dev-dependencies]
once_cell = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24" }
-tor-netdir = { path = "../tor-netdir", version = "0.24.0", features = ["testing"] }
-tor-netdoc = { path = "../tor-netdoc", version = "0.24.0", features = ["testing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25" }
+tor-netdir = { path = "../tor-netdir", version = "0.25.0", features = ["testing"] }
+tor-netdoc = { path = "../tor-netdoc", version = "0.25.0", features = ["testing"] }
[package.metadata.docs.rs]
all-features = true
diff --git a/crates/tor-rpc-connect/Cargo.toml b/crates/tor-rpc-connect/Cargo.toml
index 79879ae92..4749ce68c 100644
--- a/crates/tor-rpc-connect/Cargo.toml
+++ b/crates/tor-rpc-connect/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpc-connect"
-version = "0.24.0"
+version = "0.25.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc."]
@@ -31,17 +31,17 @@ rpc-server = ["rand", "tor-rtcompat"]
# NOTE: This crate is a dependency of our RPC client library;
# Try to avoid introducing big unconditional dependencies!
derive_more = { version = "1.0.0", features = ["full"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
rand = { version = "0.8", optional = true }
-safelog = { path = "../safelog", version = "0.4.0" }
+safelog = { path = "../safelog", version = "0.4.2" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
thiserror = "2"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.24.0", features = ["address"] }
-tor-general-addr = { path = "../tor-general-addr", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", optional = true }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.25.0", features = ["address"] }
+tor-general-addr = { path = "../tor-general-addr", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", optional = true }
tracing = "0.1.36"
zeroize = "1"
diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml
index 7492776cc..7a1043a22 100644
--- a/crates/tor-rpcbase/Cargo.toml
+++ b/crates/tor-rpcbase/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
-version = "0.24.0"
+version = "0.25.0"
edition = "2021"
rust-version = "1.77"
authors = ["The Tor Project, Inc.", "eta <[email protected]>"]
@@ -23,8 +23,8 @@ once_cell = "1"
paste = "1"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
-tor-async-utils = { path = "../tor-async-utils", version = "0.24.0" }
-tor-error = { path = "../tor-error/", version = "0.24.0", features = ["rpc"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.25.0" }
+tor-error = { path = "../tor-error/", version = "0.25.0", features = ["rpc"] }
typetag = "0.2.7"
void = "1"
diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml
index 5b640f44a..bbe4bc33d 100644
--- a/crates/tor-rtcompat/Cargo.toml
+++ b/crates/tor-rtcompat/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -64,8 +64,8 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true, features =
"time",
] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-error = { version = "0.24.0", path = "../tor-error" }
-tor-general-addr = { version = "0.24.0", path = "../tor-general-addr" }
+tor-error = { version = "0.25.0", path = "../tor-error" }
+tor-general-addr = { version = "0.25.0", path = "../tor-general-addr" }
tracing = "0.1.36"
void = "1"
x509-signature = { version = "0.5.0", optional = true }
diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml
index db8c300ce..5a5fd960e 100644
--- a/crates/tor-rtmock/Cargo.toml
+++ b/crates/tor-rtmock/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -23,12 +23,12 @@ itertools = "0.13.0"
oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.0" }
pin-project = "1"
priority-queue = "2.0.3"
-slotmap-careful = { path = "../slotmap-careful", version = "0.2.1" }
+slotmap-careful = { path = "../slotmap-careful", version = "0.2.2" }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "2"
-tor-error = { version = "0.24.0", path = "../tor-error", features = ["tracing"] }
-tor-general-addr = { version = "0.24.0", path = "../tor-general-addr" }
-tor-rtcompat = { version = "0.24.0", path = "../tor-rtcompat" }
+tor-error = { version = "0.25.0", path = "../tor-error", features = ["tracing"] }
+tor-general-addr = { version = "0.25.0", path = "../tor-general-addr" }
+tor-rtcompat = { version = "0.25.0", path = "../tor-rtcompat" }
tracing = "0.1.36"
tracing-test = "0.2.4"
void = "1"
@@ -36,9 +36,9 @@ void = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
rand = "0.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.24.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
[features]
full = ["tor-rtcompat/full", "tor-error/full", "oneshot-fused-workaround/full", "slotmap-careful/full", "tor-general-addr/full"]
diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml
index 8b1e653e0..006bfb510 100644
--- a/crates/tor-socksproto/Cargo.toml
+++ b/crates/tor-socksproto/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
-version = "0.24.0"
+version = "0.25.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -25,11 +25,11 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.5.0" }
derive-deftly = "0.14"
educe = "0.4.6"
-safelog = { path = "../safelog", version = "0.4.1" }
+safelog = { path = "../safelog", version = "0.4.2" }
subtle = "2"
thiserror = "2"
-tor-bytes = { path = "../tor-bytes", version = "0.24.0", default-features = false }
-tor-error = { path = "../tor-error", version = "0.24.0", default-features = false }
+tor-bytes = { path = "../tor-bytes", version = "0.25.0", default-features = false }
+tor-error = { path = "../tor-error", version = "0.25.0", default-features = false }
[dev-dependencies]
anyhow = "1.0.75"
diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml
index d011b7182..166771bdc 100644
--- a/crates/tor-units/Cargo.toml
+++ b/crates/tor-units/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-units"
-version = "0.24.0"
+version = "0.25.0"
authors = ["Dennis Jackson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -16,7 +16,7 @@ categories = ["rust-patterns"]
derive-deftly = { version = "0.14.2", optional = true }
derive_more = { version = "1.0.0", features = ["full"] }
thiserror = "2"
-tor-memquota = { version = "0.24.0", path = "../tor-memquota", default-features = false, optional = true }
+tor-memquota = { version = "0.25.0", path = "../tor-memquota", default-features = false, optional = true }
[dev-dependencies]
float-cmp = "0.10.0"