diff options
Diffstat (limited to 'crates')
53 files changed, 534 insertions, 520 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index afbda36ee..f491b47b7 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "1.4.5" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0" } +arti = { path = "../arti", version = "1.4.6" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.33.0" } clap = { version = "4.3.24", features = ["wrap_help"] } float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.10.0" } @@ -28,8 +28,8 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" tokio = { version = "1.7", features = ["full"] } tokio-socks = "0.5" -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index a22e5267f..5cde9f818 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -172,35 +172,35 @@ 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.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } 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.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.32.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-config-path = { path = "../tor-config-path", version = "0.32.0", features = ["arti-client"] } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.32.0", default-features = false, features = ["mmap"] } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.32.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.32.0" } -tor-hsclient = { path = "../tor-hsclient", version = "0.32.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.32.0", optional = true } -tor-keymgr = { path = "../tor-keymgr", version = "0.32.0", default-features = false } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-memquota = { path = "../tor-memquota", version = "0.32.0" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-persist = { path = "../tor-persist", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0" } -tor-ptmgr = { path = "../tor-ptmgr", version = "0.32.0", optional = true } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.32.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-config-path = { path = "../tor-config-path", version = "0.33.0", features = ["arti-client"] } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.33.0", default-features = false, features = ["mmap"] } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.33.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.33.0" } +tor-hsclient = { path = "../tor-hsclient", version = "0.33.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.33.0", optional = true } +tor-keymgr = { path = "../tor-keymgr", version = "0.33.0", default-features = false } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-memquota = { path = "../tor-memquota", version = "0.33.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-persist = { path = "../tor-persist", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0" } +tor-ptmgr = { path = "../tor-ptmgr", version = "0.33.0", optional = true } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.33.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1" @@ -220,8 +220,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ "macros", ] } toml = "0.8.8" -tor-relay-selection = { path = "../tor-relay-selection", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.0" tracing-test = "0.2.4" diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml index d946aa6b0..bf49803b9 100644 --- a/crates/arti-relay/Cargo.toml +++ b/crates/arti-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-relay" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.83" @@ -37,22 +37,22 @@ derive_more = { version = "2.0.1", features = ["full"] } directories = "6" fs-mistrust = { path = "../fs-mistrust", version = "0.10.0", features = ["serde"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-chanmgr = { path = "../tor-chanmgr", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-config-path = { path = "../tor-config-path", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.32.0", features = ["keymgr", "ephemeral-keystore"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-memquota = { version = "0.32.0", path = "../tor-memquota" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0", features = ["tokio"] } -tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["rustls", "tokio"] } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-config-path = { path = "../tor-config-path", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.33.0", features = ["keymgr", "ephemeral-keystore"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-memquota = { version = "0.33.0", path = "../tor-memquota" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0", features = ["tokio"] } +tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["rustls", "tokio"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index 31c7fda4f..264a1febb 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -28,10 +28,10 @@ rand = "0.9.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "2" -tor-config-path = { version = "0.32.0", path = "../tor-config-path", features = ["arti-client"] } -tor-error = { version = "0.32.0", path = "../tor-error", default-features = false } -tor-rpc-connect = { version = "0.32.0", path = "../tor-rpc-connect", features = ["rpc-client"] } -tor-socksproto = { path = "../tor-socksproto", version = "0.32.0", default-features = false, features = [ +tor-config-path = { version = "0.33.0", path = "../tor-config-path", features = ["arti-client"] } +tor-error = { version = "0.33.0", path = "../tor-error", default-features = false } +tor-rpc-connect = { version = "0.33.0", path = "../tor-rpc-connect", features = ["rpc-client"] } +tor-socksproto = { path = "../tor-socksproto", version = "0.33.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.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } [features] full = [ diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index ea72834d9..49ed015c3 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.32.0" +version = "0.33.0" edition = "2021" rust-version = "1.83" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -34,7 +34,7 @@ weakref = ["__is_experimental"] __is_experimental = [] [dependencies] -arti-client = { path = "../arti-client", version = "0.32.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.33.0", features = ["rpc"] } async-trait = "0.1.54" asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" @@ -51,14 +51,14 @@ serde_json = "1.0.50" slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["kmac"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0", features = ["stream-ctrl"] } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.32.0" } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0", features = ["stream-ctrl"] } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.33.0" } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.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.32.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 9bb62cc36..8955d0556 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -25,22 +25,22 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.4.5" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "1.4.6" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.33.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.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.32.0", features = ["dirfilter"] } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.32.0", features = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.33.0", features = ["dirfilter"] } +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.33.0", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } [package.metadata.docs.rs] diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml index db8a7bce3..23fdff9ea 100644 --- a/crates/arti-ureq/Cargo.toml +++ b/crates/arti-ureq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-ureq" -version = "0.32.0" +version = "0.33.0" edition = "2021" 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.32.0" } +arti-client = { path = "../arti-client", version = "0.33.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.32.0" } -tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.32.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.33.0" } ureq = { version = "~3.0.11", default-features = false, features = ["rustls-no-provider", "platform-verifier"] } [dev-dependencies] diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 8e275b6cd..789ca1290 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.4.5" +version = "1.4.6" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -146,10 +146,10 @@ dialoguer = [] [dependencies] anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.33.0", default-features = false, features = [ "anyhow", ] } -arti-rpcserver = { path = "../arti-rpcserver", version = "0.32.0", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.33.0", optional = true } async-ctrlc = { version = "1.2.0", optional = true } async-signal = { version = "0.2.10", optional = true } cfg-if = "1.0.0" @@ -173,7 +173,7 @@ rustls-crate = { package = "rustls", version = "0.23.5", optional = true, defaul "logging", "ring", ] } -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } secmem-proc = { version = "0.3.4", optional = true } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" @@ -181,20 +181,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.8.8" -tor-async-utils = { path = "../tor-async-utils", version = "0.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-config-path = { path = "../tor-config-path", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", default-features = false, features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.32.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.32.0", optional = true } -tor-key-forge = { path = "../tor-key-forge", version = "0.32.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.32.0" } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.32.0", optional = true, features = ["rpc-server"] } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.32.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.32.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-config-path = { path = "../tor-config-path", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", default-features = false, features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.33.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.33.0", optional = true } +tor-key-forge = { path = "../tor-key-forge", version = "0.33.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.33.0" } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.33.0", optional = true, features = ["rpc-server"] } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.33.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", default-features = false } +tor-socksproto = { path = "../tor-socksproto", version = "0.33.0" } tracing = "0.1.36" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } @@ -202,7 +202,7 @@ tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } visibility = { version = "0.1.0", optional = true } [dev-dependencies] -arti-client = { package = "arti-client", path = "../arti-client", version = "0.32.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.33.0", default-features = false, features = [ "testing", ] } assert_cmd = "2.0.17" @@ -213,10 +213,10 @@ regex = { version = "1", default-features = false, features = ["std"] } serde_json = "1.0.50" tempfile = "3" test-temp-dir = { version = "0.3.5", path = "../test-temp-dir" } -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-config = { path = "../tor-config", version = "0.32.0", features = ["testing"] } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false, features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-config = { path = "../tor-config", version = "0.33.0", features = ["testing"] } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false, features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } trycmd = "0.15.4" [package.metadata.docs.rs] all-features = true diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock index ce23f6dbf..bb91f074e 100644 --- a/crates/equix/bench/Cargo.lock +++ b/crates/equix/bench/Cargo.lock @@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.29" +version = "1.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" +checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" dependencies = [ "jobserver", "libc", @@ -166,18 +166,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.40" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.40" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstyle", "clap_lex", @@ -393,7 +393,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.3.3" +version = "0.3.4" dependencies = [ "arrayvec", "blake2", @@ -496,7 +496,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -519,9 +519,9 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memmap2" -version = "0.9.5" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" dependencies = [ "libc", ] @@ -608,9 +608,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" +checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" dependencies = [ "proc-macro2", "syn", @@ -664,9 +664,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha", "rand_core", @@ -802,9 +802,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", @@ -868,7 +868,7 @@ dependencies = [ [[package]] name = "tor-c-equix" version = "0.2.0" -source = "git+https://gitlab.torproject.org/tpo/core/tor.git#13f780ac4cd637b890a3c9799176f51a0e71ea45" +source = "git+https://gitlab.torproject.org/tpo/core/tor.git#fec92363bac6e6e2ebe50e90b4078f6fc9554c6e" dependencies = [ "bindgen", "cc", @@ -1012,6 +1012,12 @@ dependencies = [ ] [[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] name = "windows-sys" version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1026,7 +1032,7 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -1047,10 +1053,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.2" +version = "0.53.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" dependencies = [ + "windows-link", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml index bc09a44cc..657875131 100644 --- a/crates/hashx/Cargo.toml +++ b/crates/hashx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashx" -version = "0.3.3" +version = "0.3.4" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock index 7dc940d62..87a09da83 100644 --- a/crates/hashx/bench/Cargo.lock +++ b/crates/hashx/bench/Cargo.lock @@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.29" +version = "1.2.31" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5c1599538de2394445747c8cf7935946e3cc27e9625f889d979bfb2aaf569362" +checksum = "c3a42d84bb6b69d3a8b3eaacf0d88f179e1929695e1ad012b6cf64d9caaa5fd2" dependencies = [ "jobserver", "libc", @@ -166,18 +166,18 @@ dependencies = [ [[package]] name = "clap" -version = "4.5.40" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f" +checksum = "ed87a9d530bb41a67537289bafcac159cb3ee28460e0a4571123d2a778a6a882" dependencies = [ "clap_builder", ] [[package]] name = "clap_builder" -version = "4.5.40" +version = "4.5.42" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e" +checksum = "64f4f3f3c77c94aff3c7e9aac9a2ca1974a5adf392a8bb751e827d6d127ab966" dependencies = [ "anstyle", "clap_lex", @@ -372,7 +372,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.3.3" +version = "0.3.4" dependencies = [ "arrayvec", "blake2", @@ -492,7 +492,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667" dependencies = [ "cfg-if", - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -515,9 +515,9 @@ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0" [[package]] name = "memmap2" -version = "0.9.5" +version = "0.9.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f" +checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28" dependencies = [ "libc", ] @@ -604,9 +604,9 @@ dependencies = [ [[package]] name = "prettyplease" -version = "0.2.35" +version = "0.2.36" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a" +checksum = "ff24dfcda44452b9816fff4cd4227e1bb73ff5a2f1bc1105aa92fb8565ce44d2" dependencies = [ "proc-macro2", "syn", @@ -660,9 +660,9 @@ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" [[package]] name = "rand" -version = "0.9.1" +version = "0.9.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97" +checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" dependencies = [ "rand_chacha", "rand_core", @@ -798,9 +798,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.140" +version = "1.0.142" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373" +checksum = "030fedb782600dcbd6f02d479bf0d817ac3bb40d644745b769d6a96bc3afc5a7" dependencies = [ "itoa", "memchr", @@ -864,7 +864,7 @@ dependencies = [ [[package]] name = "tor-c-equix" version = "0.2.0" -source = "git+https://gitlab.torproject.org/tpo/core/tor.git#13f780ac4cd637b890a3c9799176f51a0e71ea45" +source = "git+https://gitlab.torproject.org/tpo/core/tor.git#fec92363bac6e6e2ebe50e90b4078f6fc9554c6e" dependencies = [ "bindgen", "cc", @@ -997,6 +997,12 @@ dependencies = [ ] [[package]] +name = "windows-link" +version = "0.1.3" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" + +[[package]] name = "windows-sys" version = "0.59.0" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1011,7 +1017,7 @@ version = "0.60.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" dependencies = [ - "windows-targets 0.53.2", + "windows-targets 0.53.3", ] [[package]] @@ -1032,10 +1038,11 @@ dependencies = [ [[package]] name = "windows-targets" -version = "0.53.2" +version = "0.53.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef" +checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91" dependencies = [ + "windows-link", "windows_aarch64_gnullvm 0.53.0", "windows_aarch64_msvc 0.53.0", "windows_i686_gnu 0.53.0", diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml index 03c97b1fc..df778522e 100644 --- a/crates/safelog/Cargo.toml +++ b/crates/safelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safelog" -version = "0.4.7" +version = "0.4.8" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml index 411cbbfa3..d6d56ba49 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -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.32.0" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-rtcompat = { version = "0.33.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } [features] full = ["oneshot-fused-workaround/full"] diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index abb390943..bf6897040 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index 1a11e6537..e8532587b 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -16,10 +16,10 @@ bytes = "1" derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } digest = { version = "0.10.0", features = ["subtle", "mac"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.32.0", default-features = false } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0", optional = true } +tor-error = { path = "../tor-error", version = "0.33.0", default-features = false } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.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 18667df62..eef0b3139 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -61,16 +61,16 @@ paste = "1" rand = "0.9.1" smallvec = "1.10" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-cert = { path = "../tor-cert", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true, features = ["memquota-memcost"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.32.0", features = ["tor-bytes"] } -tor-units = { path = "../tor-units", version = "0.32.0", features = ["memquota-memcost"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-cert = { path = "../tor-cert", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true, features = ["memquota-memcost"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.33.0", features = ["tor-bytes"] } +tor-units = { path = "../tor-units", version = "0.33.0", features = ["memquota-memcost"] } void = "1" [dev-dependencies] diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 1fe4df8b2..5e1e46235 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -31,9 +31,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } [dev-dependencies] base64ct = "1.5.1" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 413ccd68f..af0906970 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -51,24 +51,24 @@ futures = "0.3.14" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.3" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-cell = { path = "../tor-cell", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } -tor-socksproto = { path = "../tor-socksproto", version = "0.32.0", default-features = false, features = [ +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-cell = { path = "../tor-cell", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } +tor-socksproto = { path = "../tor-socksproto", version = "0.33.0", default-features = false, features = [ "client-handshake", ] } -tor-units = { path = "../tor-units", version = "0.32.0" } +tor-units = { path = "../tor-units", version = "0.33.0" } tracing = "0.1.36" void = "1" @@ -77,10 +77,10 @@ float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "0.4" itertools = "0.14.0" -tor-cell = { path = "../tor-cell", version = "0.32.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.32.0", features = ["testing"] } -tor-proto = { path = "../tor-proto", version = "0.32.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-cell = { path = "../tor-cell", version = "0.33.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.33.0", features = ["testing"] } +tor-proto = { path = "../tor-proto", version = "0.33.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index fff939b71..4575001c3 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -21,7 +21,7 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.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 8347cbd06..18d18391b 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -83,27 +83,27 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0. pin-project = "1" rand = "0.9.1" retry-error = { path = "../retry-error", version = "0.6.5" } -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde = { version = "1.0.103", features = ["derive"] } static_assertions = "1" thiserror = "2" -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.32.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.32.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-persist = { path = "../tor-persist", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } -tor-units = { path = "../tor-units", version = "0.32.0" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.33.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.33.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-persist = { path = "../tor-persist", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } +tor-units = { path = "../tor-units", version = "0.33.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1.0" @@ -112,11 +112,11 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" hex = "0.4" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.32.0", features = ["testing", "vanguards"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.32.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.33.0", features = ["testing", "vanguards"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.33.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.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 0d06b6ab0..74b0c6e93 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -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.32.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.32.0", optional = true } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.33.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.8.8" -tor-config = { path = "../tor-config", version = "0.32.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index 9fee72f9d..19f5b2b7e 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -55,9 +55,9 @@ serde_ignored = "0.1.3" strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" toml = "0.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" void = "1" @@ -65,8 +65,8 @@ void = "1" serde_json = "1.0.50" tempfile = "3" test-temp-dir = { version = "0.3.5", path = "../test-temp-dir" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.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 cd6c4500c..0715dc2e6 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -23,6 +23,6 @@ __is_experimental = [] digest = "0.10.0" hex = "0.4" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index ddba5f589..475d14f0f 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -55,19 +55,19 @@ httpdate = "1.0" itertools = "0.14.0" memchr = "2.5" thiserror = "2" -tor-circmgr = { path = "../tor-circmgr", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index f17a395d1..f39619d54 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -79,7 +79,7 @@ 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.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } scopeguard = "1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" @@ -88,23 +88,23 @@ 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.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-consdiff = { path = "../tor-consdiff", version = "0.32.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.32.0", default-features = false } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.32.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-persist = { path = "../tor-persist", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-consdiff = { path = "../tor-consdiff", version = "0.33.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.33.0", default-features = false } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.33.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-persist = { path = "../tor-persist", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" [dev-dependencies] @@ -113,9 +113,9 @@ filetime = "0.2" float_eq = "1.0.0" hex-literal = "0.4" tempfile = "3" -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } tracing-test = "0.2.4" [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index 965fc710e..fbe46bffe 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.32.0" +version = "0.33.0" authors = ["Ian Jackson <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml index 3139b5a26..1ec92c041 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml index 6dc3106d4..4ca512c89 100644 --- a/crates/tor-geoip/Cargo.toml +++ b/crates/tor-geoip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-geoip" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] edition = "2021" rust-version = "1.83" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index ecb1e5d71..cf40690c8 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -74,25 +74,25 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0. pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } # for address pattern -tor-persist = { path = "../tor-persist", version = "0.32.0" } -tor-proto = { path = "../tor-proto", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0", optional = true } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0", optional = true } -tor-units = { path = "../tor-units", version = "0.32.0" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } # for address pattern +tor-persist = { path = "../tor-persist", version = "0.33.0" } +tor-proto = { path = "../tor-proto", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0", optional = true } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0", optional = true } +tor-units = { path = "../tor-units", version = "0.33.0" } tracing = "0.1.36" [dev-dependencies] @@ -101,11 +101,11 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.10.0" } serde_json = "1.0.50" tempfile = "3" toml = "0.8.8" -tor-netdir = { path = "../tor-netdir", version = "0.32.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-persist = { path = "../tor-persist", version = "0.32.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-persist = { path = "../tor-persist", version = "0.33.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 6f31aacb3..d5a7fc65c 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -65,43 +65,43 @@ oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0. postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.9.1" retry-error = { path = "../retry-error", version = "0.6.5" } -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-cell = { path = "../tor-cell", version = "0.32.0", features = ["hs"] } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-circmgr = { version = "0.32.0", path = "../tor-circmgr", features = ["hs-client"] } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.32.0", default-features = false, features = ["hs-client"] } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-hscrypto = { version = "0.32.0", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.32.0", path = "../tor-keymgr", default-features = false } -tor-linkspec = { version = "0.32.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto" } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-netdir = { version = "0.32.0", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0", features = ["hs-client"] } -tor-persist = { path = "../tor-persist", version = "0.32.0" } -tor-proto = { version = "0.32.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } -tor-protover = { version = "0.32.0", path = "../tor-protover" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-cell = { path = "../tor-cell", version = "0.33.0", features = ["hs"] } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-circmgr = { version = "0.33.0", path = "../tor-circmgr", features = ["hs-client"] } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.33.0", default-features = false, features = ["hs-client"] } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-hscrypto = { version = "0.33.0", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.33.0", path = "../tor-keymgr", default-features = false } +tor-linkspec = { version = "0.33.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } +tor-llcrypto = { version = "0.33.0", path = "../tor-llcrypto" } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-netdir = { version = "0.33.0", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0", features = ["hs-client"] } +tor-persist = { path = "../tor-persist", version = "0.33.0" } +tor-proto = { version = "0.33.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-protover = { version = "0.33.0", path = "../tor-protover" } +tor-rtcompat = { version = "0.33.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.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.32.0" } -tor-circmgr = { version = "0.32.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.32.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.32.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.32.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.33.0" } +tor-circmgr = { version = "0.33.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.33.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.33.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.33.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } tracing-test = "0.2.4" diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index e06d60452..953e41ca8 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -55,24 +55,24 @@ humantime = "2" itertools = "0.14.0" paste = "1" rand = "0.9.1" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde = { version = "1.0.103", features = ["derive"] } signature = "2" subtle = "2" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-bytes = { version = "0.32.0", path = "../tor-bytes" } -tor-error = { version = "0.32.0", path = "../tor-error" } -tor-key-forge = { version = "0.32.0", path = "../tor-key-forge" } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false, optional = true } -tor-units = { path = "../tor-units", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { version = "0.33.0", path = "../tor-bytes" } +tor-error = { version = "0.33.0", path = "../tor-error" } +tor-key-forge = { version = "0.33.0", path = "../tor-key-forge" } +tor-llcrypto = { version = "0.33.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false, optional = true } +tor-units = { path = "../tor-units", version = "0.33.0" } void = "1" zeroize = { version = "1", optional = true } [dev-dependencies] hex-literal = "0.4" -tor-basic-utils = { version = "0.32.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.33.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 784076db5..2afd53d42 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -51,19 +51,19 @@ itertools = "0.14.0" metrics = { version = "0.24.1", optional = true } oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.3" } rangemap = "1.3" -safelog = { version = "0.4.7", path = "../safelog" } +safelog = { version = "0.4.8", 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.32.0", path = "../tor-async-utils" } -tor-cell = { version = "0.32.0", path = "../tor-cell" } -tor-config = { version = "0.32.0", path = "../tor-config" } -tor-error = { version = "0.32.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.32.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.32.0" } -tor-proto = { version = "0.32.0", path = "../tor-proto", features = ["hs-service"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-cell = { version = "0.33.0", path = "../tor-cell" } +tor-config = { version = "0.33.0", path = "../tor-config" } +tor-error = { version = "0.33.0", path = "../tor-error" } +tor-hsservice = { path = "../tor-hsservice", version = "0.33.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.33.0" } +tor-proto = { version = "0.33.0", path = "../tor-proto", features = ["hs-service"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 5d77ebc10..88584f32f 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsservice" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -94,37 +94,37 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr rand = "0.9.1" rand_core = "0.9.3" retry-error = { version = "0.6.5", path = "../retry-error" } -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } 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.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-bytes = { version = "0.32.0", path = "../tor-bytes" } -tor-cell = { version = "0.32.0", path = "../tor-cell", features = ["hs"] } -tor-checkable = { version = "0.32.0", path = "../tor-checkable", optional = true } -tor-circmgr = { version = "0.32.0", path = "../tor-circmgr", features = ["hs-service"] } -tor-config = { version = "0.32.0", path = "../tor-config" } -tor-config-path = { version = "0.32.0", path = "../tor-config-path" } -tor-dirclient = { path = "../tor-dirclient", version = "0.32.0", default-features = false, features = ["hs-service"] } -tor-error = { version = "0.32.0", path = "../tor-error" } -tor-hscrypto = { version = "0.32.0", path = "../tor-hscrypto", features = ["ope"] } -tor-keymgr = { version = "0.32.0", path = "../tor-keymgr", features = ["keymgr"] } -tor-linkspec = { version = "0.32.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.32.0" } -tor-netdir = { version = "0.32.0", path = "../tor-netdir", features = ["hs-service"] } -tor-netdoc = { version = "0.32.0", path = "../tor-netdoc", features = ["hs-service"] } -tor-persist = { version = "0.32.0", path = "../tor-persist", features = ["state-dir"] } -tor-proto = { version = "0.32.0", path = "../tor-proto", features = [ +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { version = "0.33.0", path = "../tor-bytes" } +tor-cell = { version = "0.33.0", path = "../tor-cell", features = ["hs"] } +tor-checkable = { version = "0.33.0", path = "../tor-checkable", optional = true } +tor-circmgr = { version = "0.33.0", path = "../tor-circmgr", features = ["hs-service"] } +tor-config = { version = "0.33.0", path = "../tor-config" } +tor-config-path = { version = "0.33.0", path = "../tor-config-path" } +tor-dirclient = { path = "../tor-dirclient", version = "0.33.0", default-features = false, features = ["hs-service"] } +tor-error = { version = "0.33.0", path = "../tor-error" } +tor-hscrypto = { version = "0.33.0", path = "../tor-hscrypto", features = ["ope"] } +tor-keymgr = { version = "0.33.0", path = "../tor-keymgr", features = ["keymgr"] } +tor-linkspec = { version = "0.33.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } +tor-llcrypto = { version = "0.33.0", path = "../tor-llcrypto" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.33.0" } +tor-netdir = { version = "0.33.0", path = "../tor-netdir", features = ["hs-service"] } +tor-netdoc = { version = "0.33.0", path = "../tor-netdoc", features = ["hs-service"] } +tor-persist = { version = "0.33.0", path = "../tor-persist", features = ["state-dir"] } +tor-proto = { version = "0.33.0", path = "../tor-proto", features = [ "experimental-api", "hs-service", "send-control-msg", ] } -tor-protover = { version = "0.32.0", path = "../tor-protover" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.32.0" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } +tor-protover = { version = "0.33.0", path = "../tor-protover" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.33.0" } +tor-rtcompat = { version = "0.33.0", path = "../tor-rtcompat" } tracing = "0.1.36" void = "1" @@ -135,12 +135,12 @@ serde_json = "1.0.104" slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } tempfile = "3" test-temp-dir = { version = "0.3.5", path = "../test-temp-dir" } -tor-config = { version = "0.32.0", path = "../tor-config", features = ["testing"] } -tor-key-forge = { version = "0.32.0", path = "../tor-key-forge" } -tor-keymgr = { version = "0.32.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } -tor-netdir = { version = "0.32.0", path = "../tor-netdir", features = ["hs-service", "testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0", features = ["testing"] } -tor-persist = { version = "0.32.0", path = "../tor-persist", features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-config = { version = "0.33.0", path = "../tor-config", features = ["testing"] } +tor-key-forge = { version = "0.33.0", path = "../tor-key-forge" } +tor-keymgr = { version = "0.33.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } +tor-netdir = { version = "0.33.0", path = "../tor-netdir", features = ["hs-service", "testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0", features = ["testing"] } +tor-persist = { version = "0.33.0", path = "../tor-persist", features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.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 a0c1dd323..2d4b72a07 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.83" @@ -33,13 +33,13 @@ rand = "0.9.1" signature = "2" ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.32.0", default-features = false } -tor-cert = { path = "../tor-cert", version = "0.32.0", features = ["encode", "experimental-api"] } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-error = { version = "0.32.0", path = "../tor-error" } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0", default-features = false } +tor-cert = { path = "../tor-cert", version = "0.33.0", features = ["encode", "experimental-api"] } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-error = { version = "0.33.0", path = "../tor-error" } +tor-llcrypto = { version = "0.33.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-llcrypto = { version = "0.33.0", path = "../tor-llcrypto", features = ["testing"] } diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 7211a88d5..f5c2bb877 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -66,20 +66,20 @@ humantime = "2" inventory = "0.3.13" itertools = "0.14.0" rand = "0.9.1" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } 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.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0", default-features = false } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-config-path = { path = "../tor-config-path", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0", default-features = false } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-config-path = { path = "../tor-config-path", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.33.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.32.0" } -tor-cert = { path = "../tor-cert", version = "0.32.0", features = ["encode"] } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0", features = ["testing"] } -tor-llcrypto = { version = "0.32.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-cert = { path = "../tor-cert", version = "0.33.0", features = ["encode"] } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0", features = ["testing"] } +tor-llcrypto = { version = "0.33.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 25952f5e8..2e7015083 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -39,17 +39,17 @@ 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.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } 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.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.33.0" } [dev-dependencies] hex-literal = "0.4" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index feeb11290..a5b8bbe2c 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -58,7 +58,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.4.7", path = "../safelog" } +safelog = { version = "0.4.8", path = "../safelog" } serde = "1.0.103" sha1 = "0.10.0" sha2 = "0.10.0" @@ -66,7 +66,7 @@ sha3 = "0.10.6" signature = "2" subtle = "2" thiserror = "2" -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.33.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"] } @@ -77,7 +77,7 @@ cipher = "0.4.1" hex-literal = "0.4" rand = "0.9.1" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.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 9e476be8b..df6fc429c 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.83" @@ -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.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.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 232d3affe..5ce080ecf 100644 --- a/crates/tor-memquota/Cargo.toml +++ b/crates/tor-memquota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-memquota" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -26,23 +26,23 @@ slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } static_assertions = "1" sysinfo = "0.36.1" thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0", features = ["serde"] } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.32.0" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0", features = ["serde"] } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.33.0" } +tor-rtcompat = { version = "0.33.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.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } serde_json = "1.0.50" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-rtcompat = { version = "0.33.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } tracing-test = "0.2.4" [features] diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index f50774c8c..c27b4c5ae 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -62,15 +62,15 @@ static_assertions = "1" 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.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-geoip = { path = "../tor-geoip", version = "0.32.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0" } -tor-units = { path = "../tor-units", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-geoip = { path = "../tor-geoip", version = "0.33.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0" } +tor-units = { path = "../tor-units", version = "0.33.0" } tracing = "0.1.36" typed-index-collections = "3.2.3" visibility = { version = "0.1.0", optional = true } @@ -79,6 +79,6 @@ visibility = { version = "0.1.0", optional = true } float_eq = "1.0.0" hex = "0.4" hex-literal = "0.4" -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.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 27c672303..e6f34d7f0 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -111,17 +111,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.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-cell = { path = "../tor-cell", version = "0.32.0" } -tor-cert = { path = "../tor-cert", version = "0.32.0" } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0", optional = true } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-protover = { path = "../tor-protover", version = "0.32.0", features = ["serde"] } -tor-units = { version = "0.32.0", path = "../tor-units", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-cell = { path = "../tor-cell", version = "0.33.0" } +tor-cert = { path = "../tor-cert", version = "0.33.0" } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0", optional = true } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-protover = { path = "../tor-protover", version = "0.33.0", features = ["serde"] } +tor-units = { version = "0.33.0", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } void = "1" @@ -133,7 +133,7 @@ anyhow = "1.0.23" hex-literal = "0.4" itertools = "0.14.0" serde_json = "1.0.50" -tor-basic-utils = { version = "0.32.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.33.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 cca5788d9..e637b56d8 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -46,9 +46,9 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "2" time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0", features = ["tracing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0", features = ["tracing"] } tracing = "0.1.36" void = "1" diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 0247af2eb..b85c85195 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -99,7 +99,7 @@ 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.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } smallvec = "1.10" static_assertions = "1" @@ -108,23 +108,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.32.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-bytes = { path = "../tor-bytes", version = "0.32.0" } -tor-cell = { path = "../tor-cell", version = "0.32.0" } -tor-cert = { path = "../tor-cert", version = "0.32.0" } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-config = { path = "../tor-config", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.32.0", features = ["memquota-memcost"], optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0", features = ["memquota-memcost"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.32.0" } -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false } -tor-protover = { version = "0.32.0", path = "../tor-protover" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.32.0" } -tor-units = { path = "../tor-units", version = "0.32.0", features = ["memquota-memcost"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-bytes = { path = "../tor-bytes", version = "0.33.0" } +tor-cell = { path = "../tor-cell", version = "0.33.0" } +tor-cert = { path = "../tor-cert", version = "0.33.0" } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-config = { path = "../tor-config", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.33.0", features = ["memquota-memcost"], optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0", features = ["memquota-memcost"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.33.0" } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false } +tor-protover = { version = "0.33.0", path = "../tor-protover" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.33.0" } +tor-units = { path = "../tor-units", version = "0.33.0", features = ["memquota-memcost"] } tracing = "0.1.36" typenum = "1.12" visibility = { version = "0.1.0" } @@ -143,7 +143,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.32.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.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 eec203ec8..6da85966c 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -16,7 +16,7 @@ caret = { path = "../caret", version = "0.5.3" } paste = "1" serde_with = { version = "3.0.0", optional = true } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.32.0", optional = true } +tor-bytes = { path = "../tor-bytes", version = "0.33.0", optional = true } [features] default = [] diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index 5bf0b0c42..b188a827d 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -45,22 +45,22 @@ itertools = "0.14.0" oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.2.3" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.32.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-chanmgr = { version = "0.32.0", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.32.0", path = "../tor-config" } -tor-config-path = { version = "0.32.0", path = "../tor-config-path" } -tor-error = { version = "0.32.0", path = "../tor-error", features = ["tracing"] } -tor-linkspec = { version = "0.32.0", path = "../tor-linkspec", features = ["pt-client"] } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } -tor-socksproto = { version = "0.32.0", path = "../tor-socksproto" } +tor-async-utils = { version = "0.33.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-chanmgr = { version = "0.33.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.33.0", path = "../tor-config" } +tor-config-path = { version = "0.33.0", path = "../tor-config-path" } +tor-error = { version = "0.33.0", path = "../tor-error", features = ["tracing"] } +tor-linkspec = { version = "0.33.0", path = "../tor-linkspec", features = ["pt-client"] } +tor-rtcompat = { version = "0.33.0", path = "../tor-rtcompat" } +tor-socksproto = { version = "0.33.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.32.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.0" [[example]] diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml index 8b324118a..775ea3105 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.83" @@ -27,13 +27,13 @@ full = [ derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } humantime = "2" -tor-cert = { path = "../tor-cert", version = "0.32.0", features = ["encode"] } -tor-checkable = { path = "../tor-checkable", version = "0.32.0" } -tor-error = { path = "../tor-error", version = "0.32.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.32.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.32.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.32.0" } -tor-persist = { path = "../tor-persist", version = "0.32.0" } +tor-cert = { path = "../tor-cert", version = "0.33.0", features = ["encode"] } +tor-checkable = { path = "../tor-checkable", version = "0.33.0" } +tor-error = { path = "../tor-error", version = "0.33.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.33.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.33.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.33.0" } +tor-persist = { path = "../tor-persist", version = "0.33.0" } [dev-dependencies] -tor-keymgr = { version = "0.32.0", path = "../tor-keymgr", features = ["testing"] } +tor-keymgr = { version = "0.33.0", path = "../tor-keymgr", features = ["testing"] } diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml index 1233f4438..750e03cb3 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.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -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.32.0" } -tor-geoip = { path = "../tor-geoip", version = "0.32.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.32.0" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-geoip = { path = "../tor-geoip", version = "0.33.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.33.0" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.0" } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32" } -tor-netdir = { path = "../tor-netdir", version = "0.32.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.32.0", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33" } +tor-netdir = { path = "../tor-netdir", version = "0.33.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.33.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 279fd33f2..e91994171 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.32.0" +version = "0.33.0" edition = "2021" rust-version = "1.83" authors = ["The Tor Project, Inc."] @@ -38,17 +38,17 @@ derive_more = { version = "2.0.1", features = ["full"] } fs-mistrust = { path = "../fs-mistrust", version = "0.10.0" } fslock-guard = { path = "../fslock-guard", version = "0.2.4", optional = true } rand = { version = "0.9.1" } -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } 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.8.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.32.0" } -tor-config-path = { path = "../tor-config-path", version = "0.32.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-config-path = { path = "../tor-config-path", version = "0.33.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", optional = true } tracing = "0.1.36" zeroize = "1" diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml index b5249a83c..e2ae320d6 100644 --- a/crates/tor-rpcbase/Cargo.toml +++ b/crates/tor-rpcbase/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpcbase" -version = "0.32.0" +version = "0.33.0" edition = "2021" rust-version = "1.83" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -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.32.0" } -tor-error = { path = "../tor-error/", version = "0.32.0", features = ["rpc"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.33.0" } +tor-error = { path = "../tor-error/", version = "0.33.0", features = ["rpc"] } typetag = "0.2.7" void = "1" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index d4937b4f1..57bc392ca 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -81,8 +81,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.32.0", path = "../tor-error" } -tor-general-addr = { version = "0.32.0", path = "../tor-general-addr" } +tor-error = { version = "0.33.0", path = "../tor-error" } +tor-general-addr = { version = "0.33.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 df84b4c05..7f601b630 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -27,9 +27,9 @@ priority-queue = "2.0.3" slotmap-careful = { path = "../slotmap-careful", version = "0.2.5" } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-error = { version = "0.32.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.32.0", path = "../tor-general-addr" } -tor-rtcompat = { version = "0.32.0", path = "../tor-rtcompat" } +tor-error = { version = "0.33.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.33.0", path = "../tor-general-addr" } +tor-rtcompat = { version = "0.33.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.32.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.32.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.32.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.33.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.33.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.33.0", features = ["tokio", "native-tls"] } [features] full = [ diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 2ace08c17..687dec43c 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.32.0" +version = "0.33.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -32,11 +32,11 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] } caret = { path = "../caret", version = "0.5.3" } derive-deftly = { version = "~1.2.0", features = ["full", "beta"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.4.7" } +safelog = { path = "../safelog", version = "0.4.8" } subtle = "2" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.32.0", default-features = false } -tor-error = { path = "../tor-error", version = "0.32.0", default-features = false } +tor-bytes = { path = "../tor-bytes", version = "0.33.0", default-features = false } +tor-error = { path = "../tor-error", version = "0.33.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 158dae5d1..181dec150 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.32.0" +version = "0.33.0" authors = ["Dennis Jackson <[email protected]>"] edition = "2021" rust-version = "1.83" @@ -17,7 +17,7 @@ derive-deftly = { version = "1.2.0", optional = true } derive_more = { version = "2.0.1", features = ["full"] } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-memquota = { version = "0.32.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.33.0", path = "../tor-memquota", default-features = false, optional = true } [dev-dependencies] float-cmp = "0.10.0" |
