From b0fbe7f18a285f747d3e5cd46f38b8c33e143176 Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Wed, 1 Oct 2025 17:24:15 -0400 Subject: [PATCH 1/3] release: Bump versions. Because we've updated our MSRV, we must bump the minor version for every package. This was done as follows: cargo set-version -p arti 1.6.0 cargo set-version -p oneshot-fused-workaround 0.4.0 cargo set-version -p slotmap-careful 0.4.0 cargo set-version -p test-temp-dir 0.5.0 cargo set-version -p fslock-guard 0.4.0 cargo set-version -p hashx 0.5.0 cargo set-version -p equix 0.4.0 cargo set-version -p caret 0.7.0 cargo set-version -p fs-mistrust 0.12.0 cargo set-version -p safelog 0.6.0 cargo set-version -p retry-error 0.8.0 xargs -I P <"] edition = "2024" rust-version = "1.85.1" @@ -170,7 +170,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } dyn-clone = { version = "1.0.11", optional = true } educe = "0.4.22" -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] } futures = "0.3.14" hostname-validator = "1.1.1" humantime = "2" @@ -179,36 +179,36 @@ libc = "0.2" once_cell = "1.9" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" time = { version = "0.3.20", features = ["parsing", "macros"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.34.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-config-path = { path = "../tor-config-path", version = "0.34.0", features = ["arti-client"] } -tor-dircommon = { path = "../tor-dircommon", version = "0.34.0" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.34.0", default-features = false, features = ["mmap"] } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.34.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0" } -tor-hsclient = { path = "../tor-hsclient", version = "0.34.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.34.0", optional = true } -tor-keymgr = { path = "../tor-keymgr", version = "0.34.0", default-features = false } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-memquota = { path = "../tor-memquota", version = "0.34.0" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0" } -tor-ptmgr = { path = "../tor-ptmgr", version = "0.34.0", optional = true } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.34.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-config-path = { path = "../tor-config-path", version = "0.35.0", features = ["arti-client"] } +tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.35.0", default-features = false, features = ["mmap"] } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" } +tor-hsclient = { path = "../tor-hsclient", version = "0.35.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.35.0", optional = true } +tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", default-features = false } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-memquota = { path = "../tor-memquota", version = "0.35.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0" } +tor-ptmgr = { path = "../tor-ptmgr", version = "0.35.0", optional = true } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1" @@ -228,8 +228,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ "macros", ] } toml = "0.9.5" -tor-relay-selection = { path = "../tor-relay-selection", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.20" tracing-test = "0.2.4" diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml index 864043a087..4056bd7e3c 100644 --- a/crates/arti-relay/Cargo.toml +++ b/crates/arti-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-relay" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.85.1" @@ -35,24 +35,24 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } directories = "6" -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-chanmgr = { path = "../tor-chanmgr", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-config-path = { path = "../tor-config-path", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.34.0", features = ["keymgr", "ephemeral-keystore"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0", features = ["tokio"] } -tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["rustls", "tokio"] } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-config-path = { path = "../tor-config-path", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", features = ["keymgr", "ephemeral-keystore"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["tokio"] } +tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["rustls", "tokio"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index 37c7dde44a..b9e99b3107 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -17,21 +17,21 @@ crate-type = ["cdylib", "lib"] [dependencies] -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } cfg-if = "1.0.0" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" -fs-mistrust = { version = "0.11.0", path = "../fs-mistrust" } +fs-mistrust = { version = "0.12.0", path = "../fs-mistrust" } paste = { version = "1", optional = true } percent-encoding = "2.3.1" rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "2" -tor-config-path = { version = "0.34.0", path = "../tor-config-path", features = ["arti-client"] } -tor-error = { version = "0.34.0", path = "../tor-error", default-features = false } -tor-rpc-connect = { version = "0.34.0", path = "../tor-rpc-connect", features = ["rpc-client"] } -tor-socksproto = { path = "../tor-socksproto", version = "0.34.0", default-features = false, features = [ +tor-config-path = { version = "0.35.0", path = "../tor-config-path", features = ["arti-client"] } +tor-error = { version = "0.35.0", path = "../tor-error", default-features = false } +tor-rpc-connect = { version = "0.35.0", path = "../tor-rpc-connect", features = ["rpc-client"] } +tor-socksproto = { path = "../tor-socksproto", version = "0.35.0", default-features = false, features = [ "client-handshake", ] } void = "1" @@ -39,7 +39,7 @@ void = "1" [dev-dependencies] rand = "0.9.1" rand_chacha = "0.9" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } [features] full = [ diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index ef83aca5f7..7465ab22de 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.34.0" +version = "0.35.0" edition = "2024" rust-version = "1.85.1" authors = ["The Tor Project, Inc.", "eta "] @@ -34,7 +34,7 @@ weakref = ["__is_experimental"] __is_experimental = [] [dependencies] -arti-client = { path = "../arti-client", version = "0.34.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.35.0", features = ["rpc"] } async-trait = "0.1.54" asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" @@ -43,22 +43,22 @@ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } erased-serde = "0.4.2" futures = "0.3.14" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["kmac"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0", features = ["stream-ctrl"] } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.34.0" } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["stream-ctrl"] } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.35.0" } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" @@ -66,5 +66,5 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index a967b1f9ee..b19ae6c65d 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -25,21 +25,21 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.5.0" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.34.0", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "1.6.0" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.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.9.1" tokio = { version = "1.7", features = ["signal", "macros"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.34.0", features = ["dirfilter"] } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.34.0", features = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.35.0", features = ["dirfilter"] } +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.35.0", features = [ "experimental-api", ] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } [package.metadata.docs.rs] diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml index 942a5ff71d..9ad6403bbc 100644 --- a/crates/arti-ureq/Cargo.toml +++ b/crates/arti-ureq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-ureq" -version = "0.34.0" +version = "0.35.0" edition = "2024" authors = ["The Tor Project, Inc.", "Niel Duysters"] license = "MIT OR Apache-2.0" @@ -10,15 +10,15 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -arti-client = { path = "../arti-client", version = "0.34.0" } +arti-client = { path = "../arti-client", version = "0.35.0" } async-std = { version = "1.7.0", optional = true } educe = "0.4.6" futures = "0.3.14" thiserror = "2" tokio = { version = "1.7", optional = true } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.34.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.35.0" } # We rely on some of the APIs in ureq::unversioned, which are allowed to have semver # breaks between minor releases of ureq. Therefore, we we use a tilde here, so that # we will only get patchlevel updates. @@ -28,7 +28,7 @@ ureq = { version = "~3.1.0", default-features = false, features = ["rustls-no-pr [dev-dependencies] serde_json = "1.0.104" -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } [features] default = ["native-tls", "tokio"] diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 38e8d65765..54d628e01f 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.5.0" +version = "1.6.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -158,17 +158,17 @@ dialoguer = [] [dependencies] anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.34.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0", default-features = false, features = [ "anyhow", ] } -arti-rpcserver = { path = "../arti-rpcserver", version = "0.34.0", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.35.0", optional = true } async-ctrlc = { version = "1.2.0", optional = true } async-signal = { version = "0.2.10", optional = true } cfg-if = "1.0.0" clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] } derive-deftly = { version = "~1.3.0", features = ["full", "beta"], optional = true } derive_builder = { version = "0.11", package = "derive_builder_fork_arti" } -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" } futures = "0.3.14" hickory-proto = { version = "0.25.2", optional = true } humantime = "2" @@ -185,7 +185,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul "logging", "ring", ] } -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } secmem-proc = { version = "0.3.4", optional = true } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" @@ -193,20 +193,20 @@ 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.9.5" -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-config-path = { path = "../tor-config-path", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", default-features = false, features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.34.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.34.0", optional = true } -tor-key-forge = { path = "../tor-key-forge", version = "0.34.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.34.0" } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.34.0", optional = true, features = ["rpc-server"] } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.34.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.34.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-config-path = { path = "../tor-config-path", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", default-features = false, features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.35.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.35.0", optional = true } +tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.35.0" } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.35.0", optional = true, features = ["rpc-server"] } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.35.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", default-features = false } +tor-socksproto = { path = "../tor-socksproto", version = "0.35.0" } tracing = "0.1.36" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } @@ -223,7 +223,7 @@ serde_json = "1.0.50" [dev-dependencies] amplify = { version = "4", default-features = false, features = ["derive"] } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.34.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.35.0", default-features = false, features = [ "testing", ] } assert_cmd = "2.0.17" @@ -233,11 +233,11 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr regex = { version = "1", default-features = false, features = ["std"] } serde_json = "1.0.50" tempfile = "3" -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-config = { path = "../tor-config", version = "0.34.0", features = ["testing"] } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false, features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-config = { path = "../tor-config", version = "0.35.0", features = ["testing"] } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } trycmd = "0.15.4" walkdir = "2" [package.metadata.docs.rs] diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index 334d91f542..c51fd7f60c 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.6.0" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml index 78877f2a33..1780ec1062 100644 --- a/crates/equix/Cargo.toml +++ b/crates/equix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "equix" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott "] edition = "2024" rust-version = "1.85.1" @@ -31,7 +31,7 @@ __is_experimental = [] [dependencies] arrayvec = "0.7.4" -hashx = { path = "../hashx", version = "0.4.0", default-features = false } +hashx = { path = "../hashx", version = "0.5.0", default-features = false } num-traits = "0.2.15" thiserror = "2" visibility = "0.1.0" diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml index 22de91a7c5..f0571adfb1 100644 --- a/crates/fs-mistrust/Cargo.toml +++ b/crates/fs-mistrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-mistrust" -version = "0.11.0" +version = "0.12.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" license = "MIT OR Apache-2.0" diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml index 729a636f00..dce4f8a9cb 100644 --- a/crates/fslock-guard/Cargo.toml +++ b/crates/fslock-guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fslock-guard" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" license = "MIT OR Apache-2.0" @@ -20,7 +20,7 @@ fslock = { version = "0.2.0", package = "fslock-arti-fork" } thiserror = "2" [dev-dependencies] -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } [package.metadata.docs.rs] all-features = true diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml index 405a52c562..861f62f74a 100644 --- a/crates/hashx/Cargo.toml +++ b/crates/hashx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashx" -version = "0.4.0" +version = "0.5.0" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/oneshot-fused-workaround/Cargo.toml b/crates/oneshot-fused-workaround/Cargo.toml index ed0eb47c69..03600dd3c6 100644 --- a/crates/oneshot-fused-workaround/Cargo.toml +++ b/crates/oneshot-fused-workaround/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oneshot-fused-workaround" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index 6a7d3d63b5..8024c7d105 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml index 54d2ef1068..2bc9cbaf37 100644 --- a/crates/safelog/Cargo.toml +++ b/crates/safelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safelog" -version = "0.5.0" +version = "0.6.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/slotmap-careful/Cargo.toml b/crates/slotmap-careful/Cargo.toml index 272055780b..f6c0997e8c 100644 --- a/crates/slotmap-careful/Cargo.toml +++ b/crates/slotmap-careful/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slotmap-careful" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/test-temp-dir/Cargo.toml b/crates/test-temp-dir/Cargo.toml index e8169656a5..5a474acb7f 100644 --- a/crates/test-temp-dir/Cargo.toml +++ b/crates/test-temp-dir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-temp-dir" -version = "0.4.0" +version = "0.5.0" # TODO make this 1.x. Let's say, do this in December 2024 or January 2025 authors = ["The Tor Project, Inc.", "Ian Jackson "] edition = "2024" diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml index b073a47af6..c4784c0c74 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -16,7 +16,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } educe = "0.4.22" futures = "0.3.14" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } thiserror = "2" @@ -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.34.0" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } [features] full = ["oneshot-fused-workaround/full"] diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 4ef836ea7e..8e5e102548 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index afacc76f12..fb7161554a 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -16,10 +16,10 @@ bytes = "1" derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } digest = { version = "0.10.0", features = ["subtle", "mac"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.34.0", default-features = false } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", optional = true } +tor-error = { path = "../tor-error", version = "0.35.0", default-features = false } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.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 e5e3d6ff18..62c78317fe 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -47,7 +47,7 @@ __is_experimental = [] amplify = { version = "4", default-features = false, features = ["derive"] } bitflags = "2" bytes = "1" -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive-deftly = "1.3.0" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" @@ -56,16 +56,16 @@ paste = "1" rand = "0.9.1" smallvec = "1.10" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cert = { path = "../tor-cert", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true, features = ["memquota-memcost"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.34.0", features = ["tor-bytes"] } -tor-units = { path = "../tor-units", version = "0.34.0", features = ["memquota-memcost"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true, features = ["memquota-memcost"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["tor-bytes"] } +tor-units = { path = "../tor-units", version = "0.35.0", features = ["memquota-memcost"] } void = "1" [dev-dependencies] diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 0dca814a07..928b88c0c7 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -26,14 +26,14 @@ experimental-api = ["__is_experimental"] __is_experimental = [] [dependencies] -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } [dev-dependencies] base64ct = "1.5.1" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 846309e373..1b5f8ddd16 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -44,33 +44,33 @@ __is_experimental = [] [dependencies] async-trait = "0.1.54" -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" futures = "0.3.14" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-keymgr = { path = "../tor-keymgr", version = "0.34.0", features = ["keymgr"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } -tor-socksproto = { path = "../tor-socksproto", version = "0.34.0", default-features = false, features = [ +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-keymgr = { path = "../tor-keymgr", version = "0.35.0", features = ["keymgr"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } +tor-socksproto = { path = "../tor-socksproto", version = "0.35.0", default-features = false, features = [ "client-handshake", ] } -tor-units = { path = "../tor-units", version = "0.34.0" } +tor-units = { path = "../tor-units", version = "0.35.0" } tracing = "0.1.36" void = "1" @@ -79,10 +79,10 @@ float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "1.0" itertools = "0.14.0" -tor-cell = { path = "../tor-cell", version = "0.34.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-proto = { path = "../tor-proto", version = "0.34.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-proto = { path = "../tor-proto", version = "0.35.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 904dd8e931..6fbfa6c3cb 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -21,7 +21,7 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.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 d895369149..815a87d6f2 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -84,32 +84,32 @@ futures = "0.3.14" humantime-serde = "1.1.1" itertools = "0.14.0" once_cell = "1" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" rand = "0.9.1" -retry-error = { path = "../retry-error", version = "0.7.0" } -safelog = { path = "../safelog", version = "0.5.0" } +retry-error = { path = "../retry-error", version = "0.8.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-dircommon = { path = "../tor-dircommon", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.34.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } -tor-units = { path = "../tor-units", version = "0.34.0" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } +tor-units = { path = "../tor-units", version = "0.35.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1.0" @@ -118,11 +118,11 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" hex = "0.4" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0", features = ["testing", "vanguards"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.34.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0", features = ["testing", "vanguards"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.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 21c297d546..4dfd38de39 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -44,8 +44,8 @@ directories = { version = "6", optional = true } serde = { version = "1.0.103", features = ["derive"] } shellexpand = { version = "3.0", optional = true, features = ["path"] } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.34.0", optional = true } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.35.0", optional = true } [dev-dependencies] assert_matches = "1.5.0" @@ -54,7 +54,7 @@ dirs = "6.0.0" rmp-serde = "1" serde_json = "1.0.50" toml = "0.9.5" -tor-config = { path = "../tor-config", version = "0.34.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index d70abb694b..6e05c9a8eb 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -42,7 +42,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } educe = "0.4.22" either = "1" figment = { version = "0.10.18", features = ["toml"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" } futures = "0.3.14" itertools = "0.14.0" notify = { version = "8", default-features = false, features = ["macos_kqueue"] } @@ -55,18 +55,18 @@ serde_ignored = "0.1.3" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" toml = "0.9.5" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" void = "1" [dev-dependencies] serde_json = "1.0.50" tempfile = "3" -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [package.metadata.docs.rs] diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index a965099278..ada2461241 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -23,6 +23,6 @@ __is_experimental = [] digest = "0.10.0" hex = "0.4" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index 47191a0a33..75d26ac461 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -55,19 +55,19 @@ httpdate = "1.0" itertools = "0.14.0" memchr = "2.5" thiserror = "2" -tor-circmgr = { path = "../tor-circmgr", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml index 0665df3f6e..af73278bff 100644 --- a/crates/tor-dircommon/Cargo.toml +++ b/crates/tor-dircommon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dircommon" -version = "0.34.0" +version = "0.35.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson ", @@ -22,12 +22,12 @@ getset = "0.1.6" humantime = "2" humantime-serde = "1.1.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } tracing = "0.1.41" [dev-dependencies] diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index e574e0ce23..4e24f913fb 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -67,7 +67,7 @@ derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" educe = "0.4.22" event-listener = "5" -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" } fslock = { version = "0.2.0" } futures = "0.3.14" hex = "0.4" @@ -75,12 +75,12 @@ humantime = "2" humantime-serde = "1.1.1" itertools = "0.14.0" memmap2 = { version = "0.9.0", optional = true } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } paste = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" rusqlite = { version = "0.37.0", features = ["time"] } -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } scopeguard = "1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" @@ -89,24 +89,24 @@ static_assertions = "1" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" time = { version = "0.3.20", features = ["formatting", "parsing"] } -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-consdiff = { path = "../tor-consdiff", version = "0.34.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.34.0", default-features = false } -tor-dircommon = { path = "../tor-dircommon", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.34.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-consdiff = { path = "../tor-consdiff", version = "0.35.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false } +tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" [dev-dependencies] @@ -115,9 +115,9 @@ filetime = "0.2" float_eq = "1.0.0" hex-literal = "1.0" tempfile = "3" -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } tracing-test = "0.2.4" [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml index 250bfa3cd6..fec8458194 100644 --- a/crates/tor-dirserver/Cargo.toml +++ b/crates/tor-dirserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirserver" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Clara Engler "] edition = "2021" rust-version = "1.83" @@ -25,7 +25,7 @@ rusqlite = "0.37.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2.0.16" tokio = { version = "1.47.1", features = ["full"] } -tor-error = { version = "0.34.0", path = "../tor-error" } +tor-error = { version = "0.35.0", path = "../tor-error" } tracing = "0.1.41" weak-table = "0.3.2" diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index ad5c43ad08..2d3e40f2b4 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.34.0" +version = "0.35.0" authors = ["Ian Jackson "] edition = "2024" rust-version = "1.85.1" @@ -30,7 +30,7 @@ backtrace = [] derive_more = { version = "2.0.1", features = ["full"] } futures = { version = "0.3", optional = true } paste = "1" -retry-error = { path = "../retry-error", version = "0.7.0" } # WRONG should be 0.4.3 +retry-error = { path = "../retry-error", version = "0.8.0" } # WRONG should be 0.4.3 static_assertions = { version = "1", optional = true } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml index 114fbf213e..ff413903c8 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml index 8b9a6e4f3e..38630a4351 100644 --- a/crates/tor-geoip/Cargo.toml +++ b/crates/tor-geoip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-geoip" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "eta "] edition = "2024" rust-version = "1.85.1" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index bad82690b5..f0ddb7d229 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -71,43 +71,43 @@ humantime = "2" humantime-serde = "1.1.1" itertools = "0.14.0" num_enum = "0.7" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-dircommon = { path = "../tor-dircommon", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } # for address pattern -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { path = "../tor-proto", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0", optional = true } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0", optional = true } -tor-units = { path = "../tor-units", version = "0.34.0" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-dircommon = { path = "../tor-dircommon", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } # for address pattern +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { path = "../tor-proto", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0", optional = true } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0", optional = true } +tor-units = { path = "../tor-units", version = "0.35.0" } tracing = "0.1.36" [dev-dependencies] float_eq = "1.0.0" -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" } serde_json = "1.0.50" tempfile = "3" toml = "0.9.5" -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-persist = { path = "../tor-persist", version = "0.34.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 1dbb023ba6..f8d27b3ee0 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -61,47 +61,47 @@ educe = "0.4.22" either = "1" futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -retry-error = { path = "../retry-error", version = "0.7.0" } -safelog = { path = "../safelog", version = "0.5.0" } -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +retry-error = { path = "../retry-error", version = "0.8.0" } +safelog = { path = "../safelog", version = "0.6.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0", features = ["hs"] } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-circmgr = { version = "0.34.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.34.0", default-features = false, features = ["hs-client"] } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-hscrypto = { version = "0.34.0", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.34.0", path = "../tor-keymgr", default-features = false } -tor-linkspec = { version = "0.34.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-netdir = { version = "0.34.0", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["hs-client"] } -tor-persist = { path = "../tor-persist", version = "0.34.0" } -tor-proto = { version = "0.34.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } -tor-protover = { version = "0.34.0", path = "../tor-protover" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0", features = ["hs"] } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false, features = ["hs-client"] } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-hscrypto = { version = "0.35.0", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", default-features = false } +tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["hs-client"] } +tor-persist = { path = "../tor-persist", version = "0.35.0" } +tor-proto = { version = "0.35.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-protover = { version = "0.35.0", path = "../tor-protover" } +tor-rtcompat = { version = "0.35.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.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.34.0" } -tor-circmgr = { version = "0.34.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.34.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.34.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.35.0" } +tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.35.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.35.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } tracing-test = "0.2.4" diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index d28963d921..41b82905f0 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -48,30 +48,30 @@ data-encoding = "2.3.1" derive-deftly = { version = "1.3.0" } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" -equix = { path = "../equix", version = "0.3.0", optional = true } +equix = { path = "../equix", version = "0.4.0", optional = true } hex = "0.4" humantime = "2" itertools = "0.14.0" paste = "1" rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } signature = "2" subtle = "2" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { version = "0.34.0", path = "../tor-bytes" } -tor-error = { version = "0.34.0", path = "../tor-error" } -tor-key-forge = { version = "0.34.0", path = "../tor-key-forge" } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false, optional = true } -tor-units = { path = "../tor-units", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { version = "0.35.0", path = "../tor-bytes" } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-key-forge = { version = "0.35.0", path = "../tor-key-forge" } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true } +tor-units = { path = "../tor-units", version = "0.35.0" } void = "1" zeroize = { version = "1", optional = true } [dev-dependencies] hex-literal = "1.0" -tor-basic-utils = { version = "0.34.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.35.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 e724a748b9..90804e378a 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -49,21 +49,21 @@ futures = "0.3.14" # postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } itertools = "0.14.0" metrics = { version = "0.24.1", optional = true } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } rangemap = "1.3" -safelog = { version = "0.5.0", path = "../safelog" } +safelog = { version = "0.6.0", path = "../safelog" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-cell = { version = "0.34.0", path = "../tor-cell" } -tor-config = { version = "0.34.0", path = "../tor-config" } -tor-error = { version = "0.34.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.34.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.34.0" } -tor-proto = { version = "0.34.0", path = "../tor-proto", features = ["hs-service"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-cell = { version = "0.35.0", path = "../tor-cell" } +tor-config = { version = "0.35.0", path = "../tor-config" } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-hsservice = { path = "../tor-hsservice", version = "0.35.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" } +tor-proto = { version = "0.35.0", path = "../tor-proto", features = ["hs-service"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 33534ffc0b..4881359841 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsservice" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -90,8 +90,8 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" educe = "0.4.22" -equix = { path = "../equix", version = "0.3.0", optional = true } -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0", features = ["serde"] } +equix = { path = "../equix", version = "0.4.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde"] } futures = "0.3.14" growable-bloom-filter = "2.0.1" hex = "0.4" @@ -101,42 +101,42 @@ k12 = "0.3.0" metrics = { version = "0.24.1", optional = true } num-traits = { version = "0.2.15", optional = true } once_cell = "1" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" rand_core = "0.9.3" -retry-error = { version = "0.7.0", path = "../retry-error" } -safelog = { path = "../safelog", version = "0.5.0" } +retry-error = { version = "0.8.0", path = "../retry-error" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { version = "0.34.0", path = "../tor-bytes" } -tor-cell = { version = "0.34.0", path = "../tor-cell", features = ["hs"] } -tor-checkable = { version = "0.34.0", path = "../tor-checkable", optional = true } -tor-circmgr = { version = "0.34.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] } -tor-config = { version = "0.34.0", path = "../tor-config" } -tor-config-path = { version = "0.34.0", path = "../tor-config-path" } -tor-dirclient = { path = "../tor-dirclient", version = "0.34.0", default-features = false, features = ["hs-service"] } -tor-error = { version = "0.34.0", path = "../tor-error" } -tor-hscrypto = { version = "0.34.0", path = "../tor-hscrypto", features = ["ope"] } -tor-keymgr = { version = "0.34.0", path = "../tor-keymgr", features = ["keymgr"] } -tor-linkspec = { version = "0.34.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.34.0" } -tor-netdir = { version = "0.34.0", path = "../tor-netdir", features = ["hs-service"] } -tor-netdoc = { version = "0.34.0", path = "../tor-netdoc", features = ["hs-service"] } -tor-persist = { version = "0.34.0", path = "../tor-persist", features = ["state-dir"] } -tor-proto = { version = "0.34.0", path = "../tor-proto", features = [ +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { version = "0.35.0", path = "../tor-bytes" } +tor-cell = { version = "0.35.0", path = "../tor-cell", features = ["hs"] } +tor-checkable = { version = "0.35.0", path = "../tor-checkable", optional = true } +tor-circmgr = { version = "0.35.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] } +tor-config = { version = "0.35.0", path = "../tor-config" } +tor-config-path = { version = "0.35.0", path = "../tor-config-path" } +tor-dirclient = { path = "../tor-dirclient", version = "0.35.0", default-features = false, features = ["hs-service"] } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-hscrypto = { version = "0.35.0", path = "../tor-hscrypto", features = ["ope"] } +tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["keymgr"] } +tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" } +tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-service"] } +tor-netdoc = { version = "0.35.0", path = "../tor-netdoc", features = ["hs-service"] } +tor-persist = { version = "0.35.0", path = "../tor-persist", features = ["state-dir"] } +tor-proto = { version = "0.35.0", path = "../tor-proto", features = [ "experimental-api", "hs-service", "send-control-msg", ] } -tor-protover = { version = "0.34.0", path = "../tor-protover" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.34.0" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-protover = { version = "0.35.0", path = "../tor-protover" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.35.0" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } tracing = "0.1.36" void = "1" @@ -144,15 +144,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.3.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } tempfile = "3" -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } -tor-config = { version = "0.34.0", path = "../tor-config", features = ["testing"] } -tor-key-forge = { version = "0.34.0", path = "../tor-key-forge" } -tor-keymgr = { version = "0.34.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } -tor-netdir = { version = "0.34.0", path = "../tor-netdir", features = ["hs-service", "testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["testing"] } -tor-persist = { version = "0.34.0", path = "../tor-persist", features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } +tor-config = { version = "0.35.0", path = "../tor-config", features = ["testing"] } +tor-key-forge = { version = "0.35.0", path = "../tor-key-forge" } +tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } +tor-netdir = { version = "0.35.0", path = "../tor-netdir", features = ["hs-service", "testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0", features = ["testing"] } +tor-persist = { version = "0.35.0", path = "../tor-persist", features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.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 fe6661567e..6763647667 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.85.1" @@ -34,13 +34,13 @@ rsa = "0.9.0" signature = "2" ssh-key = { version = "0.6.1", features = ["std", "rsa"] } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.34.0", default-features = false } -tor-cert = { path = "../tor-cert", version = "0.34.0", features = ["encode", "experimental-api"] } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-error = { version = "0.34.0", path = "../tor-error" } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false } +tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode", "experimental-api"] } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["testing"] } diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index e72734bf50..3773b475a2 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan "] edition = "2024" rust-version = "1.85.1" @@ -60,26 +60,26 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } downcast-rs = "2.0.1" dyn-clone = "1.0.11" -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["serde", "walkdir"] } glob-match = "0.2.1" humantime = "2" inventory = "0.3.13" itertools = "0.14.0" rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } 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.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0", default-features = false } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-config-path = { path = "../tor-config-path", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-config-path = { path = "../tor-config-path", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.35.0" } tracing = "0.1.36" visibility = { version = "0.1.0" } walkdir = { version = "2" } @@ -89,11 +89,11 @@ zeroize = "1" paste = "1" serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-cert = { path = "../tor-cert", version = "0.34.0", features = ["encode"] } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0", features = ["testing"] } -tor-llcrypto = { version = "0.34.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode"] } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0", features = ["testing"] } +tor-llcrypto = { version = "0.35.0", path = "../tor-llcrypto", features = ["testing"] } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index b56ad9a4e4..dfdb5c1219 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -33,23 +33,23 @@ __is_experimental = [] [dependencies] base64ct = "1.5.1" by_address = "1" -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } hex = "0.4" itertools = "0.14.0" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.35.0" } [dev-dependencies] hex-literal = "1.0" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 05a3d70072..6431e0a356 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -64,7 +64,7 @@ rand = "0.9.1" rand_core = "0.9.3" rand_core_06 = { package = "rand_core", version = "0.6" } rsa = "0.9.0" -safelog = { version = "0.5.0", path = "../safelog" } +safelog = { version = "0.6.0", path = "../safelog" } serde = "1.0.103" sha1 = "0.10.0" sha2 = "0.10.0" @@ -72,8 +72,8 @@ sha3 = "0.10.6" signature = "2" subtle = "2" thiserror = "2" -tor-error = { version = "0.34.0", path = "../tor-error" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false, optional = true } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-memquota = { version = "0.35.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"] } @@ -84,7 +84,7 @@ cipher = "0.4.1" hex-literal = "1.0" rand = "0.9.1" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-log-ratelim/Cargo.toml b/crates/tor-log-ratelim/Cargo.toml index e4b64f4e76..cc6c266932 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.85.1" @@ -21,8 +21,8 @@ full = ["tor-error/full", "tor-rtcompat/full"] futures = "0.3.14" humantime = "2" thiserror = "2" -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.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 6b0d32cb96..69501d9290 100644 --- a/crates/tor-memquota/Cargo.toml +++ b/crates/tor-memquota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-memquota" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Ian Jackson "] edition = "2024" rust-version = "1.85.1" @@ -22,27 +22,27 @@ itertools = "0.14.0" paste = "1" pin-project = "1" serde = { version = "1.0.103", features = ["derive"] } -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } static_assertions = "1" sysinfo = { version = "0.36.1", default-features = false, features = ["system"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0", features = ["serde"] } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.34.0" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0", features = ["serde"] } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1" [dev-dependencies] rand = "0.9.1" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde_json = "1.0.50" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } tracing-test = "0.2.4" [features] diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 8e056f892a..d8f1308ede 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -61,15 +61,15 @@ serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" time = { version = "0.3.17", features = ["macros"], optional = true } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-geoip = { path = "../tor-geoip", version = "0.34.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0" } -tor-units = { path = "../tor-units", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0" } +tor-units = { path = "../tor-units", version = "0.35.0" } tracing = "0.1.36" typed-index-collections = "3.2.3" visibility = { version = "0.1.0", optional = true } @@ -78,6 +78,6 @@ visibility = { version = "0.1.0", optional = true } float_eq = "1.0.0" hex = "0.4" hex-literal = "1.0" -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.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 6806eeb7b8..1c42448b09 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -115,17 +115,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.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0" } -tor-cert = { path = "../tor-cert", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0", optional = true } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-protover = { path = "../tor-protover", version = "0.34.0", features = ["serde"] } -tor-units = { version = "0.34.0", path = "../tor-units", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0", optional = true } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-protover = { path = "../tor-protover", version = "0.35.0", features = ["serde"] } +tor-units = { version = "0.35.0", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } void = "1" @@ -138,7 +138,7 @@ hex-literal = "1.0" itertools = "0.14.0" serde_json = "1.0.50" testresult = "0.4.1" -tor-basic-utils = { version = "0.34.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.35.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 5c5441b5ca..cde0afd066 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -35,20 +35,20 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } filetime = { version = "0.2", default-features = false } -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0", features = ["walkdir"] } -fslock-guard = { path = "../fslock-guard", version = "0.3.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0", features = ["walkdir"] } +fslock-guard = { path = "../fslock-guard", version = "0.4.0", optional = true } futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } paste = "1" sanitize-filename = "0.6.0" 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.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0", features = ["tracing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0", features = ["tracing"] } tracing = "0.1.36" void = "1" @@ -58,7 +58,7 @@ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } humantime = "2" itertools = "0.14.0" tempfile = "3" -test-temp-dir = { version = "0.4.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.5.0", path = "../test-temp-dir" } tracing-test = "0.2.4" [package.metadata.docs.rs] diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index c673c77d95..d355959dca 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -84,7 +84,7 @@ amplify = { version = "4", default-features = false, features = ["derive"] } asynchronous-codec = "0.7.0" bitvec = "1.0.1" bytes = "1" -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } cfg-if = "1.0.0" cipher = { version = "0.4.1", features = ["zeroize"] } coarsetime = "0.1.20" @@ -102,14 +102,14 @@ hmac = "0.12.0" itertools = "0.14.0" maybenot = { version = "2.2.1", optional = true } nonany = "0.3" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" polyval = { version = "0.6", optional = true } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" rand_core = "0.9.3" -safelog = { path = "../safelog", version = "0.5.0" } -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +safelog = { path = "../safelog", version = "0.6.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } smallvec = { version = "1.10", features = ["const_generics"] } static_assertions = "1" subtle = "2" @@ -117,23 +117,23 @@ sync_wrapper = "1.0.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.34.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-bytes = { path = "../tor-bytes", version = "0.34.0" } -tor-cell = { path = "../tor-cell", version = "0.34.0" } -tor-cert = { path = "../tor-cert", version = "0.34.0" } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-config = { path = "../tor-config", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.34.0", features = ["memquota-memcost"], optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0", features = ["memquota-memcost"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.34.0" } -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false } -tor-protover = { version = "0.34.0", path = "../tor-protover" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.34.0" } -tor-units = { path = "../tor-units", version = "0.34.0", features = ["memquota-memcost"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-bytes = { path = "../tor-bytes", version = "0.35.0" } +tor-cell = { path = "../tor-cell", version = "0.35.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0" } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-config = { path = "../tor-config", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.35.0", features = ["memquota-memcost"], optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0", features = ["memquota-memcost"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.35.0" } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false } +tor-protover = { version = "0.35.0", path = "../tor-protover" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.35.0" } +tor-units = { path = "../tor-units", version = "0.35.0", features = ["memquota-memcost"] } tracing = "0.1.36" typenum = "1.12" visibility = { version = "0.1.0" } @@ -152,7 +152,7 @@ itertools = "0.14.0" regex = { version = "1", default-features = false, features = ["std"] } statrs = "0.18.0" tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [[bench]] diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index d32f9abe03..ccaf9f9a00 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -12,11 +12,11 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } paste = "1" serde_with = { version = "3.0.0", optional = true } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.34.0", optional = true } +tor-bytes = { path = "../tor-bytes", version = "0.35.0", optional = true } [features] default = [] diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index 51efcbe10d..7da5c1576f 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -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.11.0", path = "../fs-mistrust" } +fs-mistrust = { version = "0.12.0", path = "../fs-mistrust" } futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.34.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-chanmgr = { version = "0.34.0", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.34.0", path = "../tor-config" } -tor-config-path = { version = "0.34.0", path = "../tor-config-path" } -tor-error = { version = "0.34.0", path = "../tor-error", features = ["tracing"] } -tor-linkspec = { version = "0.34.0", path = "../tor-linkspec", features = ["pt-client"] } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } -tor-socksproto = { version = "0.34.0", path = "../tor-socksproto" } +tor-async-utils = { version = "0.35.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-chanmgr = { version = "0.35.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.35.0", path = "../tor-config" } +tor-config-path = { version = "0.35.0", path = "../tor-config-path" } +tor-error = { version = "0.35.0", path = "../tor-error", features = ["tracing"] } +tor-linkspec = { version = "0.35.0", path = "../tor-linkspec", features = ["pt-client"] } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } +tor-socksproto = { version = "0.35.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.34.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.20" [[example]] diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml index 58d4efc2b7..315bddbfcc 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.85.1" @@ -27,13 +27,13 @@ full = [ derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } humantime = "2" -tor-cert = { path = "../tor-cert", version = "0.34.0", features = ["encode"] } -tor-checkable = { path = "../tor-checkable", version = "0.34.0" } -tor-error = { path = "../tor-error", version = "0.34.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.34.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.34.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.34.0" } -tor-persist = { path = "../tor-persist", version = "0.34.0" } +tor-cert = { path = "../tor-cert", version = "0.35.0", features = ["encode"] } +tor-checkable = { path = "../tor-checkable", version = "0.35.0" } +tor-error = { path = "../tor-error", version = "0.35.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.35.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.35.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.35.0" } +tor-persist = { path = "../tor-persist", version = "0.35.0" } [dev-dependencies] -tor-keymgr = { version = "0.34.0", path = "../tor-keymgr", features = ["testing"] } +tor-keymgr = { version = "0.35.0", path = "../tor-keymgr", features = ["testing"] } diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml index 12e7c323fe..8d08c0dd99 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.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -31,16 +31,16 @@ __is_experimental = [] [dependencies] rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-geoip = { path = "../tor-geoip", version = "0.34.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.34.0" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-geoip = { path = "../tor-geoip", version = "0.35.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.35.0" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.0" } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34" } -tor-netdir = { path = "../tor-netdir", version = "0.34.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.34.0", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35" } +tor-netdir = { path = "../tor-netdir", version = "0.35.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.35.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 e80e1058cf..4a3e7340dc 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.34.0" +version = "0.35.0" edition = "2024" rust-version = "1.85.1" authors = ["The Tor Project, Inc."] @@ -35,20 +35,20 @@ base16ct = { version = "0.3", features = ["alloc"] } cfg-if = "1.0.0" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.11.0" } -fslock-guard = { path = "../fslock-guard", version = "0.3.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.12.0" } +fslock-guard = { path = "../fslock-guard", version = "0.4.0", optional = true } rand = { version = "0.9.1" } -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" subtle = "2.6" thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] } toml = "0.9.5" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-config-path = { path = "../tor-config-path", version = "0.34.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-config-path = { path = "../tor-config-path", version = "0.35.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", optional = true } tracing = "0.1.36" zeroize = "1" diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml index 33249dedc4..f15654f71c 100644 --- a/crates/tor-rpcbase/Cargo.toml +++ b/crates/tor-rpcbase/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpcbase" -version = "0.34.0" +version = "0.35.0" edition = "2024" rust-version = "1.85.1" authors = ["The Tor Project, Inc.", "eta "] @@ -22,8 +22,8 @@ inventory = "0.3.5" paste = "1" serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.34.0" } -tor-error = { path = "../tor-error/", version = "0.34.0", features = ["rpc"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.35.0" } +tor-error = { path = "../tor-error/", version = "0.35.0", features = ["rpc"] } typetag = "0.2.7" void = "1" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 8f2deec399..52c96d5363 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -87,8 +87,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.34.0", path = "../tor-error" } -tor-general-addr = { version = "0.34.0", path = "../tor-general-addr" } +tor-error = { version = "0.35.0", path = "../tor-error" } +tor-general-addr = { version = "0.35.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index fee4521dfa..d7e0ad99c7 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -21,15 +21,15 @@ educe = "0.4.22" futures = "0.3.14" humantime = "2" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.3.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.4.0" } pin-project = "1" priority-queue = "2.0.3" -slotmap-careful = { path = "../slotmap-careful", version = "0.3.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.4.0" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-error = { version = "0.34.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.34.0", path = "../tor-general-addr" } -tor-rtcompat = { version = "0.34.0", path = "../tor-rtcompat" } +tor-error = { version = "0.35.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.35.0", path = "../tor-general-addr" } +tor-rtcompat = { version = "0.35.0", path = "../tor-rtcompat" } tracing = "0.1.36" tracing-test = "0.2.4" void = "1" @@ -37,9 +37,9 @@ void = "1" [dev-dependencies] futures-await-test = "0.3.0" rand = "0.9.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.34.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.34.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.34.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.35.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.35.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.35.0", features = ["tokio", "native-tls"] } [features] full = [ diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 43d6147559..c0d8965f7a 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.34.0" +version = "0.35.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2024" rust-version = "1.85.1" @@ -29,14 +29,14 @@ full = [ [dependencies] amplify = { version = "4", default-features = false, features = ["derive"] } arbitrary = { version = "1.0.1", optional = true, features = ["derive"] } -caret = { path = "../caret", version = "0.6.0" } +caret = { path = "../caret", version = "0.7.0" } derive-deftly = { version = "~1.3.0", features = ["full", "beta"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.5.0" } +safelog = { path = "../safelog", version = "0.6.0" } subtle = "2" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.34.0", default-features = false } -tor-error = { path = "../tor-error", version = "0.34.0", default-features = false } +tor-bytes = { path = "../tor-bytes", version = "0.35.0", default-features = false } +tor-error = { path = "../tor-error", version = "0.35.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 e7064d9c1f..6fe6d98cbd 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.34.0" +version = "0.35.0" authors = ["Dennis Jackson "] edition = "2024" rust-version = "1.85.1" @@ -17,7 +17,7 @@ derive-deftly = { version = "1.3.0", optional = true } derive_more = { version = "2.0.1", features = ["full"] } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-memquota = { version = "0.34.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.35.0", path = "../tor-memquota", default-features = false, optional = true } [dev-dependencies] float-cmp = "0.10.0" -- GitLab From c71b2076b2b59276b4866aab4e7c671232072ccf Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Thu, 2 Oct 2025 11:06:09 -0400 Subject: [PATCH 2/3] release: Bump versions in examples/ and maint/ --- Cargo.lock | 2 +- examples/axum/axum-hello-world/Cargo.toml | 10 +++++----- examples/download-manager/Cargo.toml | 4 ++-- examples/gsoc2023/connection-checker/Cargo.toml | 8 ++++---- examples/gsoc2023/dns-resolver/Cargo.toml | 2 +- examples/gsoc2023/obfs4-checker/Cargo.toml | 12 ++++++------ examples/gsoc2023/pt-proxy/Cargo.toml | 10 +++++----- examples/hyper-examples/Cargo.toml | 10 +++++----- examples/ureq-examples/Cargo.toml | 2 +- maint/keygen-openssh-test/Cargo.toml | 6 +++--- 10 files changed, 33 insertions(+), 33 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8cdcdf08f2..f29f83b09f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "keygen-openssh-test" -version = "0.1.0" +version = "0.2.0" dependencies = [ "base32", "clap", diff --git a/examples/axum/axum-hello-world/Cargo.toml b/examples/axum/axum-hello-world/Cargo.toml index 0ad33bd7c4..6f34af1877 100644 --- a/examples/axum/axum-hello-world/Cargo.toml +++ b/examples/axum/axum-hello-world/Cargo.toml @@ -9,19 +9,19 @@ publish = false [dependencies] anyhow = "1.0.75" -arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ +arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "onion-service-service", ] } axum = { version = "0.8.1", features = ["tracing"] } futures = "0.3.14" hyper = { version = "1", features = ["http1", "server"] } hyper-util = { version = "0.1.1", features = ["tokio"] } -safelog = { path = "../../../crates/safelog", version = "0.5" } +safelog = { path = "../../../crates/safelog", version = "0.6" } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] } tokio-util = "0.7.10" -tor-cell = { path = "../../../crates/tor-cell", version = "0.34" } -tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.34" } -tor-proto = { path = "../../../crates/tor-proto", version = "0.34" } +tor-cell = { path = "../../../crates/tor-cell", version = "0.35" } +tor-hsservice = { path = "../../../crates/tor-hsservice", version = "0.35" } +tor-proto = { path = "../../../crates/tor-proto", version = "0.35" } tower = { version = "0.5.1", features = ["util", "tracing"] } tracing-subscriber = "0.3.20" diff --git a/examples/download-manager/Cargo.toml b/examples/download-manager/Cargo.toml index f1a26dd342..da3129cd9d 100644 --- a/examples/download-manager/Cargo.toml +++ b/examples/download-manager/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] anyhow = { version = "1.0.95" } -arti-client = { path = "../../crates/arti-client", version = "0.34" } +arti-client = { path = "../../crates/arti-client", version = "0.35" } clap = { version = "4.5.26", features = ["derive"] } futures = { version = "0.3.31" } hex = "0.4" @@ -24,7 +24,7 @@ tokio = { version = "1.43.0", features = [ "fs", ] } tokio-native-tls = "0.3.1" -tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.34" } +tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.35" } tracing = { version = "0.1.41" } tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } diff --git a/examples/gsoc2023/connection-checker/Cargo.toml b/examples/gsoc2023/connection-checker/Cargo.toml index 54c00c6e31..cc6971086f 100644 --- a/examples/gsoc2023/connection-checker/Cargo.toml +++ b/examples/gsoc2023/connection-checker/Cargo.toml @@ -8,12 +8,12 @@ publish = false [dependencies] anyhow = "1.0.72" -arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [ "bridge-client", "pt-client", "experimental-api" ] } +arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [ "bridge-client", "pt-client", "experimental-api" ] } clap = { version = "4.3.21", features = ["derive", "wrap_help"] } tokio = { version = "1.7", features = ["full"] } -tor-error = { path = "../../../crates/tor-error", version = "0.34" } -tor-proto = { path = "../../../crates/tor-proto", version = "0.34", features = ["experimental-api", "stream-ctrl"] } -tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34" } +tor-error = { path = "../../../crates/tor-error", version = "0.35" } +tor-proto = { path = "../../../crates/tor-proto", version = "0.35", features = ["experimental-api", "stream-ctrl"] } +tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35" } tracing = "0.1" tracing-subscriber = "0.3.20" diff --git a/examples/gsoc2023/dns-resolver/Cargo.toml b/examples/gsoc2023/dns-resolver/Cargo.toml index a245482f74..fd82641c0c 100644 --- a/examples/gsoc2023/dns-resolver/Cargo.toml +++ b/examples/gsoc2023/dns-resolver/Cargo.toml @@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0" [dependencies] anyhow = "1.0.72" # Use latest arti-client from GitLab to connect to Tor network -arti-client = { path = "../../../crates/arti-client", version = "0.34", features = ["bridge-client"] } +arti-client = { path = "../../../crates/arti-client", version = "0.35", features = ["bridge-client"] } thiserror = "2" # Specify which async framework we wish to use tokio = { version = "1.7", features = ["full"] } diff --git a/examples/gsoc2023/obfs4-checker/Cargo.toml b/examples/gsoc2023/obfs4-checker/Cargo.toml index 7d4bc90550..3ad2855353 100644 --- a/examples/gsoc2023/obfs4-checker/Cargo.toml +++ b/examples/gsoc2023/obfs4-checker/Cargo.toml @@ -8,18 +8,18 @@ publish = false [dependencies] anyhow = "1.0.72" -arti-client = { path = "../../../crates/arti-client", version = "0.34", features = ["bridge-client", "pt-client", "experimental-api"] } +arti-client = { path = "../../../crates/arti-client", version = "0.35", features = ["bridge-client", "pt-client", "experimental-api"] } axum = "0.8.1" clap = { version = "4.3.21", features = ["derive", "wrap_help"] } futures = "0.3.28" serde = "1.0.180" time = { version = "0.3", features = ["serde"] } tokio = { version = "1.7", features = ["full"] } -tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.34", features = ["pt-client", "experimental-api"] } -tor-error = { path = "../../../crates/tor-error", version = "0.34" } -tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.34", features = ["full"] } -tor-proto = { path = "../../../crates/tor-proto", version = "0.34", features = [] } -tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34" } +tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.35", features = ["pt-client", "experimental-api"] } +tor-error = { path = "../../../crates/tor-error", version = "0.35" } +tor-guardmgr = { path = "../../../crates/tor-guardmgr", version = "0.35", features = ["full"] } +tor-proto = { path = "../../../crates/tor-proto", version = "0.35", features = [] } +tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35" } tracing-subscriber = "0.3.20" [features] diff --git a/examples/gsoc2023/pt-proxy/Cargo.toml b/examples/gsoc2023/pt-proxy/Cargo.toml index 86dd9f7491..9a24dc9a51 100644 --- a/examples/gsoc2023/pt-proxy/Cargo.toml +++ b/examples/gsoc2023/pt-proxy/Cargo.toml @@ -13,11 +13,11 @@ fast-socks5 = "0.10.0" thiserror = "2" tokio = { version = "1.7", features = ["full"] } tokio-stream = "0.1.14" -tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.34", features = ["pt-client"] } -tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.34" } -tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.34", features = [ "experimental-api"] } -tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.34", features = ["tokio", "native-tls"] } -tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.34" } +tor-chanmgr = { path = "../../../crates/tor-chanmgr", version = "0.35", features = ["pt-client"] } +tor-linkspec = { path = "../../../crates/tor-linkspec", version = "0.35" } +tor-ptmgr = { path = "../../../crates/tor-ptmgr", version = "0.35", features = [ "experimental-api"] } +tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.35", features = ["tokio", "native-tls"] } +tor-socksproto = { path = "../../../crates/tor-socksproto", version = "0.35" } tracing-subscriber = "0.3.20" [features] diff --git a/examples/hyper-examples/Cargo.toml b/examples/hyper-examples/Cargo.toml index 6b7bd723b3..a11eee359e 100644 --- a/examples/hyper-examples/Cargo.toml +++ b/examples/hyper-examples/Cargo.toml @@ -18,18 +18,18 @@ full = [ [dependencies] anyhow = "1.0.97" -arti-client = { path = "../../crates/arti-client", version = "0.34", features = ["onion-service-service"] } +arti-client = { path = "../../crates/arti-client", version = "0.35", features = ["onion-service-service"] } futures = "0.3.14" http = "1.3.1" http-body-util = "0.1.0" hyper = { version = "1.6", features = ["http1", "client", "server"] } hyper-util = { version = "0.1.11", features = ["tokio"] } -safelog = { path = "../../crates/safelog", version = "0.5" } +safelog = { path = "../../crates/safelog", version = "0.6" } tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] } tokio-native-tls = "0.3.1" tokio-util = "0.7.10" -tor-cell = { path = "../../crates/tor-cell", version = "0.34" } -tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.34" } -tor-proto = { path = "../../crates/tor-proto", version = "0.34" } +tor-cell = { path = "../../crates/tor-cell", version = "0.35" } +tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.35" } +tor-proto = { path = "../../crates/tor-proto", version = "0.35" } tracing-subscriber = "0.3.20" webpki-roots = "1.0.2" diff --git a/examples/ureq-examples/Cargo.toml b/examples/ureq-examples/Cargo.toml index 82805bcbc0..42c1dbed3d 100644 --- a/examples/ureq-examples/Cargo.toml +++ b/examples/ureq-examples/Cargo.toml @@ -9,7 +9,7 @@ publish = false [dependencies] anyhow = "1.0.75" -arti-ureq = { path = "../../crates/arti-ureq", version = "0.34" } +arti-ureq = { path = "../../crates/arti-ureq", version = "0.35" } [features] full = ["arti-ureq/full"] diff --git a/maint/keygen-openssh-test/Cargo.toml b/maint/keygen-openssh-test/Cargo.toml index 1e704c6f49..843c3af107 100644 --- a/maint/keygen-openssh-test/Cargo.toml +++ b/maint/keygen-openssh-test/Cargo.toml @@ -15,9 +15,9 @@ clap = { version = "4.3.24", features = ["derive"] } rand = "0.9.1" rand_core = { version = "0.9.3", features = ["os_rng"] } ssh-key = { version = "0.6.1", features = ["dsa", "alloc", "rand_core", "std"] } -tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.34" } -tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.34", features = ["keymgr"] } -tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.34", features = ["relay", "rng-compat", "cvt-x25519"] } +tor-basic-utils = { path = "../../crates/tor-basic-utils", version = "0.35" } +tor-keymgr = { path = "../../crates/tor-keymgr", version = "0.35", features = ["keymgr"] } +tor-llcrypto = { path = "../../crates/tor-llcrypto", version = "0.35", features = ["relay", "rng-compat", "cvt-x25519"] } [features] full = ["tor-basic-utils/full", "tor-keymgr/full", "tor-llcrypto/full"] -- GitLab From 8d3b9f24c86c1d2acd6a2ec7815d3ffc1ce6cf5f Mon Sep 17 00:00:00 2001 From: Wesley Aptekar-Cassels Date: Thu, 2 Oct 2025 11:45:08 -0400 Subject: [PATCH 3/3] release: Update lockfiles. --- Cargo.lock | 2 +- crates/equix/bench/Cargo.lock | 4 ++-- crates/hashx/bench/Cargo.lock | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f29f83b09f..8cdcdf08f2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3273,7 +3273,7 @@ dependencies = [ [[package]] name = "keygen-openssh-test" -version = "0.2.0" +version = "0.1.0" dependencies = [ "base32", "clap", diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock index 619e31784c..4462babd6e 100644 --- a/crates/equix/bench/Cargo.lock +++ b/crates/equix/bench/Cargo.lock @@ -309,7 +309,7 @@ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" [[package]] name = "equix" -version = "0.3.0" +version = "0.4.0" dependencies = [ "arrayvec", "hashx", @@ -390,7 +390,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.4.0" +version = "0.5.0" dependencies = [ "arrayvec", "blake2", diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock index bfda1e9540..9602878f3e 100644 --- a/crates/hashx/bench/Cargo.lock +++ b/crates/hashx/bench/Cargo.lock @@ -369,7 +369,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.4.0" +version = "0.5.0" dependencies = [ "arrayvec", "blake2", -- GitLab