Skip to content
Snippets Groups Projects
Commit 254d4c93 authored by Ian Jackson's avatar Ian Jackson :speech_balloon:
Browse files

Merge branch 'bump-versions-v115' into 'main'

Bump crate versions in preparation for v1.1.5 release.

See merge request tpo/core/arti!1211
parents f2b08444 daf5ecc1
No related branches found
Tags arti-v1.1.5
No related merge requests found
Showing
with 169 additions and 169 deletions
...@@ -96,7 +96,7 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545" ...@@ -96,7 +96,7 @@ checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]] [[package]]
name = "arti" name = "arti"
version = "1.1.4" version = "1.1.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
...@@ -140,7 +140,7 @@ dependencies = [ ...@@ -140,7 +140,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-bench" name = "arti-bench"
version = "0.8.4" version = "0.8.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti", "arti",
...@@ -162,7 +162,7 @@ dependencies = [ ...@@ -162,7 +162,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-client" name = "arti-client"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"cfg-if", "cfg-if",
...@@ -211,11 +211,11 @@ dependencies = [ ...@@ -211,11 +211,11 @@ dependencies = [
[[package]] [[package]]
name = "arti-config" name = "arti-config"
version = "0.6.0" version = "0.6.1"
[[package]] [[package]]
name = "arti-hyper" name = "arti-hyper"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti-client", "arti-client",
...@@ -234,7 +234,7 @@ dependencies = [ ...@@ -234,7 +234,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-rpcserver" name = "arti-rpcserver"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"arti-client", "arti-client",
"asynchronous-codec", "asynchronous-codec",
...@@ -261,7 +261,7 @@ dependencies = [ ...@@ -261,7 +261,7 @@ dependencies = [
[[package]] [[package]]
name = "arti-testing" name = "arti-testing"
version = "0.8.4" version = "0.8.5"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"arti", "arti",
...@@ -667,7 +667,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be" ...@@ -667,7 +667,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]] [[package]]
name = "caret" name = "caret"
version = "0.4.0" version = "0.4.1"
[[package]] [[package]]
name = "cc" name = "cc"
...@@ -1351,7 +1351,7 @@ dependencies = [ ...@@ -1351,7 +1351,7 @@ dependencies = [
[[package]] [[package]]
name = "fs-mistrust" name = "fs-mistrust"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"derive_builder_fork_arti", "derive_builder_fork_arti",
"dirs", "dirs",
...@@ -2813,7 +2813,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0" ...@@ -2813,7 +2813,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]] [[package]]
name = "retry-error" name = "retry-error"
version = "0.4.0" version = "0.4.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
] ]
...@@ -2977,7 +2977,7 @@ dependencies = [ ...@@ -2977,7 +2977,7 @@ dependencies = [
[[package]] [[package]]
name = "safelog" name = "safelog"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"educe", "educe",
...@@ -3757,7 +3757,7 @@ dependencies = [ ...@@ -3757,7 +3757,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-async-utils" name = "tor-async-utils"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"futures", "futures",
"futures-await-test", "futures-await-test",
...@@ -3770,7 +3770,7 @@ dependencies = [ ...@@ -3770,7 +3770,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-basic-utils" name = "tor-basic-utils"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"educe", "educe",
...@@ -3786,7 +3786,7 @@ dependencies = [ ...@@ -3786,7 +3786,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-bytes" name = "tor-bytes"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bytes", "bytes",
...@@ -3804,7 +3804,7 @@ dependencies = [ ...@@ -3804,7 +3804,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-cell" name = "tor-cell"
version = "0.10.0" version = "0.11.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"bitflags 2.3.1", "bitflags 2.3.1",
...@@ -3829,7 +3829,7 @@ dependencies = [ ...@@ -3829,7 +3829,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-cert" name = "tor-cert"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"base64ct", "base64ct",
"caret", "caret",
...@@ -3847,7 +3847,7 @@ dependencies = [ ...@@ -3847,7 +3847,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-chanmgr" name = "tor-chanmgr"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_builder_fork_arti", "derive_builder_fork_arti",
...@@ -3881,7 +3881,7 @@ dependencies = [ ...@@ -3881,7 +3881,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-checkable" name = "tor-checkable"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"humantime 2.1.0", "humantime 2.1.0",
"signature 1.6.4", "signature 1.6.4",
...@@ -3891,7 +3891,7 @@ dependencies = [ ...@@ -3891,7 +3891,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-circmgr" name = "tor-circmgr"
version = "0.8.0" version = "0.9.0"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"bounded-vec-deque", "bounded-vec-deque",
...@@ -3933,7 +3933,7 @@ dependencies = [ ...@@ -3933,7 +3933,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-config" name = "tor-config"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"config", "config",
"derive_builder_fork_arti", "derive_builder_fork_arti",
...@@ -3963,7 +3963,7 @@ dependencies = [ ...@@ -3963,7 +3963,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-congestion" name = "tor-congestion"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"thiserror", "thiserror",
"tor-error", "tor-error",
...@@ -3973,7 +3973,7 @@ dependencies = [ ...@@ -3973,7 +3973,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-consdiff" name = "tor-consdiff"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"digest 0.10.7", "digest 0.10.7",
"hex", "hex",
...@@ -3983,7 +3983,7 @@ dependencies = [ ...@@ -3983,7 +3983,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-dirclient" name = "tor-dirclient"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"async-compression", "async-compression",
"base64ct", "base64ct",
...@@ -4011,7 +4011,7 @@ dependencies = [ ...@@ -4011,7 +4011,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-dirmgr" name = "tor-dirmgr"
version = "0.10.0" version = "0.10.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
...@@ -4067,7 +4067,7 @@ dependencies = [ ...@@ -4067,7 +4067,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-error" name = "tor-error"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"backtrace", "backtrace",
"derive_more", "derive_more",
...@@ -4079,7 +4079,7 @@ dependencies = [ ...@@ -4079,7 +4079,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-events" name = "tor-events"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"async-broadcast", "async-broadcast",
"futures", "futures",
...@@ -4092,7 +4092,7 @@ dependencies = [ ...@@ -4092,7 +4092,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-guardmgr" name = "tor-guardmgr"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"base64ct", "base64ct",
"derive_builder_fork_arti", "derive_builder_fork_arti",
...@@ -4132,7 +4132,7 @@ dependencies = [ ...@@ -4132,7 +4132,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-hsclient" name = "tor-hsclient"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"derive_more", "derive_more",
...@@ -4173,7 +4173,7 @@ dependencies = [ ...@@ -4173,7 +4173,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-hscrypto" name = "tor-hscrypto"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"data-encoding", "data-encoding",
"derive_more", "derive_more",
...@@ -4196,7 +4196,7 @@ dependencies = [ ...@@ -4196,7 +4196,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-hsservice" name = "tor-hsservice"
version = "0.2.0" version = "0.2.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"rand_core 0.6.4", "rand_core 0.6.4",
...@@ -4211,7 +4211,7 @@ dependencies = [ ...@@ -4211,7 +4211,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-linkspec" name = "tor-linkspec"
version = "0.7.0" version = "0.8.0"
dependencies = [ dependencies = [
"base64ct", "base64ct",
"by_address", "by_address",
...@@ -4238,7 +4238,7 @@ dependencies = [ ...@@ -4238,7 +4238,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-llcrypto" name = "tor-llcrypto"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"aes", "aes",
"arrayref", "arrayref",
...@@ -4275,7 +4275,7 @@ dependencies = [ ...@@ -4275,7 +4275,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-netdir" name = "tor-netdir"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"bitflags 2.3.1", "bitflags 2.3.1",
"derive_builder_fork_arti", "derive_builder_fork_arti",
...@@ -4312,7 +4312,7 @@ dependencies = [ ...@@ -4312,7 +4312,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-netdoc" name = "tor-netdoc"
version = "0.7.0" version = "0.8.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"base64ct", "base64ct",
...@@ -4355,7 +4355,7 @@ dependencies = [ ...@@ -4355,7 +4355,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-persist" name = "tor-persist"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"fs-mistrust", "fs-mistrust",
...@@ -4371,7 +4371,7 @@ dependencies = [ ...@@ -4371,7 +4371,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-proto" name = "tor-proto"
version = "0.10.0" version = "0.11.0"
dependencies = [ dependencies = [
"arrayref", "arrayref",
"asynchronous-codec", "asynchronous-codec",
...@@ -4423,7 +4423,7 @@ dependencies = [ ...@@ -4423,7 +4423,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-protover" name = "tor-protover"
version = "0.5.0" version = "0.5.1"
dependencies = [ dependencies = [
"caret", "caret",
"thiserror", "thiserror",
...@@ -4431,7 +4431,7 @@ dependencies = [ ...@@ -4431,7 +4431,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-ptmgr" name = "tor-ptmgr"
version = "0.3.0" version = "0.3.1"
dependencies = [ dependencies = [
"anyhow", "anyhow",
"async-trait", "async-trait",
...@@ -4454,7 +4454,7 @@ dependencies = [ ...@@ -4454,7 +4454,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-rpcbase" name = "tor-rpcbase"
version = "0.1.0" version = "0.1.1"
dependencies = [ dependencies = [
"assert-impl", "assert-impl",
"downcast-rs", "downcast-rs",
...@@ -4475,7 +4475,7 @@ dependencies = [ ...@@ -4475,7 +4475,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-rtcompat" name = "tor-rtcompat"
version = "0.9.0" version = "0.9.1"
dependencies = [ dependencies = [
"async-io", "async-io",
"async-native-tls", "async-native-tls",
...@@ -4496,7 +4496,7 @@ dependencies = [ ...@@ -4496,7 +4496,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-rtmock" name = "tor-rtmock"
version = "0.8.0" version = "0.8.1"
dependencies = [ dependencies = [
"async-trait", "async-trait",
"futures", "futures",
...@@ -4512,7 +4512,7 @@ dependencies = [ ...@@ -4512,7 +4512,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-socksproto" name = "tor-socksproto"
version = "0.7.0" version = "0.7.1"
dependencies = [ dependencies = [
"arbitrary", "arbitrary",
"caret", "caret",
...@@ -4525,7 +4525,7 @@ dependencies = [ ...@@ -4525,7 +4525,7 @@ dependencies = [
[[package]] [[package]]
name = "tor-units" name = "tor-units"
version = "0.6.0" version = "0.6.1"
dependencies = [ dependencies = [
"derive_more", "derive_more",
"float-cmp", "float-cmp",
......
[package] [package]
name = "arti-bench" name = "arti-bench"
version = "0.8.4" version = "0.8.5"
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"] authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
...@@ -13,19 +13,19 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" ...@@ -13,19 +13,19 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies] [dependencies]
anyhow = "1.0.23" anyhow = "1.0.23"
arti = { path = "../arti", version = "1.1.4" } arti = { path = "../arti", version = "1.1.5" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0" } arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1" }
clap = "3.2.20" clap = "3.2.20"
float-ord = "0.3" float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" } fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
futures = "0.3.14" futures = "0.3.14"
rand = "0.8" rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50" serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] } tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5" tokio-socks = "0.5"
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tracing = "0.1.36" tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
......
[package] [package]
name = "arti-client" name = "arti-client"
version = "0.9.0" version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -104,36 +104,36 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } ...@@ -104,36 +104,36 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
derive_more = "0.99.3" derive_more = "0.99.3"
directories = "5" directories = "5"
educe = "0.4.6" educe = "0.4.6"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.0", features = ["serde"] } fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["serde"] }
futures = "0.3.14" futures = "0.3.14"
hostname-validator = "1.1.1" hostname-validator = "1.1.1"
humantime-serde = "1.1.1" humantime-serde = "1.1.1"
libc = "0.2" libc = "0.2"
pin-project = "1" pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
safelog = { path = "../safelog", version = "0.3.0" } safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1" thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" } tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.10.0" } tor-cell = { path = "../tor-cell", version = "0.11.0" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
tor-checkable = { path = "../tor-checkable", version = "0.5.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-circmgr = { path = "../tor-circmgr", version = "0.8.0" } tor-circmgr = { path = "../tor-circmgr", version = "0.9.0" }
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.0", default-features = false, features = ["mmap"] } tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.1", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0" } tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
tor-hsclient = { path = "../tor-hsclient", version = "0.2.0", optional = true } tor-hsclient = { path = "../tor-hsclient", version = "0.2.1", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.0" } tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" } tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-persist = { path = "../tor-persist", version = "0.7.0" } tor-persist = { path = "../tor-persist", version = "0.7.1" }
tor-proto = { path = "../tor-proto", version = "0.10.0" } tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.0", optional = true } tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.1", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36" tracing = "0.1.36"
void = "1" void = "1"
...@@ -151,7 +151,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [ ...@@ -151,7 +151,7 @@ tokio-crate = { package = "tokio", version = "1.7", features = [
"macros", "macros",
] } ] }
tokio-util = { version = "0.7.0", features = ["compat"] } tokio-util = { version = "0.7.0", features = ["compat"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tracing-subscriber = "0.3.0" tracing-subscriber = "0.3.0"
[package.metadata.docs.rs] [package.metadata.docs.rs]
......
[package] [package]
name = "arti-config" name = "arti-config"
version = "0.6.0" version = "0.6.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "arti-hyper" name = "arti-hyper"
version = "0.9.0" version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -36,7 +36,7 @@ __is_nonadditive = [] ...@@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies] [dependencies]
anyhow = "1.0.23" anyhow = "1.0.23"
arti-client = { path = "../arti-client", version = "0.9.0" } arti-client = { path = "../arti-client", version = "0.9.1" }
educe = "0.4.6" educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] } hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1" pin-project = "1"
...@@ -44,8 +44,8 @@ thiserror = "1" ...@@ -44,8 +44,8 @@ thiserror = "1"
tls-api = "0.9.0" tls-api = "0.9.0"
tls-api-native-tls = "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"] } tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros"] }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies] [target.'cfg(target_vendor="apple")'.dev-dependencies]
tls-api-openssl = "0.9.0" tls-api-openssl = "0.9.0"
......
[package] [package]
name = "arti-rpcserver" name = "arti-rpcserver"
version = "0.1.0" version = "0.1.1"
edition = "2021" edition = "2021"
rust-version = "1.60" rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"] authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
...@@ -16,7 +16,7 @@ default = [] ...@@ -16,7 +16,7 @@ default = []
full = ["arti-client/full", "tor-async-utils/full", "tor-error/full", "tor-rpcbase/full", "tor-rtcompat/full", "tor-bytes/full"] full = ["arti-client/full", "tor-async-utils/full", "tor-error/full", "tor-rpcbase/full", "tor-rtcompat/full", "tor-bytes/full"]
[dependencies] [dependencies]
arti-client = { path = "../arti-client", version = "0.9.0", features = ["rpc"] } arti-client = { path = "../arti-client", version = "0.9.1", features = ["rpc"] }
asynchronous-codec = { version = "0.6.0", features = ["json"] } asynchronous-codec = { version = "0.6.0", features = ["json"] }
base64ct = "1.5.1" base64ct = "1.5.1"
bytes = "1" bytes = "1"
...@@ -28,14 +28,14 @@ rand = "0.8" ...@@ -28,14 +28,14 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50" serde_json = "1.0.50"
thiserror = "1" thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.0" } tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0" } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36" tracing = "0.1.36"
typetag = "0.2.7" typetag = "0.2.7"
[dev-dependencies] [dev-dependencies]
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
[package] [package]
name = "arti-testing" name = "arti-testing"
version = "0.8.4" version = "0.8.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -26,8 +26,8 @@ full = [ ...@@ -26,8 +26,8 @@ full = [
[dependencies] [dependencies]
anyhow = "1.0.23" anyhow = "1.0.23"
arti = { package = "arti", path = "../arti", version = "1.1.4" } arti = { package = "arti", path = "../arti", version = "1.1.5" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", features = ["dirfilter"] } arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", features = ["dirfilter"] }
async-trait = "0.1.2" async-trait = "0.1.2"
cfg-if = "1.0.0" cfg-if = "1.0.0"
clap = "3.2.20" clap = "3.2.20"
...@@ -37,15 +37,15 @@ pin-project = "1" ...@@ -37,15 +37,15 @@ pin-project = "1"
rand = "0.8" rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] } tokio = { version = "1.7", features = ["signal", "macros"] }
tor-checkable = { path = "../tor-checkable", version = "0.5.0", features = ["experimental-api"] } tor-checkable = { path = "../tor-checkable", version = "0.5.1", features = ["experimental-api"] }
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.0", features = ["dirfilter"] } tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.1", features = ["dirfilter"] }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.7.0", features = [ tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.0", features = [
"experimental-api", "experimental-api",
"dangerous-expose-struct-fields", "dangerous-expose-struct-fields",
] } ] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36" tracing = "0.1.36"
tracing-appender = "0.2.0" tracing-appender = "0.2.0"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
......
[package] [package]
name = "arti" name = "arti"
version = "1.1.4" version = "1.1.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -76,16 +76,16 @@ rpc = ["arti-rpcserver", "__is_experimental"] ...@@ -76,16 +76,16 @@ rpc = ["arti-rpcserver", "__is_experimental"]
__is_experimental = [] __is_experimental = []
[dependencies] [dependencies]
arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.0", optional = true } arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.1", optional = true }
anyhow = "1.0.23" anyhow = "1.0.23"
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", default-features = false } arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true } async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0" cfg-if = "1.0.0"
clap = "3.2.20" clap = "3.2.20"
config = { version = "0.13", default-features = false, features = ["toml"] } config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" } derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6" educe = "0.4.6"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" } fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
futures = "0.3.14" futures = "0.3.14"
itertools = "0.10.1" itertools = "0.10.1"
libc = "0.2" libc = "0.2"
...@@ -93,17 +93,17 @@ notify = { version = "6.0", default-features = false, features = ["macos_kqueue" ...@@ -93,17 +93,17 @@ notify = { version = "6.0", default-features = false, features = ["macos_kqueue"
once_cell = { version = "1", optional = true } once_cell = { version = "1", optional = true }
paste = "1" paste = "1"
rlimit = "0.9.0" rlimit = "0.9.0"
safelog = { path = "../safelog", version = "0.3.0" } safelog = { path = "../safelog", version = "0.3.1" }
secmem-proc = { version = "0.3.0", optional = true } secmem-proc = { version = "0.3.0", optional = true }
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
signal-hook = { version = "0.3", optional = true } signal-hook = { version = "0.3", optional = true }
signal-hook-async-std = { version = "0.2", optional = true } signal-hook-async-std = { version = "0.2", optional = true }
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.0", default-features = false } tor-error = { path = "../tor-error", version = "0.5.1", default-features = false }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", default-features = false } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.0" } tor-socksproto = { path = "../tor-socksproto", version = "0.7.1" }
tracing = "0.1.36" tracing = "0.1.36"
tracing-appender = "0.2.0" tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true } tracing-journald = { version = "0.3.0", optional = true }
......
[package] [package]
name = "caret" name = "caret"
version = "0.4.0" version = "0.4.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "fs-mistrust" name = "fs-mistrust"
version = "0.7.0" version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
license = "MIT OR Apache-2.0" license = "MIT OR Apache-2.0"
......
[package] [package]
name = "retry-error" name = "retry-error"
version = "0.4.0" version = "0.4.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "safelog" name = "safelog"
version = "0.3.0" version = "0.3.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "tor-async-utils" name = "tor-async-utils"
version = "0.1.0" version = "0.1.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "tor-basic-utils" name = "tor-basic-utils"
version = "0.7.0" version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
......
[package] [package]
name = "tor-bytes" name = "tor-bytes"
version = "0.7.0" version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -19,8 +19,8 @@ educe = "0.4.6" ...@@ -19,8 +19,8 @@ educe = "0.4.6"
generic-array = "0.14.3" generic-array = "0.14.3"
signature = "1" signature = "1"
thiserror = "1" thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
zeroize = "1" zeroize = "1"
[dev-dependencies] [dev-dependencies]
......
[package] [package]
name = "tor-cell" name = "tor-cell"
version = "0.10.0" version = "0.11.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -41,20 +41,20 @@ __is_experimental = [] ...@@ -41,20 +41,20 @@ __is_experimental = []
arrayref = "0.3" arrayref = "0.3"
bitflags = "2" bitflags = "2"
bytes = "1" bytes = "1"
caret = { path = "../caret", version = "0.4.0" } caret = { path = "../caret", version = "0.4.1" }
derive_more = "0.99.3" derive_more = "0.99.3"
educe = "0.4.6" educe = "0.4.6"
paste = "1" paste = "1"
rand = "0.8" rand = "0.8"
thiserror = "1" thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-cert = { path = "../tor-cert", version = "0.7.0" } tor-cert = { path = "../tor-cert", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" } tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-units = { path = "../tor-units", version = "0.6.0" } tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies] [dev-dependencies]
hex = "0.4" hex = "0.4"
......
[package] [package]
name = "tor-cert" name = "tor-cert"
version = "0.7.0" version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -19,14 +19,14 @@ full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full ...@@ -19,14 +19,14 @@ full = ["caret/full", "tor-bytes/full", "tor-checkable/full", "tor-llcrypto/full
__is_experimental = [] __is_experimental = []
[dependencies] [dependencies]
caret = { path = "../caret", version = "0.4.0" } caret = { path = "../caret", version = "0.4.1" }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", optional = true }
digest = "0.10.0" digest = "0.10.0"
signature = "1" signature = "1"
thiserror = "1" thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-checkable = { path = "../tor-checkable", version = "0.5.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
[dev-dependencies] [dev-dependencies]
base64ct = "1.5.1" base64ct = "1.5.1"
......
[package] [package]
name = "tor-chanmgr" name = "tor-chanmgr"
version = "0.9.0" version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -44,22 +44,22 @@ educe = "0.4.6" ...@@ -44,22 +44,22 @@ educe = "0.4.6"
futures = "0.3.14" futures = "0.3.14"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] } postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8" rand = "0.8"
safelog = { path = "../safelog", version = "0.3.0" } safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1" thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.10.0" } tor-cell = { path = "../tor-cell", version = "0.11.0" }
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" } tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.0" } tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-proto = { path = "../tor-proto", version = "0.10.0" } tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.0", default-features = false, features = [ tor-socksproto = { path = "../tor-socksproto", version = "0.7.1", default-features = false, features = [
"client-handshake", "client-handshake",
] } ] }
tor-units = { path = "../tor-units", version = "0.6.0" } tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36" tracing = "0.1.36"
void = "1" void = "1"
...@@ -68,11 +68,11 @@ float_eq = "1.0.0" ...@@ -68,11 +68,11 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
hex-literal = "0.4" hex-literal = "0.4"
itertools = "0.10.1" itertools = "0.10.1"
tor-cell = { path = "../tor-cell", version = "0.10.0", features = ["testing"] } tor-cell = { path = "../tor-cell", version = "0.11.0", features = ["testing"] }
tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] } tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-proto = { path = "../tor-proto", version = "0.10.0", features = ["testing"] } tor-proto = { path = "../tor-proto", version = "0.11.0", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]
[package] [package]
name = "tor-checkable" name = "tor-checkable"
version = "0.5.0" version = "0.5.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -21,7 +21,7 @@ __is_experimental = [] ...@@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2" humantime = "2"
signature = "1" signature = "1"
thiserror = "1" thiserror = "1"
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]
......
[package] [package]
name = "tor-circmgr" name = "tor-circmgr"
version = "0.8.0" version = "0.9.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"] authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021" edition = "2021"
rust-version = "1.65" rust-version = "1.65"
...@@ -62,35 +62,35 @@ itertools = "0.10.1" ...@@ -62,35 +62,35 @@ itertools = "0.10.1"
once_cell = "1" once_cell = "1"
pin-project = "1" pin-project = "1"
rand = "0.8" rand = "0.8"
retry-error = { path = "../retry-error", version = "0.4.0" } retry-error = { path = "../retry-error", version = "0.4.1" }
safelog = { path = "../safelog", version = "0.3.0" } safelog = { path = "../safelog", version = "0.3.1" }
serde = { version = "1.0.103", features = ["derive"] } serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1" static_assertions = "1"
thiserror = "1" thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.0" } tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.0" } tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
tor-config = { path = "../tor-config", version = "0.9.0" } tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.0" } tor-error = { path = "../tor-error", version = "0.5.1" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0" } tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0", optional = true } tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.7.0" } tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-netdir = { path = "../tor-netdir", version = "0.9.0" } tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.7.0" } tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-persist = { path = "../tor-persist", version = "0.7.0" } tor-persist = { path = "../tor-persist", version = "0.7.1" }
tor-proto = { path = "../tor-proto", version = "0.10.0" } tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36" tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true } visibility = { version = "0.0.1", optional = true }
weak-table = "0.3.0" weak-table = "0.3.0"
[dev-dependencies] [dev-dependencies]
futures-await-test = "0.3.0" futures-await-test = "0.3.0"
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.0", features = ["testing"] } tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.0", features = ["testing"] } tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-persist = { path = "../tor-persist", version = "0.7.0", features = ["testing"] } tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", features = ["tokio", "native-tls"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.0" } tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
rustdoc-args = ["--cfg", "docsrs"] rustdoc-args = ["--cfg", "docsrs"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment