Loading Cargo.lock +12 −12 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "arti" version = "1.1.8" version = "1.1.9" dependencies = [ "anyhow", "arti-client", Loading Loading @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "arti-client" version = "0.10.1" version = "0.10.2" dependencies = [ "anyhow", "cfg-if", Loading Loading @@ -1592,7 +1592,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equix" version = "0.1.1" version = "0.1.2" dependencies = [ "arrayvec", "hashx", Loading Loading @@ -2039,7 +2039,7 @@ dependencies = [ [[package]] name = "hashx" version = "0.1.1" version = "0.1.2" dependencies = [ "arrayvec", "blake2", Loading Loading @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "tor-bytes" version = "0.7.4" version = "0.7.5" dependencies = [ "bytes", "digest 0.10.7", Loading @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "tor-cell" version = "0.12.2" version = "0.12.3" dependencies = [ "bitflags 2.4.0", "bytes", Loading Loading @@ -4671,7 +4671,7 @@ dependencies = [ [[package]] name = "tor-config" version = "0.9.4" version = "0.9.5" dependencies = [ "config", "derive-adhoc", Loading Loading @@ -4752,7 +4752,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" version = "0.11.1" version = "0.11.2" dependencies = [ "anyhow", "async-trait", Loading Loading @@ -4933,7 +4933,7 @@ dependencies = [ [[package]] name = "tor-hscrypto" version = "0.3.2" version = "0.3.3" dependencies = [ "data-encoding", "derive_more", Loading Loading @@ -5093,7 +5093,7 @@ dependencies = [ [[package]] name = "tor-llcrypto" version = "0.5.4" version = "0.5.5" dependencies = [ "aes", "base64ct", Loading Loading @@ -5229,7 +5229,7 @@ dependencies = [ [[package]] name = "tor-proto" version = "0.12.1" version = "0.12.2" dependencies = [ "asynchronous-codec", "bytes", Loading Loading @@ -5332,7 +5332,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" version = "0.9.4" version = "0.9.5" dependencies = [ "async-io", "async-native-tls", Loading crates/arti-bench/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" arti = { path = "../arti", version = "1.1.8" } arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.1" } arti = { path = "../arti", version = "1.1.9" } arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.2" } clap = "3.2.20" float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" } Loading @@ -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.9.4" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] } tor-config = { path = "../tor-config", version = "0.9.5" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } Loading crates/arti-client/Cargo.toml +9 −9 Original line number Diff line number Diff line [package] name = "arti-client" version = "0.10.1" version = "0.10.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] edition = "2021" rust-version = "1.65" Loading Loading @@ -126,28 +126,28 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } tor-cell = { path = "../tor-cell", version = "0.12.2" } tor-cell = { path = "../tor-cell", version = "0.12.3" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.1" } tor-checkable = { path = "../tor-checkable", version = "0.5.3" } tor-circmgr = { path = "../tor-circmgr", version = "0.10.0" } tor-config = { path = "../tor-config", version = "0.9.4" } tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.1", default-features = false, features = ["mmap"] } tor-config = { path = "../tor-config", version = "0.9.5" } tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.2", default-features = false, features = ["mmap"] } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true } tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" } tor-hsclient = { path = "../tor-hsclient", version = "0.4.1", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.2", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } tor-hsservice = { path = "../tor-hsservice", version = "0.2.4", optional = true } tor-keymgr = { path = "../tor-keymgr", version = "0.2.1", default-features = false } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-netdir = { path = "../tor-netdir", version = "0.9.4" } tor-netdoc = { path = "../tor-netdoc", version = "0.8.3" } tor-persist = { path = "../tor-persist", version = "0.7.3" } tor-proto = { path = "../tor-proto", version = "0.12.1" } tor-proto = { path = "../tor-proto", version = "0.12.2" } tor-ptmgr = { path = "../tor-ptmgr", version = "0.5.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" void = "1" Loading @@ -167,7 +167,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ ] } tokio-util = { version = "0.7.0", features = ["compat"] } toml = "0.7.2" tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.0" [package.metadata.docs.rs] Loading crates/arti-hyper/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ __is_nonadditive = [] [dependencies] anyhow = "1.0.23" arti-client = { path = "../arti-client", version = "0.10.1" } arti-client = { path = "../arti-client", version = "0.10.2" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" Loading @@ -45,7 +45,7 @@ tls-api = "0.9.0" tls-api-native-tls = "0.9.0" tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] } tor-error = { path = "../tor-error", version = "0.5.4" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio"] } [target.'cfg(target_vendor="apple")'.dev-dependencies] tls-api-openssl = "0.9.0" Loading crates/arti-rpcserver/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ full = [ ] [dependencies] arti-client = { path = "../arti-client", version = "0.10.1", features = ["rpc"] } arti-client = { path = "../arti-client", version = "0.10.2", features = ["rpc"] } asynchronous-codec = { version = "0.6.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" Loading @@ -38,11 +38,11 @@ serde_json = "1.0.50" thiserror = "1" tiny-keccak = { version = "2", features = ["kmac"] } tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } tor-bytes = { path = "../tor-bytes", version = "0.7.4" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } tor-error = { path = "../tor-error", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" Loading Loading
Cargo.lock +12 −12 Original line number Diff line number Diff line Loading @@ -191,7 +191,7 @@ checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711" [[package]] name = "arti" version = "1.1.8" version = "1.1.9" dependencies = [ "anyhow", "arti-client", Loading Loading @@ -264,7 +264,7 @@ dependencies = [ [[package]] name = "arti-client" version = "0.10.1" version = "0.10.2" dependencies = [ "anyhow", "cfg-if", Loading Loading @@ -1592,7 +1592,7 @@ checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" [[package]] name = "equix" version = "0.1.1" version = "0.1.2" dependencies = [ "arrayvec", "hashx", Loading Loading @@ -2039,7 +2039,7 @@ dependencies = [ [[package]] name = "hashx" version = "0.1.1" version = "0.1.2" dependencies = [ "arrayvec", "blake2", Loading Loading @@ -4524,7 +4524,7 @@ dependencies = [ [[package]] name = "tor-bytes" version = "0.7.4" version = "0.7.5" dependencies = [ "bytes", "digest 0.10.7", Loading @@ -4540,7 +4540,7 @@ dependencies = [ [[package]] name = "tor-cell" version = "0.12.2" version = "0.12.3" dependencies = [ "bitflags 2.4.0", "bytes", Loading Loading @@ -4671,7 +4671,7 @@ dependencies = [ [[package]] name = "tor-config" version = "0.9.4" version = "0.9.5" dependencies = [ "config", "derive-adhoc", Loading Loading @@ -4752,7 +4752,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" version = "0.11.1" version = "0.11.2" dependencies = [ "anyhow", "async-trait", Loading Loading @@ -4933,7 +4933,7 @@ dependencies = [ [[package]] name = "tor-hscrypto" version = "0.3.2" version = "0.3.3" dependencies = [ "data-encoding", "derive_more", Loading Loading @@ -5093,7 +5093,7 @@ dependencies = [ [[package]] name = "tor-llcrypto" version = "0.5.4" version = "0.5.5" dependencies = [ "aes", "base64ct", Loading Loading @@ -5229,7 +5229,7 @@ dependencies = [ [[package]] name = "tor-proto" version = "0.12.1" version = "0.12.2" dependencies = [ "asynchronous-codec", "bytes", Loading Loading @@ -5332,7 +5332,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" version = "0.9.4" version = "0.9.5" dependencies = [ "async-io", "async-native-tls", Loading
crates/arti-bench/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" arti = { path = "../arti", version = "1.1.8" } arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.1" } arti = { path = "../arti", version = "1.1.9" } arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.2" } clap = "3.2.20" float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" } Loading @@ -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.9.4" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] } tor-config = { path = "../tor-config", version = "0.9.5" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } Loading
crates/arti-client/Cargo.toml +9 −9 Original line number Diff line number Diff line [package] name = "arti-client" version = "0.10.1" version = "0.10.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] edition = "2021" rust-version = "1.65" Loading Loading @@ -126,28 +126,28 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } tor-cell = { path = "../tor-cell", version = "0.12.2" } tor-cell = { path = "../tor-cell", version = "0.12.3" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.1" } tor-checkable = { path = "../tor-checkable", version = "0.5.3" } tor-circmgr = { path = "../tor-circmgr", version = "0.10.0" } tor-config = { path = "../tor-config", version = "0.9.4" } tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.1", default-features = false, features = ["mmap"] } tor-config = { path = "../tor-config", version = "0.9.5" } tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.2", default-features = false, features = ["mmap"] } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true } tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" } tor-hsclient = { path = "../tor-hsclient", version = "0.4.1", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.2", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } tor-hsservice = { path = "../tor-hsservice", version = "0.2.4", optional = true } tor-keymgr = { path = "../tor-keymgr", version = "0.2.1", default-features = false } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-netdir = { path = "../tor-netdir", version = "0.9.4" } tor-netdoc = { path = "../tor-netdoc", version = "0.8.3" } tor-persist = { path = "../tor-persist", version = "0.7.3" } tor-proto = { path = "../tor-proto", version = "0.12.1" } tor-proto = { path = "../tor-proto", version = "0.12.2" } tor-ptmgr = { path = "../tor-ptmgr", version = "0.5.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" void = "1" Loading @@ -167,7 +167,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ ] } tokio-util = { version = "0.7.0", features = ["compat"] } toml = "0.7.2" tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } tracing-subscriber = "0.3.0" [package.metadata.docs.rs] Loading
crates/arti-hyper/Cargo.toml +2 −2 Original line number Diff line number Diff line Loading @@ -36,7 +36,7 @@ __is_nonadditive = [] [dependencies] anyhow = "1.0.23" arti-client = { path = "../arti-client", version = "0.10.1" } arti-client = { path = "../arti-client", version = "0.10.2" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" Loading @@ -45,7 +45,7 @@ tls-api = "0.9.0" tls-api-native-tls = "0.9.0" tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] } tor-error = { path = "../tor-error", version = "0.5.4" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio"] } [target.'cfg(target_vendor="apple")'.dev-dependencies] tls-api-openssl = "0.9.0" Loading
crates/arti-rpcserver/Cargo.toml +4 −4 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ full = [ ] [dependencies] arti-client = { path = "../arti-client", version = "0.10.1", features = ["rpc"] } arti-client = { path = "../arti-client", version = "0.10.2", features = ["rpc"] } asynchronous-codec = { version = "0.6.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" Loading @@ -38,11 +38,11 @@ serde_json = "1.0.50" thiserror = "1" tiny-keccak = { version = "2", features = ["kmac"] } tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } tor-bytes = { path = "../tor-bytes", version = "0.7.4" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } tor-error = { path = "../tor-error", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" typetag = "0.2.7" weak-table = "0.3.0" Loading