diff options
Diffstat (limited to 'crates')
70 files changed, 740 insertions, 741 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index ef7d38df4..aea67d6be 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -17,22 +17,22 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "2.4.0", features = ["experimental-api"] } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0" } +arti = { path = "../arti", version = "2.5.0", features = ["experimental-api"] } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0" } clap = { version = "4.3.24", features = ["wrap_help"] } float-ord = "0.3" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } futures = "0.3.14" rand = "0.10.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" tokio = { version = "1.47.1", features = ["full"] } tokio-socks = "0.5" -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [features] full = [ diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index b6b6dd999..6284e0a42 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -175,7 +175,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } dyn-clone = { version = "1.0.11", optional = true } educe = "0.4.22" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["serde"] } futures = "0.3.14" hostname-validator = "1.1.1" humantime = "2" @@ -184,44 +184,44 @@ libc = "0.2" once_cell = "1.9" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" time = { version = "0.3.47", features = ["parsing", "macros"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.43.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-config-path = { path = "../tor-config-path", version = "0.43.0", features = ["arti-client"] } -tor-dircommon = { path = "../tor-dircommon", version = "0.43.0" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.43.0", default-features = false, features = ["mmap"] } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.43.0" } -tor-hsclient = { path = "../tor-hsclient", version = "0.43.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.43.0", optional = true } -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", default-features = false } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-memquota = { path = "../tor-memquota", version = "0.43.0" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0" } -tor-ptmgr = { path = "../tor-ptmgr", version = "0.43.0", optional = true } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.43.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.44.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-config-path = { path = "../tor-config-path", version = "0.44.0", features = ["arti-client"] } +tor-dircommon = { path = "../tor-dircommon", version = "0.44.0" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.44.0", default-features = false, features = ["mmap"] } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.44.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.44.0" } +tor-hsclient = { path = "../tor-hsclient", version = "0.44.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.44.0", optional = true } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0", default-features = false } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-memquota = { path = "../tor-memquota", version = "0.44.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0" } +tor-ptmgr = { path = "../tor-ptmgr", version = "0.44.0", optional = true } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.44.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } # TODO wasm: Remove this once there is a supported wasm StateMgr. [target.'cfg(all(target_arch="wasm32", target_os="unknown"))'.dependencies] -tor-persist = { path = "../tor-persist", version = "0.43.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.44.0", features = ["testing"] } [dev-dependencies] anyhow = "1.0.23" @@ -237,8 +237,8 @@ tokio-crate = { package = "tokio", version = "1.47.1", features = [ "macros", ] } toml = "1.0.3" -tor-relay-selection = { path = "../tor-relay-selection", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.20" tracing-test = "0.2.4" diff --git a/crates/arti-dirauth/Cargo.toml b/crates/arti-dirauth/Cargo.toml index ea21cf320..6230e7ab5 100644 --- a/crates/arti-dirauth/Cargo.toml +++ b/crates/arti-dirauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-dirauth" -version = "0.43.0" +version = "0.44.0" authors = [ "The Tor Project, Inc.", "Ian Jackson <[email protected]>", @@ -21,8 +21,8 @@ full = ["tor-dirauth/full", "tor-netdoc/full"] __is_experimental = [] [dependencies] -tor-dirauth = { path = "../tor-dirauth", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["full", "incomplete"] } +tor-dirauth = { path = "../tor-dirauth", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["full", "incomplete"] } [dev-dependencies] diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml index d1ff64715..13c95e60e 100644 --- a/crates/arti-relay/Cargo.toml +++ b/crates/arti-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-relay" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.91" @@ -59,7 +59,7 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] } derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } directories = "6" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["serde"] } futures = "0.3.14" libc = "0.2" metrics-exporter-prometheus = { version = "0.18.0", optional = true, default-features = false, features = [ @@ -67,40 +67,41 @@ metrics-exporter-prometheus = { version = "0.18.0", optional = true, default-fea ] } rand = "0.10.1" rustls = { version = "0.23.5", default-features = false, features = ["logging", "aws_lc_rs"] } -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } smallvec = "1.10" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" tokio = { version = "1.47.1", features = ["signal"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.43.0", features = ["relay"] } -tor-circmgr = { version = "0.43.0", path = "../tor-circmgr", features = ["flowctl-cc"] } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-config-path = { path = "../tor-config-path", version = "0.43.0" } -tor-dircommon = { version = "0.43.0", path = "../tor-dircommon" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" } -tor-guardmgr = { version = "0.43.0", path = "../tor-guardmgr" } -tor-key-forge = { version = "0.43.0", path = "../tor-key-forge" } -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["keymgr", "experimental-api"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0", features = ["state-dir"] } -tor-proto = { path = "../tor-proto", version = "0.43.0", features = ["counter-galois-onion", "tokio", "flowctl-cc"] } -tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["rustls", "tokio", "tls-server"] } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.44.0", features = ["relay"] } +tor-circmgr = { version = "0.44.0", path = "../tor-circmgr", features = ["flowctl-cc"] } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-config-path = { path = "../tor-config-path", version = "0.44.0" } +tor-dircommon = { version = "0.44.0", path = "../tor-dircommon" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.44.0" } +tor-guardmgr = { version = "0.44.0", path = "../tor-guardmgr" } +tor-key-forge = { version = "0.44.0", path = "../tor-key-forge" } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0", features = ["keymgr", "experimental-api"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0", features = ["state-dir"] } +tor-proto = { path = "../tor-proto", version = "0.44.0", features = ["counter-galois-onion", "tokio", "flowctl-cc"] } +tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["rustls", "tokio", "tls-server"] } +tor-units = { path = "../tor-units", version = "0.44.0" } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["ephemeral-keystore", "testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0", features = ["ephemeral-keystore", "testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } + diff --git a/crates/arti-rpc-client-core/Cargo.toml b/crates/arti-rpc-client-core/Cargo.toml index e8df92e8d..68aac876c 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -17,11 +17,11 @@ crate-type = ["cdylib", "lib", "staticlib"] # staticlib needed for iOS + macOS [dependencies] -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } cfg-if = "1.0.0" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" -fs-mistrust = { version = "0.14.2", path = "../fs-mistrust" } +fs-mistrust = { version = "0.15.0", path = "../fs-mistrust" } memchr = "2.5" mio = { version = "1.1.1", features = ["net", "os-poll"] } paste = { version = "1.0.3", optional = true } @@ -30,10 +30,10 @@ rand = "0.10.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" thiserror = "2" -tor-config-path = { version = "0.43.0", path = "../tor-config-path", features = ["arti-client"] } -tor-error = { version = "0.43.0", path = "../tor-error", default-features = false } -tor-rpc-connect = { version = "0.43.0", path = "../tor-rpc-connect", features = ["rpc-client"] } -tor-socksproto = { path = "../tor-socksproto", version = "0.43.0", default-features = false, features = [ +tor-config-path = { version = "0.44.0", path = "../tor-config-path", features = ["arti-client"] } +tor-error = { version = "0.44.0", path = "../tor-error", default-features = false } +tor-rpc-connect = { version = "0.44.0", path = "../tor-rpc-connect", features = ["rpc-client"] } +tor-socksproto = { path = "../tor-socksproto", version = "0.44.0", default-features = false, features = [ "client-handshake", ] } void = "1" @@ -42,7 +42,7 @@ void = "1" assert_matches = "1.5.0" rand = "0.10.1" rand_chacha = "0.10.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } [features] full = [ diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index 1b9a7ad9f..5b3d0b028 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.43.0" +version = "0.44.0" edition = "2024" rust-version = "1.91" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -33,7 +33,7 @@ experimental = [] __is_experimental = [] [dependencies] -arti-client = { path = "../arti-client", version = "0.43.0", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.44.0", features = ["rpc"] } async-trait = "0.1.54" asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" @@ -42,22 +42,22 @@ derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } erased-serde = "0.4.2" futures = "0.3.14" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" rand = "0.10.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["kmac"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0", features = ["rpc", "stream-ctrl"] } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.43.0" } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0", features = ["rpc", "stream-ctrl"] } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.44.0" } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" @@ -65,8 +65,8 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 0a52e830a..c94579c54 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -25,21 +25,21 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "2.4.0", features = ["experimental-api"] } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "2.5.0", features = ["experimental-api"] } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.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.10.1" tokio = { version = "1.47.1", features = ["signal", "macros"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.43.0", features = ["dirfilter"] } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.43.0", features = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.44.0", features = ["dirfilter"] } +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.44.0", features = [ "experimental-api", ] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } [package.metadata.docs.rs] diff --git a/crates/arti-ureq/Cargo.toml b/crates/arti-ureq/Cargo.toml index 457c53af9..67735e8ee 100644 --- a/crates/arti-ureq/Cargo.toml +++ b/crates/arti-ureq/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-ureq" -version = "0.43.0" +version = "0.44.0" edition = "2024" rust-version = "1.91" authors = ["The Tor Project, Inc.", "Niel Duysters"] @@ -11,15 +11,15 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -arti-client = { path = "../arti-client", version = "0.43.0" } +arti-client = { path = "../arti-client", version = "0.44.0" } async-std = { version = "1.7.0", optional = true } educe = "0.4.6" futures = "0.3.14" thiserror = "2" tokio = { version = "1.47.1", optional = true } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-proto = { path = "../tor-proto", features = [ "stream-ctrl" ], version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", default-features = false, version = "0.44.0" } # We rely on some of the APIs in ureq::unversioned, which are allowed to have semver # breaks between minor releases of ureq. Therefore, we use a tilde here, so that # we will only get patchlevel updates. @@ -29,7 +29,7 @@ ureq = { version = "~3.3.0", default-features = false, features = ["rustls-no-pr [dev-dependencies] serde_json = "1.0.104" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } [features] default = ["native-tls", "tokio"] diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 2d062209f..ae76cbcbb 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "2.4.0" +version = "2.5.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -162,10 +162,10 @@ __is_experimental = [] [dependencies] anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0", default-features = false, features = [ "anyhow", ] } -arti-rpcserver = { path = "../arti-rpcserver", version = "0.43.0", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.44.0", optional = true } async-ctrlc = { version = "1.2.0", optional = true } async-signal = { version = "0.2.10", optional = true } base64ct = { version = "1.5.1", optional = true } @@ -174,9 +174,9 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] } console-subscriber = { version = "0.5.0", optional = true } derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_builder = { version = "0.11", package = "derive_builder_fork_arti" } -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } futures = "0.3.14" -futures-copy = { version = "0.3.0", path = "../futures-copy" } +futures-copy = { version = "0.4.0", path = "../futures-copy" } hickory-proto = { version = "0.26.1", optional = true } http = { version = "1.3.1", optional = true } humantime = "2" @@ -199,7 +199,7 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr rustls-crate = { package = "rustls", version = "0.23.5", optional = true, default-features = false, features = [ "logging", ] } -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } secmem-proc = { version = "0.3.4", optional = true } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" @@ -209,32 +209,32 @@ time = "0.3.47" tokio-crate = { package = "tokio", version = "1.47.1", optional = true, features = ["signal"] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } toml = "1.0.3" -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0", optional = true } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-config-path = { path = "../tor-config-path", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", default-features = false, features = ["tracing"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" } -tor-hsclient = { path = "../tor-hsclient", version = "0.43.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.43.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.43.0", optional = true } -tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.43.0", optional = true, features = ["rpc-server"] } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.43.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.43.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0", optional = true } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-config-path = { path = "../tor-config-path", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", default-features = false, features = ["tracing"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.44.0" } +tor-hsclient = { path = "../tor-hsclient", version = "0.44.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.44.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.44.0", optional = true } +tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-rpc-connect = { path = "../tor-rpc-connect", version = "0.44.0", optional = true, features = ["rpc-server"] } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.44.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", default-features = false } +tor-socksproto = { path = "../tor-socksproto", version = "0.44.0" } tracing = "0.1.36" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } tracing-opentelemetry = { version = "0.33.0", optional = true } tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } visibility = { version = "0.1.0", optional = true } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [target.'cfg(windows)'.dependencies] winapi = { version = "0.3.8", features = ["winerror"] } @@ -244,7 +244,7 @@ rlimit = "0.11.0" [dev-dependencies] amplify = { version = "4", default-features = false, features = ["derive"] } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0", default-features = false, features = [ "testing", ] } assert_cmd = "2.1.1" @@ -254,10 +254,10 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr regex = { version = "1", default-features = false, features = ["std"] } serde_json = "1.0.50" tempfile = "3" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-config = { path = "../tor-config", version = "0.43.0", features = ["testing"] } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false, features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-config = { path = "../tor-config", version = "0.44.0", features = ["testing"] } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false, features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } trycmd = "1.0.0" walkdir = "2" diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index 534a31486..9f889145f 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.9.0" +version = "0.10.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/equix/Cargo.toml b/crates/equix/Cargo.toml index 0228d9e59..dde54169a 100644 --- a/crates/equix/Cargo.toml +++ b/crates/equix/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "equix" -version = "0.6.2" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -31,7 +31,7 @@ __is_experimental = [] [dependencies] arrayvec = "0.7.4" -hashx = { path = "../hashx", version = "0.8.0", default-features = false } +hashx = { path = "../hashx", version = "0.9.0", default-features = false } num-traits = "0.2.15" thiserror = "2" visibility = "0.1.0" diff --git a/crates/equix/bench/Cargo.lock b/crates/equix/bench/Cargo.lock index 1a90ae32a..8a60590d6 100644 --- a/crates/equix/bench/Cargo.lock +++ b/crates/equix/bench/Cargo.lock @@ -25,9 +25,9 @@ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "arrayvec" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" [[package]] name = "autocfg" @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.11.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "blake2" @@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.63" +version = "1.2.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" +checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" dependencies = [ "find-msvc-tools", "jobserver", @@ -310,7 +310,7 @@ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" [[package]] name = "equix" -version = "0.6.2" +version = "0.7.0" dependencies = [ "arrayvec", "hashx", @@ -422,7 +422,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arrayvec", "blake2", @@ -475,13 +475,12 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" +checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" dependencies = [ "cfg-if", "futures-util", - "once_cell", "wasm-bindgen", ] @@ -521,21 +520,21 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "log" -version = "0.4.30" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "memchr" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" +checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "memmap2" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" +checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" dependencies = [ "libc", ] @@ -669,9 +668,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.45" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" dependencies = [ "proc-macro2", ] @@ -739,9 +738,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -762,9 +761,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rustc-hash" @@ -869,9 +868,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.117" +version = "2.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" dependencies = [ "proc-macro2", "quote", @@ -911,7 +910,7 @@ dependencies = [ [[package]] name = "tor-c-equix" version = "0.2.0" -source = "git+https://gitlab.torproject.org/tpo/core/tor.git#67cf46d3dbfa6e24958e4517b4d58edd381657ba" +source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4b996aa6469ac78fe746bcc8d6d8f100643e3c01" dependencies = [ "bindgen", "cc", @@ -958,18 +957,18 @@ dependencies = [ [[package]] name = "wasip2" -version = "1.0.3+wasi-0.2.9" +version = "1.0.4+wasi-0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" +checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" dependencies = [ "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" +checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" dependencies = [ "cfg-if", "once_cell", @@ -980,9 +979,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" +checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -990,9 +989,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" +checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" dependencies = [ "bumpalo", "proc-macro2", @@ -1003,18 +1002,18 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" +checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" dependencies = [ "unicode-ident", ] [[package]] name = "web-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" +checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" dependencies = [ "js-sys", "wasm-bindgen", @@ -1137,18 +1136,18 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "zerocopy" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" +checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" +checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" dependencies = [ "proc-macro2", "quote", diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml index 524010d40..c3e8cc6c2 100644 --- a/crates/fs-mistrust/Cargo.toml +++ b/crates/fs-mistrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-mistrust" -version = "0.14.2" +version = "0.15.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" license = "MIT OR Apache-2.0" diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml index 89cb35260..aafdbc781 100644 --- a/crates/fslock-guard/Cargo.toml +++ b/crates/fslock-guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fslock-guard" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" license = "MIT OR Apache-2.0" @@ -28,5 +28,5 @@ libc = "0.2" windows-sys = { version = "0.61", features = ["Win32_Storage_FileSystem", "Win32_Foundation"] } [dev-dependencies] -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } diff --git a/crates/futures-copy/Cargo.toml b/crates/futures-copy/Cargo.toml index 5d9ecc708..bfe4975c7 100644 --- a/crates/futures-copy/Cargo.toml +++ b/crates/futures-copy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "futures-copy" -version = "0.3.1" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -21,9 +21,9 @@ pin-project = "1" [dev-dependencies] tokio = { version = "1.47.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/hashx/Cargo.toml b/crates/hashx/Cargo.toml index 787278edf..80774e246 100644 --- a/crates/hashx/Cargo.toml +++ b/crates/hashx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "hashx" -version = "0.8.0" +version = "0.9.0" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/hashx/bench/Cargo.lock b/crates/hashx/bench/Cargo.lock index d384e9fb3..1e4272f4b 100644 --- a/crates/hashx/bench/Cargo.lock +++ b/crates/hashx/bench/Cargo.lock @@ -25,9 +25,9 @@ checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" [[package]] name = "arrayvec" -version = "0.7.6" +version = "0.7.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" +checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe" [[package]] name = "autocfg" @@ -60,9 +60,9 @@ dependencies = [ [[package]] name = "bitflags" -version = "2.11.1" +version = "2.13.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" +checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" [[package]] name = "blake2" @@ -102,9 +102,9 @@ checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" [[package]] name = "cc" -version = "1.2.63" +version = "1.2.65" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "556e016178bb5662a08681bbe0f00f8e17631781a4dfc8c45e466e4b185ec27f" +checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" dependencies = [ "find-msvc-tools", "jobserver", @@ -401,7 +401,7 @@ dependencies = [ [[package]] name = "hashx" -version = "0.8.0" +version = "0.9.0" dependencies = [ "arrayvec", "blake2", @@ -471,13 +471,12 @@ dependencies = [ [[package]] name = "js-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "142bc4740e452c1e57ade0cbc129f139c9093e354346f0872ef985f4f5cf5f11" +checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" dependencies = [ "cfg-if", "futures-util", - "once_cell", "wasm-bindgen", ] @@ -517,21 +516,21 @@ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" [[package]] name = "log" -version = "0.4.30" +version = "0.4.33" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "616ec5685824bcc94416c6d4a7a446eea774a31efd7062c8480ba6fd06d7a6e5" +checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" [[package]] name = "memchr" -version = "2.8.1" +version = "2.8.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6b947ae49db0d222b1dbc6b113ce7248a3fc3a6ca21b696717bfc000ba4484d8" +checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" [[package]] name = "memmap2" -version = "0.9.10" +version = "0.9.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" +checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0" dependencies = [ "libc", ] @@ -665,9 +664,9 @@ dependencies = [ [[package]] name = "quote" -version = "1.0.45" +version = "1.0.46" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" +checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" dependencies = [ "proc-macro2", ] @@ -735,9 +734,9 @@ dependencies = [ [[package]] name = "regex" -version = "1.12.3" +version = "1.12.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" +checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" dependencies = [ "aho-corasick", "memchr", @@ -758,9 +757,9 @@ dependencies = [ [[package]] name = "regex-syntax" -version = "0.8.10" +version = "0.8.11" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" +checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" [[package]] name = "rustc-hash" @@ -865,9 +864,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" [[package]] name = "syn" -version = "2.0.117" +version = "2.0.118" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" +checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" dependencies = [ "proc-macro2", "quote", @@ -907,7 +906,7 @@ dependencies = [ [[package]] name = "tor-c-equix" version = "0.2.0" -source = "git+https://gitlab.torproject.org/tpo/core/tor.git#67cf46d3dbfa6e24958e4517b4d58edd381657ba" +source = "git+https://gitlab.torproject.org/tpo/core/tor.git#4b996aa6469ac78fe746bcc8d6d8f100643e3c01" dependencies = [ "bindgen", "cc", @@ -943,18 +942,18 @@ dependencies = [ [[package]] name = "wasip2" -version = "1.0.3+wasi-0.2.9" +version = "1.0.4+wasi-0.2.12" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" +checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" dependencies = [ "wit-bindgen", ] [[package]] name = "wasm-bindgen" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3ed04576f974d2b2fba0f38c51dbc5518011e38c36bf1143164be765528fd409" +checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" dependencies = [ "cfg-if", "once_cell", @@ -965,9 +964,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "916151b09da36bd82f6615cbf3a419e2f0ba23a03c6160e8e92eb6bd4aa1dec6" +checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" dependencies = [ "quote", "wasm-bindgen-macro-support", @@ -975,9 +974,9 @@ dependencies = [ [[package]] name = "wasm-bindgen-macro-support" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "299047362ccbfce148b67ab7e73349f77748e00c8296f9542adfad2ad82c5c5e" +checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" dependencies = [ "bumpalo", "proc-macro2", @@ -988,18 +987,18 @@ dependencies = [ [[package]] name = "wasm-bindgen-shared" -version = "0.2.122" +version = "0.2.126" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "9a929b2c61f11ba3e9bc35b50c1f25cb38e0e892c0c231ae2b8cf78d5dad4437" +checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" dependencies = [ "unicode-ident", ] [[package]] name = "web-sys" -version = "0.3.99" +version = "0.3.103" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "6d621441cfc37b84979402712047321980c178f299193a3589d05b99e8763436" +checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" dependencies = [ "js-sys", "wasm-bindgen", @@ -1122,18 +1121,18 @@ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" [[package]] name = "zerocopy" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3b065d4f0e55f82fae73202e189638116a87c55ab6b8e6c2721e13dd9d854ad1" +checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" dependencies = [ "zerocopy-derive", ] [[package]] name = "zerocopy-derive" -version = "0.8.50" +version = "0.8.52" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0b631b19d36a892ab55420c92dbc83ccd79274f25be714855d3074aa71cab639" +checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" dependencies = [ "proc-macro2", "quote", diff --git a/crates/oneshot-fused-workaround/Cargo.toml b/crates/oneshot-fused-workaround/Cargo.toml index 38e2c9802..1d4b6ba7e 100644 --- a/crates/oneshot-fused-workaround/Cargo.toml +++ b/crates/oneshot-fused-workaround/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oneshot-fused-workaround" -version = "0.6.0" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index 9545a7472..e9859352f 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.12.0" +version = "0.13.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/safelog/Cargo.toml b/crates/safelog/Cargo.toml index 2b6ffe0e9..29b90bbbd 100644 --- a/crates/safelog/Cargo.toml +++ b/crates/safelog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "safelog" -version = "0.8.2" +version = "0.9.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/slotmap-careful/Cargo.toml b/crates/slotmap-careful/Cargo.toml index ce31dca43..e3ea29905 100644 --- a/crates/slotmap-careful/Cargo.toml +++ b/crates/slotmap-careful/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "slotmap-careful" -version = "0.7.0" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/test-temp-dir/Cargo.toml b/crates/test-temp-dir/Cargo.toml index 89aa830ac..bfe3d8e1d 100644 --- a/crates/test-temp-dir/Cargo.toml +++ b/crates/test-temp-dir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "test-temp-dir" -version = "0.7.0" +version = "0.8.0" # TODO make this 1.x. Let's say, do this in December 2024 or January 2025 authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"] edition = "2024" diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml index 0c5de7625..c5f250edd 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -30,22 +30,22 @@ cfg-if = "1.0.0" derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } educe = "0.4.22" futures = "0.3.14" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } sync_wrapper = "1.0.2" thiserror = "2" tokio = { version = "1.47.1", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } tracing = "0.1" void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] futures-await-test = "0.3.0" tokio = { version = "1.47.1", features = ["macros", "net", "rt", "rt-multi-thread", "time"] } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } visibility = "0.1.0" diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 8ca5b834d..1555383d2 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -26,7 +26,7 @@ smallvec = "1.10" thiserror = "2" tracing = "0.1" weak-table = "0.3.0" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] derive_more = { version = "2.0.1", features = ["full"] } diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index e53663556..8859ca567 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -16,10 +16,10 @@ bytes = "1" derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } digest = { version = "0.10.0", features = ["subtle", "mac"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.43.0", default-features = false } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", optional = true } +tor-error = { path = "../tor-error", version = "0.44.0", default-features = false } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.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 4105ad2f8..896aaa7d9 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -51,7 +51,7 @@ __is_experimental = [] amplify = { version = "4", default-features = false, features = ["derive"] } bitflags = "2" bytes = "1" -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } derive-deftly = "~1.11.3" derive_more = { version = "2.0.1", features = ["full"] } educe = "0.4.22" @@ -60,16 +60,16 @@ paste = "1.0.3" rand = "0.10.1" smallvec = "1.10" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true, features = ["memquota-memcost"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.43.0", features = ["tor-bytes"] } -tor-units = { path = "../tor-units", version = "0.43.0", features = ["memquota-memcost"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true, features = ["memquota-memcost"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.44.0", features = ["tor-bytes"] } +tor-units = { path = "../tor-units", version = "0.44.0", features = ["memquota-memcost"] } void = "1" [dev-dependencies] diff --git a/crates/tor-cert-x509/Cargo.toml b/crates/tor-cert-x509/Cargo.toml index 362004198..be1f83f98 100644 --- a/crates/tor-cert-x509/Cargo.toml +++ b/crates/tor-cert-x509/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert-x509" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -28,10 +28,10 @@ pem = { version = "3" } rand = { version = "0.10.1" } rsa = { version = "0.9.2", features = ["sha2"] } thiserror = "2" -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["rng-compat"] } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["rng-compat"] } x509-cert = { version = "0.2.5", features = ["builder", "hazmat"] } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index bf86e3328..77fbbcb1c 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -38,23 +38,23 @@ experimental-api = ["__is_experimental"] __is_experimental = [] [dependencies] -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" ecdsa = { version = "0.16.9", features = ["der", "pkcs8", "signing", "verifying"], optional = true } saturating-time = "0.4.0" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cert-x509 = { path = "../tor-cert-x509", version = "0.43.0", optional = true } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cert-x509 = { path = "../tor-cert-x509", version = "0.44.0", optional = true } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] base64ct = "1.5.1" hex-literal = "1.0" humantime = "2" rand = "0.10.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 29b70e19a..2c5651881 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -46,7 +46,7 @@ __is_experimental = [] [dependencies] async-trait = "0.1.54" base64ct = "1.8" -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } cfg-if = "1.0.0" derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } @@ -54,44 +54,44 @@ educe = "0.4.22" futures = "0.3.14" httparse = "1.10" metrics = { version = "0.24.6", optional = true } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } percent-encoding = "2.3.1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["keymgr"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } -tor-socksproto = { path = "../tor-socksproto", version = "0.43.0", default-features = false, features = [ +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0", features = ["keymgr"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-socksproto = { path = "../tor-socksproto", version = "0.44.0", default-features = false, features = [ "client-handshake", ] } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-units = { path = "../tor-units", version = "0.44.0" } tracing = "0.1.36" url = "2.5.8" void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] float_eq = "1.0.0" futures-await-test = "0.3.0" hex-literal = "1.0" itertools = "0.14.0" -tor-cell = { path = "../tor-cell", version = "0.43.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] } -tor-proto = { path = "../tor-proto", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.44.0", features = ["testing"] } +tor-proto = { path = "../tor-proto", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 854480f5c..3e8d5b279 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -21,8 +21,8 @@ __is_experimental = [] humantime = "2" signature = "2" thiserror = "2" -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.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 287c18980..6f7229eb7 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -86,46 +86,46 @@ futures = "0.3.14" humantime-serde = "1.1.1" itertools = "0.14.0" once_cell = "1" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" rand = "0.10.1" -retry-error = { path = "../retry-error", version = "0.12.0" } -safelog = { path = "../safelog", version = "0.8.2" } +retry-error = { path = "../retry-error", version = "0.13.0" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-dircommon = { path = "../tor-dircommon", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.43.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-dircommon = { path = "../tor-dircommon", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.44.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.44.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-units = { path = "../tor-units", version = "0.44.0" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1.0" weak-table = "0.3.0" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] futures-await-test = "0.3.0" hex = "0.4" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.43.0", features = ["testing", "vanguards"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.44.0", features = ["testing", "vanguards"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.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 c7bf57547..f36f5d995 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -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.43.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.43.0", optional = true } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.44.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 = "1.0.3" -tor-config = { path = "../tor-config", version = "0.43.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index e57cf5f3a..7ae1d1e3a 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -42,7 +42,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } educe = "0.4.22" either = "1" figment = { version = "0.10.18", features = ["toml"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } futures = "0.3.14" humantime-serde = "1.1.1" itertools = "0.14.0" @@ -56,9 +56,9 @@ serde_ignored = "0.1.3" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" toml = "1.0.3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" void = "1" @@ -66,9 +66,9 @@ void = "1" assert_matches = "1.5.0" serde_json = "1.0.50" tempfile = "3" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.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 c905341da..23d1854f2 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -26,14 +26,14 @@ hex = "0.4" imara-diff = "0.2.0" static_assertions = "1.1.0" thiserror = "2" -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } # TODO: Ideally, we would be able to compile without ns-vote. -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["incomplete"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["incomplete"] } [dev-dependencies] rand = "0.10.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dirauth/Cargo.toml b/crates/tor-dirauth/Cargo.toml index a5918ff9f..4431b4f2f 100644 --- a/crates/tor-dirauth/Cargo.toml +++ b/crates/tor-dirauth/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirauth" -version = "0.43.0" +version = "0.44.0" authors = [ "The Tor Project, Inc.", "Ian Jackson <[email protected]>", @@ -22,7 +22,7 @@ full = ["tor-netdoc/full"] __is_experimental = [] [dependencies] -tor-netdoc = { version = "0.43.0", path = "../tor-netdoc", features = ["full", "experimental"] } +tor-netdoc = { version = "0.44.0", path = "../tor-netdoc", features = ["full", "experimental"] } [dev-dependencies] diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index 48d4caca3..fc56a08b0 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -60,20 +60,20 @@ httpdate = "1.0" itertools = "0.14.0" memchr = "2.5" thiserror = "2" -tor-circmgr = { path = "../tor-circmgr", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] futures-await-test = "0.3.0" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-dircommon/Cargo.toml b/crates/tor-dircommon/Cargo.toml index 830034220..2625e99d3 100644 --- a/crates/tor-dircommon/Cargo.toml +++ b/crates/tor-dircommon/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dircommon" -version = "0.43.0" +version = "0.44.0" authors = [ "The Tor Project, Inc.", "Nick Mathewson <[email protected]>", @@ -22,12 +22,12 @@ getset = "0.1.6" humantime = "2" humantime-serde = "1.1.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } tracing = "0.1.41" [dev-dependencies] diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index a396b2776..20f756469 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -72,15 +72,15 @@ derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" educe = "0.4.22" event-listener = "5" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } -fslock-guard = { path = "../fslock-guard", version = "0.7.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } +fslock-guard = { path = "../fslock-guard", version = "0.8.0" } futures = "0.3.14" hex = "0.4" humantime = "2" humantime-serde = "1.1.1" itertools = "0.14.0" memmap2 = { version = "0.9.0", optional = true } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } paste = "1.0.3" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" @@ -89,7 +89,7 @@ rand = "0.10.1" # choose from for projects that directly or indirectly require different `libsqlite3-sys` versions. # When updating the minimum, consult the Arti Team before merging. rusqlite = { version = ">=0.36.0, <0.40.0", features = ["time"] } -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } scopeguard = "1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" @@ -98,27 +98,27 @@ static_assertions = "1" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" time = { version = "0.3.47", features = ["formatting", "parsing"] } -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-circmgr = { path = "../tor-circmgr", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-consdiff = { path = "../tor-consdiff", version = "0.43.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.43.0", default-features = false } -tor-dircommon = { path = "../tor-dircommon", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0", features = ["serde"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-consdiff = { path = "../tor-consdiff", version = "0.44.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.44.0", default-features = false } +tor-dircommon = { path = "../tor-dircommon", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-geoip = { path = "../tor-geoip", version = "0.44.0", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0", features = ["serde"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] anyhow = "1.0.23" @@ -126,7 +126,7 @@ filetime = "0.2" float_eq = "1.0.0" hex-literal = "1.0" tempfile = "3" -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } tracing-test = "0.2.4" diff --git a/crates/tor-dirpublish/Cargo.toml b/crates/tor-dirpublish/Cargo.toml index 397688779..14b314f3f 100644 --- a/crates/tor-dirpublish/Cargo.toml +++ b/crates/tor-dirpublish/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirpublish" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -33,15 +33,15 @@ event-listener = "5" futures = "0.3.14" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.1" } +safelog = { path = "../safelog", version = "0.9.0" } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.43.0", default-features = false } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.44.0", default-features = false } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } diff --git a/crates/tor-dirserver/Cargo.toml b/crates/tor-dirserver/Cargo.toml index 94e000bf0..a2844a785 100644 --- a/crates/tor-dirserver/Cargo.toml +++ b/crates/tor-dirserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirserver" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Clara Engler <[email protected]>"] edition = "2021" rust-version = "1.91" @@ -41,7 +41,7 @@ r2d2 = "0.8.10" # NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`. r2d2_sqlite = ">=0.29.0, <0.34.0" rand = "0.10.1" -retry-error = { version = "0.12.0", path = "../retry-error" } +retry-error = { version = "0.13.0", path = "../retry-error" } # NOTE: See the note for `rusqlite` in `../tor-dirmgr/Cargo.toml`. rusqlite = ">=0.36.0, <0.40.0" saturating-time = "0.4.0" @@ -49,14 +49,14 @@ strum = { version = "0.28.0", features = ["derive"] } thiserror = "2.0.16" tokio = { version = "1.47.1", features = ["full", "test-util"] } tokio-util = { version = "0.7.16", features = ["compat"] } -tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-dirclient = { version = "0.43.0", path = "../tor-dirclient" } -tor-dircommon = { version = "0.43.0", path = "../tor-dircommon" } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } -tor-netdoc = { version = "0.43.0", path = "../tor-netdoc", features = ["full", "experimental"] } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] } +tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-dirclient = { version = "0.44.0", path = "../tor-dirclient" } +tor-dircommon = { version = "0.44.0", path = "../tor-dircommon" } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto" } +tor-netdoc = { version = "0.44.0", path = "../tor-netdoc", features = ["full", "experimental"] } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat", features = [ "tokio", "native-tls", "rustls" ] } tracing = "0.1.41" weak-table = "0.3.2" zstd = "0.13.3" diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index 44c2ddc7f..c47dcd436 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.43.0" +version = "0.44.0" authors = ["Ian Jackson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -39,13 +39,13 @@ derive_more = { version = "2.0.1", features = ["full"] } futures = { version = "0.3", optional = true } http = { version = "1.3.1", optional = true } paste = "1.0.3" -retry-error = { path = "../retry-error", version = "0.12.0" } # WRONG should be 0.4.3 +retry-error = { path = "../retry-error", version = "0.13.0" } # WRONG should be 0.4.3 static_assertions = { version = "1", optional = true } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" tracing = { version = "0.1.36", optional = true } void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] anyhow = "1.0.72" diff --git a/crates/tor-general-addr/Cargo.toml b/crates/tor-general-addr/Cargo.toml index 84e8b0ae1..0e1b8c73d 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/tor-geoip/Cargo.toml b/crates/tor-geoip/Cargo.toml index 9c280216f..62d4db969 100644 --- a/crates/tor-geoip/Cargo.toml +++ b/crates/tor-geoip/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-geoip" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] edition = "2024" rust-version = "1.91" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index f5d7ffe77..1be6c58e4 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -72,44 +72,44 @@ humantime = "2" humantime-serde = "1.1.1" itertools = "0.14.0" num_enum = "0.7" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-dircommon = { path = "../tor-dircommon", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } # for address pattern -tor-persist = { path = "../tor-persist", version = "0.43.0" } -tor-proto = { path = "../tor-proto", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0", optional = true } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0", optional = true } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-dircommon = { path = "../tor-dircommon", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } # for address pattern +tor-persist = { path = "../tor-persist", version = "0.44.0" } +tor-proto = { path = "../tor-proto", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0", optional = true } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0", optional = true } +tor-units = { path = "../tor-units", version = "0.44.0" } tracing = "0.1.36" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] float_eq = "1.0.0" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } serde_json = "1.0.50" tempfile = "3" toml = "1.0.3" -tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index 7371ae556..081a7cebb 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -62,50 +62,50 @@ educe = "0.4.22" either = "1" futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" -retry-error = { path = "../retry-error", version = "0.12.0" } -safelog = { path = "../safelog", version = "0.8.2" } -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +retry-error = { path = "../retry-error", version = "0.13.0" } +safelog = { path = "../safelog", version = "0.9.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0", features = ["hs"] } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-circmgr = { version = "0.43.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-dirclient = { path = "../tor-dirclient", version = "0.43.0", default-features = false, features = ["hs-client"] } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-hscrypto = { version = "0.43.0", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.43.0", path = "../tor-keymgr", default-features = false } -tor-linkspec = { version = "0.43.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-netdir = { version = "0.43.0", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["hs-client"] } -tor-persist = { path = "../tor-persist", version = "0.43.0" } -tor-proto = { version = "0.43.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } -tor-protover = { version = "0.43.0", path = "../tor-protover" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0", features = ["hs"] } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-circmgr = { version = "0.44.0", path = "../tor-circmgr", features = ["hs-client", "send-control-msg"] } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-dirclient = { path = "../tor-dirclient", version = "0.44.0", default-features = false, features = ["hs-client"] } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-hscrypto = { version = "0.44.0", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.44.0", path = "../tor-keymgr", default-features = false } +tor-linkspec = { version = "0.44.0", path = "../tor-linkspec", features = ["decode", "verbatim"] } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-netdir = { version = "0.44.0", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["hs-client"] } +tor-persist = { path = "../tor-persist", version = "0.44.0" } +tor-proto = { version = "0.44.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-protover = { version = "0.44.0", path = "../tor-protover" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } tracing = "0.1.36" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] humantime = "2" tokio-crate = { package = "tokio", version = "1.47.1", features = ["full"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.43.0" } -tor-circmgr = { version = "0.43.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.43.0", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.44.0" } +tor-circmgr = { version = "0.44.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.44.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.44.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["testing"] } +tor-persist = { path = "../tor-persist", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } tracing-test = "0.2.4" [package.metadata.docs.rs] diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index a1fb66a40..a6010df9b 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -49,31 +49,31 @@ data-encoding = "2.3.1" derive-deftly = { version = "~1.11.3" } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" -equix = { path = "../equix", version = "0.6.0", optional = true } +equix = { path = "../equix", version = "0.7.0", optional = true } hex = "0.4" humantime = "2" itertools = "0.14.0" paste = "1.0.3" rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } signature = "2" subtle = "2" thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { version = "0.43.0", path = "../tor-bytes" } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-key-forge = { version = "0.43.0", path = "../tor-key-forge" } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false, optional = true } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { version = "0.44.0", path = "../tor-bytes" } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-key-forge = { version = "0.44.0", path = "../tor-key-forge" } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false, optional = true } +tor-units = { path = "../tor-units", version = "0.44.0" } void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } zeroize = { version = "1", optional = true } [dev-dependencies] hex-literal = "1.0" -tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.44.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 e244042c5..70db52573 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -41,25 +41,25 @@ __is_experimental = [] [dependencies] derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } futures = "0.3.14" -futures-copy = { version = "0.3.0", path = "../futures-copy" } +futures-copy = { version = "0.4.0", path = "../futures-copy" } # postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } itertools = "0.14.0" metrics = { version = "0.24.6", optional = true } -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } rangemap = "1.3" -safelog = { version = "0.8.2", path = "../safelog" } +safelog = { version = "0.9.0", path = "../safelog" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-cell = { version = "0.43.0", path = "../tor-cell" } -tor-config = { version = "0.43.0", path = "../tor-config" } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.43.0" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-proto = { version = "0.43.0", path = "../tor-proto", features = ["hs-service"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-cell = { version = "0.44.0", path = "../tor-cell" } +tor-config = { version = "0.44.0", path = "../tor-config" } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-hsservice = { path = "../tor-hsservice", version = "0.44.0" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-proto = { version = "0.44.0", path = "../tor-proto", features = ["hs-service"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 01e5fae21..e24b00581 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsservice" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -92,8 +92,8 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } digest = "0.10.0" educe = "0.4.22" -equix = { path = "../equix", version = "0.6.0", optional = true } -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["serde"] } +equix = { path = "../equix", version = "0.7.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["serde"] } futures = "0.3.14" growable-bloom-filter = "2.0.1" hex = "0.4" @@ -103,60 +103,60 @@ k12 = "0.3.0" metrics = { version = "0.24.6", optional = true } num-traits = { version = "0.2.15", optional = true } once_cell = "1" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" rand_core = "0.10.1" -retry-error = { version = "0.12.0", path = "../retry-error" } -safelog = { path = "../safelog", version = "0.8.2" } +retry-error = { version = "0.13.0", path = "../retry-error" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { version = "0.43.0", path = "../tor-bytes" } -tor-cell = { version = "0.43.0", path = "../tor-cell", features = ["hs"] } -tor-checkable = { version = "0.43.0", path = "../tor-checkable", optional = true } -tor-circmgr = { version = "0.43.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] } -tor-config = { version = "0.43.0", path = "../tor-config" } -tor-config-path = { version = "0.43.0", path = "../tor-config-path" } -tor-dirclient = { path = "../tor-dirclient", version = "0.43.0", default-features = false, features = ["hs-service"] } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-hscrypto = { version = "0.43.0", path = "../tor-hscrypto", features = ["ope"] } -tor-keymgr = { version = "0.43.0", path = "../tor-keymgr", features = ["keymgr"] } -tor-linkspec = { version = "0.43.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-netdir = { version = "0.43.0", path = "../tor-netdir", features = ["hs-service"] } -tor-netdoc = { version = "0.43.0", path = "../tor-netdoc", features = ["hs-service"] } -tor-persist = { version = "0.43.0", path = "../tor-persist", features = ["state-dir"] } -tor-proto = { version = "0.43.0", path = "../tor-proto", features = [ +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { version = "0.44.0", path = "../tor-bytes" } +tor-cell = { version = "0.44.0", path = "../tor-cell", features = ["hs"] } +tor-checkable = { version = "0.44.0", path = "../tor-checkable", optional = true } +tor-circmgr = { version = "0.44.0", path = "../tor-circmgr", features = ["hs-service", "send-control-msg"] } +tor-config = { version = "0.44.0", path = "../tor-config" } +tor-config-path = { version = "0.44.0", path = "../tor-config-path" } +tor-dirclient = { path = "../tor-dirclient", version = "0.44.0", default-features = false, features = ["hs-service"] } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-hscrypto = { version = "0.44.0", path = "../tor-hscrypto", features = ["ope"] } +tor-keymgr = { version = "0.44.0", path = "../tor-keymgr", features = ["keymgr"] } +tor-linkspec = { version = "0.44.0", path = "../tor-linkspec", features = ["verbatim", "decode"] } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto" } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-netdir = { version = "0.44.0", path = "../tor-netdir", features = ["hs-service"] } +tor-netdoc = { version = "0.44.0", path = "../tor-netdoc", features = ["hs-service"] } +tor-persist = { version = "0.44.0", path = "../tor-persist", features = ["state-dir"] } +tor-proto = { version = "0.44.0", path = "../tor-proto", features = [ "experimental-api", "hs-service", "send-control-msg", ] } -tor-protover = { version = "0.43.0", path = "../tor-protover" } -tor-relay-selection = { path = "../tor-relay-selection", version = "0.43.0" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-protover = { version = "0.44.0", path = "../tor-protover" } +tor-relay-selection = { path = "../tor-relay-selection", version = "0.44.0" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } tracing = "0.1.36" void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] libc = { version = "0.2", default-features = false } rmp-serde = "1" serde_json = "1.0.104" -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } tempfile = "3" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } -tor-config = { version = "0.43.0", path = "../tor-config", features = ["testing"] } -tor-key-forge = { version = "0.43.0", path = "../tor-key-forge" } -tor-keymgr = { version = "0.43.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } -tor-netdir = { version = "0.43.0", path = "../tor-netdir", features = ["hs-service", "testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["testing"] } -tor-persist = { version = "0.43.0", path = "../tor-persist", features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } +tor-config = { version = "0.44.0", path = "../tor-config", features = ["testing"] } +tor-key-forge = { version = "0.44.0", path = "../tor-key-forge" } +tor-keymgr = { version = "0.44.0", path = "../tor-keymgr", features = ["keymgr", "testing"] } +tor-netdir = { version = "0.44.0", path = "../tor-netdir", features = ["hs-service", "testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["testing"] } +tor-persist = { version = "0.44.0", path = "../tor-persist", features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.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 e414d2195..84785cb10 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.91" @@ -34,16 +34,16 @@ rsa = "0.9.0" signature = "2" ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std", "rsa"] } thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.43.0", default-features = false } -tor-cert = { path = "../tor-cert", version = "0.43.0", features = ["experimental-api"] } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0", default-features = false } +tor-cert = { path = "../tor-cert", version = "0.44.0", features = ["experimental-api"] } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto" } [dev-dependencies] signature = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-llcrypto = { version = "0.44.0", path = "../tor-llcrypto", features = ["testing"] } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index fecb6d977..f944c7d60 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -61,41 +61,41 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } downcast-rs = "2.0.1" dyn-clone = "1.0.11" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["serde", "walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["serde", "walkdir"] } glob-match = "0.2.1" humantime = "2" inventory = "0.3.13" itertools = "0.14.0" rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } signature = "2" ssh-key = { version = "0.6.7", package = "ssh-key-fork-arti", features = ["std"] } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0", default-features = false } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-config-path = { path = "../tor-config-path", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["keymgr"] } -tor-persist = { path = "../tor-persist", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0", default-features = false } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-config-path = { path = "../tor-config-path", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["keymgr"] } +tor-persist = { path = "../tor-persist", version = "0.44.0" } tracing = "0.1.36" visibility = { version = "0.1.0" } walkdir = { version = "2" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } zeroize = "1" [dev-dependencies] paste = "1.0.3" serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0", features = ["testing"] } -tor-llcrypto = { version = "0.43.0", path = "../tor-llcrypto", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0", features = ["testing"] } +tor-llcrypto = { version = "0.44.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 33be70b6d..e7afa967f 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -33,23 +33,23 @@ __is_experimental = [] [dependencies] base64ct = "1.5.1" by_address = "1" -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } hex = "0.4" itertools = "0.14.0" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["memquota-memcost"] } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-protover = { path = "../tor-protover", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["memquota-memcost"] } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-protover = { path = "../tor-protover", version = "0.44.0" } [dev-dependencies] hex-literal = "1.0" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 53521207b..458744c0b 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -66,7 +66,7 @@ rand_core_06 = { package = "rand_core", version = "0.6", default-features = fals rand_jitter = { version = "0.6", features = ["std"] } reseeding_rng = "0.10.6" rsa = "0.9.0" -safelog = { version = "0.8.2", path = "../safelog" } +safelog = { version = "0.9.0", path = "../safelog" } serde = "1.0.103" sha1 = "0.10.0" sha2 = "0.10.0" @@ -74,8 +74,8 @@ sha3 = "0.10.6" signature = "2" subtle = "2" thiserror = "2" -tor-error = { version = "0.43.0", path = "../tor-error" } -tor-memquota-cost = { version = "0.43.0", path = "../tor-memquota-cost", default-features = false, optional = true } +tor-error = { version = "0.44.0", path = "../tor-error" } +tor-memquota-cost = { version = "0.44.0", path = "../tor-memquota-cost", 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"] } @@ -86,7 +86,7 @@ cipher = "0.4.1" hex-literal = "1.0" rand = "0.10.1" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.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 252043877..ebf475f1b 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.91" @@ -21,11 +21,11 @@ full = ["tor-error/full", "tor-rtcompat/full", "web-time-compat/full"] futures = "0.3.14" humantime = "2" thiserror = "2" -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } tracing = "0.1.36" weak-table = "0.3.0" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] diff --git a/crates/tor-memquota-cost/Cargo.toml b/crates/tor-memquota-cost/Cargo.toml index 30980ad0c..aa5fb9247 100644 --- a/crates/tor-memquota-cost/Cargo.toml +++ b/crates/tor-memquota-cost/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-memquota-cost" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -23,7 +23,7 @@ paste = "1.0.3" void = "1" [dev-dependencies] -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde_json = "1.0.50" [package.metadata.docs.rs] diff --git a/crates/tor-memquota/Cargo.toml b/crates/tor-memquota/Cargo.toml index b18f0caeb..bb799c73c 100644 --- a/crates/tor-memquota/Cargo.toml +++ b/crates/tor-memquota/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-memquota" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Ian Jackson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -22,28 +22,28 @@ itertools = "0.14.0" paste = "1.0.3" pin-project = "1" serde = { version = "1.0.103", features = ["derive"] } -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } static_assertions = "1" sysinfo = { version = "0.38.3", default-features = false, features = ["system"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0", features = ["serde"] } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.43.0" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0", features = ["serde"] } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-memquota-cost = { path = "../tor-memquota-cost", version = "0.44.0" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } void = "1" [dev-dependencies] rand = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde_json = "1.0.50" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } tracing-test = "0.2.4" [features] diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 7b44df61b..2c63e8441 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -71,22 +71,22 @@ serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" time = { version = "0.3.47", features = ["macros"], optional = true } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0" } -tor-units = { path = "../tor-units", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-geoip = { path = "../tor-geoip", version = "0.44.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0" } +tor-units = { path = "../tor-units", version = "0.44.0" } tracing = "0.1.36" typed-index-collections = "3.2.3" visibility = { version = "0.1.0", optional = true } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] float_eq = "1.0.0" hex = "0.4" hex-literal = "1.0" -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0", features = ["build_docs"] } diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 32ef00e0e..e353ecf08 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -98,21 +98,21 @@ subtle = "2" thiserror = "2" time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] } tinystr = "0.8.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0" } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0", optional = true } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-protover = { path = "../tor-protover", version = "0.43.0", features = ["serde"] } -tor-units = { version = "0.43.0", path = "../tor-units", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0" } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0", optional = true } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-protover = { path = "../tor-protover", version = "0.44.0", features = ["serde"] } +tor-units = { version = "0.44.0", path = "../tor-units", optional = true } visibility = { version = "0.1.0", optional = true } visible = { version = "0.0.1", optional = true } void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } zeroize = "1" [dev-dependencies] @@ -125,7 +125,7 @@ pem = "3.0.6" regex = "1" serde_json = "1.0.50" testresult = "0.4.1" -tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.44.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 c36747fa3..8c72bb592 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -36,23 +36,23 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } filetime = { version = "0.2", default-features = false } -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["walkdir"] } -fslock-guard = { path = "../fslock-guard", version = "0.7.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["walkdir"] } +fslock-guard = { path = "../fslock-guard", version = "0.8.0" } futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } paste = "1.0.3" sanitize-filename = "0.6.0" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "2" time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] } tracing = "0.1.36" void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] anyhow = { version = "1.0.23" } @@ -60,7 +60,7 @@ derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } humantime = "2" itertools = "0.14.0" tempfile = "3" -test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" } tracing-test = "0.2.4" [package.metadata.docs.rs] diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 5dfd36678..0b81c11ad 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -99,7 +99,7 @@ async-trait = "0.1.54" asynchronous-codec = "0.7.0" bitvec = "1.0.1" bytes = "1" -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } cfg-if = "1.0.0" cipher = { version = "0.4.1", features = ["zeroize"] } coarsetime = "0.1.20" @@ -117,16 +117,16 @@ hmac = "0.12.0" itertools = "0.14.0" maybenot = { version = "2.2.1", optional = true } nonany = "0.3" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" polyval = { version = "0.7", optional = true } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } rand = "0.10.1" rand09 = { package = "rand", version = "0.9", optional = true } rand_core = "0.10.1" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"], optional = true } -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } smallvec = { version = "1.10", features = ["const_generics"] } static_assertions = "1" strum = { version = "0.28.0", features = ["derive"] } @@ -134,30 +134,30 @@ subtle = "2" thiserror = "2" tokio-crate = { package = "tokio", version = "1.47.1", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0" } -tor-cell = { path = "../tor-cell", version = "0.43.0", features = ["relay"] } -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.43.0", features = ["memquota-memcost"], optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["memquota-memcost"] } -tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.43.0" } -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false } -tor-protover = { version = "0.43.0", path = "../tor-protover" } -tor-relay-crypto = { version = "0.43.0", path = "../tor-relay-crypto", optional = true } -tor-rpcbase = { version = "0.43.0", path = "../tor-rpcbase", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0" } -tor-rtmock = { path = "../tor-rtmock", version = "0.43.0" } -tor-units = { path = "../tor-units", version = "0.43.0", features = ["memquota-memcost"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0" } +tor-cell = { path = "../tor-cell", version = "0.44.0", features = ["relay"] } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.44.0", features = ["memquota-memcost"], optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["memquota-memcost"] } +tor-log-ratelim = { path = "../tor-log-ratelim", version = "0.44.0" } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false } +tor-protover = { version = "0.44.0", path = "../tor-protover" } +tor-relay-crypto = { version = "0.44.0", path = "../tor-relay-crypto", optional = true } +tor-rpcbase = { version = "0.44.0", path = "../tor-rpcbase", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.44.0" } +tor-units = { path = "../tor-units", version = "0.44.0", features = ["memquota-memcost"] } tracing = "0.1.36" typenum = "1.12" visibility = { version = "0.1.0" } void = "1" -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } zeroize = "1" [dev-dependencies] @@ -170,9 +170,9 @@ itertools = "0.14.0" regex = { version = "1", default-features = false, features = ["std"] } statrs = "0.18.0" tokio-crate = { package = "tokio", version = "1.47.1", features = ["full"] } -tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing-test = "0.2.4" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64"))'.dev-dependencies] diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index 5c981a639..0d7ec1cb2 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -12,12 +12,12 @@ categories = ["network-programming"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } paste = "1.0.3" serde_with = { version = "3.0.0", optional = true } thiserror = "2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-bytes = { path = "../tor-bytes", version = "0.43.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-bytes = { path = "../tor-bytes", version = "0.44.0", optional = true } [features] default = [] diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index 7a089aa52..4305f9c92 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -42,30 +42,30 @@ async-trait = "0.1.54" cfg-if = "1.0.0" derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } -fs-mistrust = { version = "0.14.2", path = "../fs-mistrust" } +fs-mistrust = { version = "0.15.0", path = "../fs-mistrust" } futures = "0.3.14" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { version = "0.43.0", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-chanmgr = { version = "0.43.0", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.43.0", path = "../tor-config" } -tor-config-path = { version = "0.43.0", path = "../tor-config-path" } -tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } -tor-linkspec = { version = "0.43.0", path = "../tor-linkspec", features = ["pt-client"] } -tor-proto = { version = "0.43.0", path = "../tor-proto" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } -tor-socksproto = { version = "0.43.0", path = "../tor-socksproto" } +tor-async-utils = { version = "0.44.0", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-chanmgr = { version = "0.44.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.44.0", path = "../tor-config" } +tor-config-path = { version = "0.44.0", path = "../tor-config-path" } +tor-error = { version = "0.44.0", path = "../tor-error", features = ["tracing"] } +tor-linkspec = { version = "0.44.0", path = "../tor-linkspec", features = ["pt-client"] } +tor-proto = { version = "0.44.0", path = "../tor-proto" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } +tor-socksproto = { version = "0.44.0", path = "../tor-socksproto" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] anyhow = "1.0.23" tokio = { version = "1.47.1", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.20" [[example]] diff --git a/crates/tor-relay-crypto/Cargo.toml b/crates/tor-relay-crypto/Cargo.toml index 5ee097c46..4f0bf3b4d 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc."] edition = "2024" rust-version = "1.91" @@ -28,17 +28,17 @@ full = [ derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } derive_more = { version = "2.0.1", features = ["full"] } humantime = "2" -tor-cert = { path = "../tor-cert", version = "0.43.0" } -tor-checkable = { path = "../tor-checkable", version = "0.43.0" } -tor-error = { path = "../tor-error", version = "0.43.0" } -tor-key-forge = { path = "../tor-key-forge", version = "0.43.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.43.0", features = ["experimental-api"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.43.0" } -tor-persist = { path = "../tor-persist", version = "0.43.0" } -web-time-compat = { path = "../web-time-compat", version = "0.1.0" } +tor-cert = { path = "../tor-cert", version = "0.44.0" } +tor-checkable = { path = "../tor-checkable", version = "0.44.0" } +tor-error = { path = "../tor-error", version = "0.44.0" } +tor-key-forge = { path = "../tor-key-forge", version = "0.44.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.44.0", features = ["experimental-api"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.44.0" } +tor-persist = { path = "../tor-persist", version = "0.44.0" } +web-time-compat = { path = "../web-time-compat", version = "0.2.0" } [dev-dependencies] -tor-keymgr = { version = "0.43.0", path = "../tor-keymgr", features = ["testing"] } +tor-keymgr = { version = "0.44.0", path = "../tor-keymgr", features = ["testing"] } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-relay-selection/Cargo.toml b/crates/tor-relay-selection/Cargo.toml index ea288818e..32b19fc1b 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.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -31,16 +31,16 @@ __is_experimental = [] [dependencies] rand = "0.10.1" serde = { version = "1.0.103", features = ["derive"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-geoip = { path = "../tor-geoip", version = "0.43.0", optional = true } -tor-linkspec = { path = "../tor-linkspec", version = "0.43.0" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-geoip = { path = "../tor-geoip", version = "0.44.0", optional = true } +tor-linkspec = { path = "../tor-linkspec", version = "0.44.0" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.0" } [dev-dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43" } -tor-netdir = { path = "../tor-netdir", version = "0.43.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.43.0", features = ["testing"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44" } +tor-netdir = { path = "../tor-netdir", version = "0.44.0", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.44.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 c71a0e77e..f5f114170 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.43.0" +version = "0.44.0" edition = "2024" rust-version = "1.91" authors = ["The Tor Project, Inc."] @@ -35,10 +35,10 @@ base16ct = { version = "1.0", features = ["alloc"] } cfg-if = "1.0.0" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } -fslock-guard = { path = "../fslock-guard", version = "0.7.0", optional = true } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } +fslock-guard = { path = "../fslock-guard", version = "0.8.0", optional = true } rand = { version = "0.10.1" } -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.104" serde_with = "3.0.0" @@ -46,10 +46,10 @@ subtle = "2.6" thiserror = "2" tiny-keccak = { version = "2.0.2", features = ["tuple_hash"] } toml = "1.0.3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-config-path = { path = "../tor-config-path", version = "0.43.0", features = ["address"] } -tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", optional = true } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-config-path = { path = "../tor-config-path", version = "0.44.0", features = ["address"] } +tor-general-addr = { path = "../tor-general-addr", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", optional = true } tracing = "0.1.36" zeroize = "1" diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml index 6392f4cd3..296d8923a 100644 --- a/crates/tor-rpcbase/Cargo.toml +++ b/crates/tor-rpcbase/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpcbase" -version = "0.43.0" +version = "0.44.0" edition = "2024" rust-version = "1.91" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -22,8 +22,8 @@ inventory = "0.3.5" paste = "1.0.3" serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" } -tor-error = { path = "../tor-error/", version = "0.43.0", features = ["rpc"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" } +tor-error = { path = "../tor-error/", version = "0.44.0", features = ["rpc"] } typetag = "0.2.7" void = "1" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 673f54c4c..5e3e722cd 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -105,12 +105,12 @@ tokio-crate = { package = "tokio", version = "1.47.1", optional = true, features "time", ] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } -tor-cert-x509 = { version = "0.43.0", path = "../tor-cert-x509", optional = true } -tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.43.0", path = "../tor-general-addr" } +tor-cert-x509 = { version = "0.44.0", path = "../tor-cert-x509", optional = true } +tor-error = { version = "0.44.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.44.0", path = "../tor-general-addr" } tracing = "0.1.36" void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } zeroize = "1" [target.'cfg(not(all(target_arch="wasm32", target_os="unknown")))'.dependencies] @@ -123,7 +123,7 @@ libc = "0.2" assert_matches = "1.5.0" # Used for testing our TLS implementation. native-tls-crate = { package = "native-tls", version = "0.2" } -tor-basic-utils = { version = "0.43.0", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.44.0", path = "../tor-basic-utils" } # Ensure that we have aws-lc-rs for testing, but only if we're building with rustls. # (We need to do it this way because we can't have conditional dev-dependencies.) # diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 1c043257e..307fb3663 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -21,26 +21,26 @@ educe = "0.4.22" futures = "0.3.14" humantime = "2" itertools = "0.14.0" -oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" } +oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" } pin-project = "1" priority-queue = "2.0.3" -slotmap-careful = { path = "../slotmap-careful", version = "0.7.0" } +slotmap-careful = { path = "../slotmap-careful", version = "0.8.0" } strum = { version = "0.28.0", features = ["derive"] } thiserror = "2" -tor-error = { version = "0.43.0", path = "../tor-error", features = ["tracing"] } -tor-general-addr = { version = "0.43.0", path = "../tor-general-addr" } -tor-rtcompat = { version = "0.43.0", path = "../tor-rtcompat" } +tor-error = { version = "0.44.0", path = "../tor-error", features = ["tracing"] } +tor-general-addr = { version = "0.44.0", path = "../tor-general-addr" } +tor-rtcompat = { version = "0.44.0", path = "../tor-rtcompat" } tracing = "0.1.36" tracing-test = "0.2.4" void = "1" -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.10.1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" } -tor-general-addr = { path = "../tor-general-addr", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" } +tor-general-addr = { path = "../tor-general-addr", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } [features] full = [ diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 76abe7a19..dc7c1857a 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.43.0" +version = "0.44.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -29,14 +29,14 @@ full = [ [dependencies] amplify = { version = "4", default-features = false, features = ["derive"] } arbitrary = { version = "1.0.1", optional = true, features = ["derive"] } -caret = { path = "../caret", version = "0.9.0" } +caret = { path = "../caret", version = "0.10.0" } derive-deftly = { version = "~1.11.3", features = ["full", "beta"] } educe = "0.4.22" -safelog = { path = "../safelog", version = "0.8.2" } +safelog = { path = "../safelog", version = "0.9.0" } subtle = "2" thiserror = "2" -tor-bytes = { path = "../tor-bytes", version = "0.43.0", default-features = false } -tor-error = { path = "../tor-error", version = "0.43.0", default-features = false } +tor-bytes = { path = "../tor-bytes", version = "0.44.0", default-features = false } +tor-error = { path = "../tor-error", version = "0.44.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 b120bbf82..278d7a43a 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.43.0" +version = "0.44.0" authors = ["Dennis Jackson <[email protected]>"] edition = "2024" rust-version = "1.91" @@ -17,7 +17,7 @@ derive-deftly = { version = "~1.11.3", optional = true } derive_more = { version = "2.0.1", features = ["full"] } serde = { version = "1.0.103", features = ["derive"] } thiserror = "2" -tor-memquota = { version = "0.43.0", path = "../tor-memquota", default-features = false, optional = true } +tor-memquota = { version = "0.44.0", path = "../tor-memquota", default-features = false, optional = true } [dev-dependencies] float-cmp = "0.10.0" diff --git a/crates/web-time-compat/Cargo.toml b/crates/web-time-compat/Cargo.toml index ca291114b..dd14217d6 100644 --- a/crates/web-time-compat/Cargo.toml +++ b/crates/web-time-compat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "web-time-compat" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2024" rust-version = "1.91" |
