Commit e7d740ed authored by gabi-250's avatar gabi-250 🕸️
Browse files

Bump all the unstable tor- and arti- crates to 0.37.0.

Done using:

```
for crate in $(./maint/list_crates  | rg '^(tor|arti-)'); do
    cargo set-version -p $crate 0.37.0
done
parent 4d1115a4
Loading
Loading
Loading
Loading
+48 −48
Original line number Diff line number Diff line
@@ -291,7 +291,7 @@ dependencies = [

[[package]]
name = "arti-client"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "anyhow",
 "async-trait",
@@ -359,7 +359,7 @@ version = "0.17.0"

[[package]]
name = "arti-relay"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "anyhow",
 "clap",
@@ -396,7 +396,7 @@ dependencies = [

[[package]]
name = "arti-rpc-client-core"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "caret",
 "cfg-if",
@@ -421,7 +421,7 @@ dependencies = [

[[package]]
name = "arti-rpcserver"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "arti-client",
 "async-trait",
@@ -481,7 +481,7 @@ dependencies = [

[[package]]
name = "arti-ureq"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "arti-client",
 "async-std",
@@ -6345,7 +6345,7 @@ dependencies = [

[[package]]
name = "tor-async-utils"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive-deftly",
 "educe",
@@ -6364,7 +6364,7 @@ dependencies = [

[[package]]
name = "tor-basic-utils"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive_more",
 "educe",
@@ -6384,7 +6384,7 @@ dependencies = [

[[package]]
name = "tor-bytes"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "bytes",
 "derive-deftly",
@@ -6401,7 +6401,7 @@ dependencies = [

[[package]]
name = "tor-cell"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "bitflags 2.10.0",
@@ -6432,7 +6432,7 @@ dependencies = [

[[package]]
name = "tor-cert"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "base64ct",
 "caret",
@@ -6457,7 +6457,7 @@ dependencies = [

[[package]]
name = "tor-chanmgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "async-trait",
 "caret",
@@ -6496,7 +6496,7 @@ dependencies = [

[[package]]
name = "tor-checkable"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "humantime",
 "signature",
@@ -6506,7 +6506,7 @@ dependencies = [

[[package]]
name = "tor-circmgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "async-trait",
@@ -6559,7 +6559,7 @@ dependencies = [

[[package]]
name = "tor-config"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "cfg-if",
@@ -6594,7 +6594,7 @@ dependencies = [

[[package]]
name = "tor-config-path"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "assert_matches",
 "derive_builder_fork_arti",
@@ -6613,7 +6613,7 @@ dependencies = [

[[package]]
name = "tor-consdiff"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "digest",
 "hex",
@@ -6623,7 +6623,7 @@ dependencies = [

[[package]]
name = "tor-dirclient"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "async-compression",
 "base64ct",
@@ -6651,7 +6651,7 @@ dependencies = [

[[package]]
name = "tor-dircommon"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "base64ct",
 "derive_builder_fork_arti",
@@ -6671,7 +6671,7 @@ dependencies = [

[[package]]
name = "tor-dirmgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "anyhow",
 "async-trait",
@@ -6733,7 +6733,7 @@ dependencies = [

[[package]]
name = "tor-dirserver"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "bytes",
 "flate2",
@@ -6768,7 +6768,7 @@ dependencies = [

[[package]]
name = "tor-error"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "anyhow",
 "derive_more",
@@ -6798,7 +6798,7 @@ dependencies = [

[[package]]
name = "tor-general-addr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "arbitrary",
 "assert_matches",
@@ -6809,7 +6809,7 @@ dependencies = [

[[package]]
name = "tor-geoip"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive_more",
 "rangemap",
@@ -6818,7 +6818,7 @@ dependencies = [

[[package]]
name = "tor-guardmgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "base64ct",
@@ -6866,7 +6866,7 @@ dependencies = [

[[package]]
name = "tor-hsclient"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "async-trait",
 "derive-deftly",
@@ -6914,7 +6914,7 @@ dependencies = [

[[package]]
name = "tor-hscrypto"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "arrayvec",
 "blake2",
@@ -6948,7 +6948,7 @@ dependencies = [

[[package]]
name = "tor-hsrproxy"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive-deftly",
 "derive_builder_fork_arti",
@@ -6979,7 +6979,7 @@ dependencies = [

[[package]]
name = "tor-hsservice"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "arrayvec",
@@ -7050,7 +7050,7 @@ dependencies = [

[[package]]
name = "tor-key-forge"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive-deftly",
 "derive_more",
@@ -7071,7 +7071,7 @@ dependencies = [

[[package]]
name = "tor-keymgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "arrayvec",
@@ -7115,7 +7115,7 @@ dependencies = [

[[package]]
name = "tor-linkspec"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "base64ct",
 "by_address",
@@ -7142,7 +7142,7 @@ dependencies = [

[[package]]
name = "tor-llcrypto"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "aes",
 "base64ct",
@@ -7186,7 +7186,7 @@ dependencies = [

[[package]]
name = "tor-log-ratelim"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "futures",
 "humantime",
@@ -7199,7 +7199,7 @@ dependencies = [

[[package]]
name = "tor-memquota"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "cfg-if",
 "derive-deftly",
@@ -7233,7 +7233,7 @@ dependencies = [

[[package]]
name = "tor-netdir"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "async-trait",
 "bitflags 2.10.0",
@@ -7268,7 +7268,7 @@ dependencies = [

[[package]]
name = "tor-netdoc"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "anyhow",
@@ -7319,7 +7319,7 @@ dependencies = [

[[package]]
name = "tor-persist"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "anyhow",
@@ -7351,7 +7351,7 @@ dependencies = [

[[package]]
name = "tor-proto"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "aes",
 "amplify",
@@ -7427,7 +7427,7 @@ dependencies = [

[[package]]
name = "tor-protover"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "caret",
 "paste",
@@ -7438,7 +7438,7 @@ dependencies = [

[[package]]
name = "tor-ptmgr"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "anyhow",
 "async-trait",
@@ -7467,7 +7467,7 @@ dependencies = [

[[package]]
name = "tor-relay-crypto"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive-deftly",
 "derive_more",
@@ -7483,7 +7483,7 @@ dependencies = [

[[package]]
name = "tor-relay-selection"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "rand 0.9.2",
 "serde",
@@ -7496,7 +7496,7 @@ dependencies = [

[[package]]
name = "tor-rpc-connect"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "assert_matches",
 "base16ct 0.3.0",
@@ -7525,7 +7525,7 @@ dependencies = [

[[package]]
name = "tor-rpcbase"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "assert-impl",
 "derive-deftly",
@@ -7548,7 +7548,7 @@ dependencies = [

[[package]]
name = "tor-rtcompat"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "arbitrary",
 "assert_matches",
@@ -7585,7 +7585,7 @@ dependencies = [

[[package]]
name = "tor-rtmock"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "assert_matches",
@@ -7615,7 +7615,7 @@ dependencies = [

[[package]]
name = "tor-socksproto"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "amplify",
 "anyhow",
@@ -7633,7 +7633,7 @@ dependencies = [

[[package]]
name = "tor-units"
version = "0.36.0"
version = "0.37.0"
dependencies = [
 "derive-deftly",
 "derive_more",
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@ publish = false
[dependencies]
anyhow = "1.0.23"
arti = { path = "../arti", version = "1.7.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.36.0" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.37.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.13.1" }
@@ -28,8 +28,8 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5"
tor-config = { path = "../tor-config", version = "0.36.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tor-config = { path = "../tor-config", version = "0.37.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }

+29 −29
Original line number Diff line number Diff line
[package]
name = "arti-client"
version = "0.36.0"
version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2024"
rust-version = "1.86"
@@ -183,32 +183,32 @@ safelog = { path = "../safelog", version = "0.7.0" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "2"
time = { version = "0.3.20", features = ["parsing", "macros"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.36.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0" }
tor-circmgr = { path = "../tor-circmgr", version = "0.36.0" }
tor-config = { path = "../tor-config", version = "0.36.0" }
tor-config-path = { path = "../tor-config-path", version = "0.36.0", features = ["arti-client"] }
tor-dircommon = { path = "../tor-dircommon", version = "0.36.0" }
tor-dirmgr = { path = "../tor-dirmgr", version = "0.36.0", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.36.0", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.36.0", optional = true }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.36.0" }
tor-hsclient = { path = "../tor-hsclient", version = "0.36.0", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.36.0", optional = true }
tor-hsservice = { path = "../tor-hsservice", version = "0.36.0", optional = true }
tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", default-features = false }
tor-linkspec = { path = "../tor-linkspec", version = "0.36.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
tor-memquota = { path = "../tor-memquota", version = "0.36.0" }
tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
tor-persist = { path = "../tor-persist", version = "0.36.0" }
tor-proto = { path = "../tor-proto", version = "0.36.0" }
tor-protover = { path = "../tor-protover", version = "0.36.0" }
tor-ptmgr = { path = "../tor-ptmgr", version = "0.36.0", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.36.0", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0" }
tor-async-utils = { path = "../tor-async-utils", version = "0.37.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.37.0" }
tor-circmgr = { path = "../tor-circmgr", version = "0.37.0" }
tor-config = { path = "../tor-config", version = "0.37.0" }
tor-config-path = { path = "../tor-config-path", version = "0.37.0", features = ["arti-client"] }
tor-dircommon = { path = "../tor-dircommon", version = "0.37.0" }
tor-dirmgr = { path = "../tor-dirmgr", version = "0.37.0", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.37.0", features = ["tracing"] }
tor-geoip = { path = "../tor-geoip", version = "0.37.0", optional = true }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.37.0" }
tor-hsclient = { path = "../tor-hsclient", version = "0.37.0", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.37.0", optional = true }
tor-hsservice = { path = "../tor-hsservice", version = "0.37.0", optional = true }
tor-keymgr = { path = "../tor-keymgr", version = "0.37.0", default-features = false }
tor-linkspec = { path = "../tor-linkspec", version = "0.37.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" }
tor-memquota = { path = "../tor-memquota", version = "0.37.0" }
tor-netdir = { path = "../tor-netdir", version = "0.37.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.37.0" }
tor-persist = { path = "../tor-persist", version = "0.37.0" }
tor-proto = { path = "../tor-proto", version = "0.37.0" }
tor-protover = { path = "../tor-protover", version = "0.37.0" }
tor-ptmgr = { path = "../tor-ptmgr", version = "0.37.0", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.37.0", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0" }
tracing = "0.1.36"
visibility = { version = "0.1.0", optional = true }
void = "1"
@@ -228,8 +228,8 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
    "macros",
] }
toml = "0.9.5"
tor-relay-selection = { path = "../tor-relay-selection", version = "0.36.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["tokio", "native-tls"] }
tor-relay-selection = { path = "../tor-relay-selection", version = "0.37.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.20"
tracing-test = "0.2.4"

+15 −15
Original line number Diff line number Diff line
[package]
name = "arti-relay"
version = "0.36.0"
version = "0.37.0"
authors = ["The Tor Project, Inc."]
edition = "2024"
rust-version = "1.86"
@@ -46,20 +46,20 @@ serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.27.1", features = ["derive"] }
thiserror = "2"
tokio = { version = "1.7", features = ["signal"] }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.36.0", features = ["relay"] }
tor-config = { path = "../tor-config", version = "0.36.0" }
tor-config-path = { path = "../tor-config-path", version = "0.36.0" }
tor-error = { path = "../tor-error", version = "0.36.0" }
tor-general-addr = { path = "../tor-general-addr", version = "0.36.0" }
tor-keymgr = { path = "../tor-keymgr", version = "0.36.0", features = ["keymgr", "ephemeral-keystore"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.36.0" }
tor-memquota = { version = "0.36.0", path = "../tor-memquota" }
tor-netdir = { path = "../tor-netdir", version = "0.36.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.36.0" }
tor-persist = { path = "../tor-persist", version = "0.36.0", features = ["state-dir"] }
tor-proto = { path = "../tor-proto", version = "0.36.0", features = ["tokio"] }
tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.36.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.36.0", features = ["rustls", "tokio"] }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.37.0", features = ["relay"] }
tor-config = { path = "../tor-config", version = "0.37.0" }
tor-config-path = { path = "../tor-config-path", version = "0.37.0" }
tor-error = { path = "../tor-error", version = "0.37.0" }
tor-general-addr = { path = "../tor-general-addr", version = "0.37.0" }
tor-keymgr = { path = "../tor-keymgr", version = "0.37.0", features = ["keymgr", "ephemeral-keystore"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.37.0" }
tor-memquota = { version = "0.37.0", path = "../tor-memquota" }
tor-netdir = { path = "../tor-netdir", version = "0.37.0" }
tor-netdoc = { path = "../tor-netdoc", version = "0.37.0" }
tor-persist = { path = "../tor-persist", version = "0.37.0", features = ["state-dir"] }
tor-proto = { path = "../tor-proto", version = "0.37.0", features = ["tokio"] }
tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.37.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.37.0", features = ["rustls", "tokio"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }
void = "1"
+6 −6
Original line number Diff line number Diff line
[package]
name = "arti-rpc-client-core"
version = "0.36.0"
version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2024"
rust-version = "1.86"
@@ -28,10 +28,10 @@ rand = "0.9.1"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.104"
thiserror = "2"
tor-config-path = { version = "0.36.0", path = "../tor-config-path", features = ["arti-client"] }
tor-error = { version = "0.36.0", path = "../tor-error", default-features = false }
tor-rpc-connect = { version = "0.36.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
tor-socksproto = { path = "../tor-socksproto", version = "0.36.0", default-features = false, features = [
tor-config-path = { version = "0.37.0", path = "../tor-config-path", features = ["arti-client"] }
tor-error = { version = "0.37.0", path = "../tor-error", default-features = false }
tor-rpc-connect = { version = "0.37.0", path = "../tor-rpc-connect", features = ["rpc-client"] }
tor-socksproto = { path = "../tor-socksproto", version = "0.37.0", default-features = false, features = [
    "client-handshake",
] }
void = "1"
@@ -39,7 +39,7 @@ void = "1"
[dev-dependencies]
rand = "0.9.1"
rand_chacha = "0.9"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.36.0" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.37.0" }

[features]
full = [
Loading