Merge branch 'bump_versions_116' into 'main'

Bump all versions in preparation for 1.1.6 release.

See merge request tpo/core/arti!1362
This commit is contained in:
Nick Mathewson 2023-06-30 13:33:04 +00:00
commit c48fa78b98
46 changed files with 251 additions and 251 deletions

86
Cargo.lock generated
View File

@ -137,7 +137,7 @@ dependencies = [
[[package]]
name = "arti"
version = "1.1.5"
version = "1.1.6"
dependencies = [
"anyhow",
"arti-client",
@ -183,7 +183,7 @@ dependencies = [
[[package]]
name = "arti-bench"
version = "0.8.5"
version = "0.8.6"
dependencies = [
"anyhow",
"arti",
@ -205,7 +205,7 @@ dependencies = [
[[package]]
name = "arti-client"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"anyhow",
"cfg-if",
@ -256,11 +256,11 @@ dependencies = [
[[package]]
name = "arti-config"
version = "0.6.1"
version = "0.6.2"
[[package]]
name = "arti-hyper"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"anyhow",
"arti-client",
@ -279,7 +279,7 @@ dependencies = [
[[package]]
name = "arti-rpcserver"
version = "0.1.1"
version = "0.2.0"
dependencies = [
"arti-client",
"asynchronous-codec",
@ -311,7 +311,7 @@ dependencies = [
[[package]]
name = "arti-testing"
version = "0.8.5"
version = "0.8.6"
dependencies = [
"anyhow",
"arti",
@ -729,7 +729,7 @@ checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
[[package]]
name = "caret"
version = "0.4.1"
version = "0.4.2"
[[package]]
name = "cc"
@ -1469,7 +1469,7 @@ dependencies = [
[[package]]
name = "fs-mistrust"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"derive_builder_fork_arti",
"dirs",
@ -2999,7 +2999,7 @@ checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
[[package]]
name = "retry-error"
version = "0.4.1"
version = "0.4.2"
dependencies = [
"anyhow",
]
@ -3195,7 +3195,7 @@ dependencies = [
[[package]]
name = "safelog"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"derive_more",
"educe",
@ -4043,7 +4043,7 @@ dependencies = [
[[package]]
name = "tor-async-utils"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"futures",
"futures-await-test",
@ -4056,7 +4056,7 @@ dependencies = [
[[package]]
name = "tor-basic-utils"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"derive_more",
"educe",
@ -4072,7 +4072,7 @@ dependencies = [
[[package]]
name = "tor-bytes"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"bytes",
"digest 0.10.7",
@ -4089,7 +4089,7 @@ dependencies = [
[[package]]
name = "tor-cell"
version = "0.11.0"
version = "0.12.0"
dependencies = [
"bitflags 2.3.3",
"bytes",
@ -4113,7 +4113,7 @@ dependencies = [
[[package]]
name = "tor-cert"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"base64ct",
"caret",
@ -4131,7 +4131,7 @@ dependencies = [
[[package]]
name = "tor-chanmgr"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"async-trait",
"derive_builder_fork_arti",
@ -4165,7 +4165,7 @@ dependencies = [
[[package]]
name = "tor-checkable"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"humantime 2.1.0",
"signature 1.6.4",
@ -4175,7 +4175,7 @@ dependencies = [
[[package]]
name = "tor-circmgr"
version = "0.9.0"
version = "0.9.1"
dependencies = [
"amplify",
"async-trait",
@ -4218,7 +4218,7 @@ dependencies = [
[[package]]
name = "tor-config"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"config",
"derive_builder_fork_arti",
@ -4248,7 +4248,7 @@ dependencies = [
[[package]]
name = "tor-congestion"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"thiserror",
"tor-error",
@ -4258,7 +4258,7 @@ dependencies = [
[[package]]
name = "tor-consdiff"
version = "0.5.1"
version = "0.5.3"
dependencies = [
"digest 0.10.7",
"hex",
@ -4268,7 +4268,7 @@ dependencies = [
[[package]]
name = "tor-dirclient"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"async-compression",
"base64ct",
@ -4296,7 +4296,7 @@ dependencies = [
[[package]]
name = "tor-dirmgr"
version = "0.10.1"
version = "0.10.2"
dependencies = [
"anyhow",
"async-trait",
@ -4352,7 +4352,7 @@ dependencies = [
[[package]]
name = "tor-error"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"backtrace",
"derive_more",
@ -4364,7 +4364,7 @@ dependencies = [
[[package]]
name = "tor-events"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"async-broadcast",
"futures",
@ -4388,7 +4388,7 @@ dependencies = [
[[package]]
name = "tor-guardmgr"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"base64ct",
"derive_builder_fork_arti",
@ -4428,7 +4428,7 @@ dependencies = [
[[package]]
name = "tor-hsclient"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"async-trait",
"derive_more",
@ -4473,7 +4473,7 @@ dependencies = [
[[package]]
name = "tor-hscrypto"
version = "0.2.1"
version = "0.3.0"
dependencies = [
"data-encoding",
"derive_more",
@ -4498,7 +4498,7 @@ dependencies = [
[[package]]
name = "tor-hsservice"
version = "0.2.1"
version = "0.2.2"
dependencies = [
"async-trait",
"rand_core 0.6.4",
@ -4530,7 +4530,7 @@ dependencies = [
[[package]]
name = "tor-linkspec"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"base64ct",
"by_address",
@ -4557,7 +4557,7 @@ dependencies = [
[[package]]
name = "tor-llcrypto"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"aes",
"base64ct",
@ -4593,7 +4593,7 @@ dependencies = [
[[package]]
name = "tor-netdir"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"bitflags 2.3.3",
"derive_builder_fork_arti",
@ -4631,7 +4631,7 @@ dependencies = [
[[package]]
name = "tor-netdoc"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"amplify",
"anyhow",
@ -4676,7 +4676,7 @@ dependencies = [
[[package]]
name = "tor-persist"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"derive_more",
"fs-mistrust",
@ -4692,7 +4692,7 @@ dependencies = [
[[package]]
name = "tor-proto"
version = "0.11.0"
version = "0.11.1"
dependencies = [
"asynchronous-codec",
"bytes",
@ -4743,7 +4743,7 @@ dependencies = [
[[package]]
name = "tor-protover"
version = "0.5.1"
version = "0.5.2"
dependencies = [
"caret",
"thiserror",
@ -4751,7 +4751,7 @@ dependencies = [
[[package]]
name = "tor-ptmgr"
version = "0.3.1"
version = "0.3.2"
dependencies = [
"anyhow",
"async-trait",
@ -4774,7 +4774,7 @@ dependencies = [
[[package]]
name = "tor-rpcbase"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"assert-impl",
"downcast-rs",
@ -4795,7 +4795,7 @@ dependencies = [
[[package]]
name = "tor-rtcompat"
version = "0.9.1"
version = "0.9.2"
dependencies = [
"async-io",
"async-native-tls",
@ -4816,7 +4816,7 @@ dependencies = [
[[package]]
name = "tor-rtmock"
version = "0.8.1"
version = "0.8.2"
dependencies = [
"async-trait",
"futures",
@ -4832,7 +4832,7 @@ dependencies = [
[[package]]
name = "tor-socksproto"
version = "0.7.1"
version = "0.7.2"
dependencies = [
"arbitrary",
"caret",
@ -4845,7 +4845,7 @@ dependencies = [
[[package]]
name = "tor-units"
version = "0.6.1"
version = "0.6.2"
dependencies = [
"derive_more",
"float-cmp",

View File

@ -1,6 +1,6 @@
[package]
name = "arti-bench"
version = "0.8.5"
version = "0.8.6"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@ -13,8 +13,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
anyhow = "1.0.23"
arti = { path = "../arti", version = "1.1.5" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1" }
arti = { path = "../arti", version = "1.1.6" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2" }
clap = "3.2.20"
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
@ -24,7 +24,7 @@ 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.1" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }

View File

@ -1,6 +1,6 @@
[package]
name = "arti-client"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -115,29 +115,29 @@ humantime-serde = "1.1.1"
libc = "0.2"
pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.11.0" }
tor-cell = { path = "../tor-cell", version = "0.12.0" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-circmgr = { path = "../tor-circmgr", version = "0.9.0" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.1", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-circmgr = { path = "../tor-circmgr", version = "0.9.1" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-dirmgr = { path = "../tor-dirmgr", version = "0.10.2", default-features = false, features = ["mmap"] }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
tor-hsclient = { path = "../tor-hsclient", version = "0.2.1", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-hsclient = { path = "../tor-hsclient", version = "0.3.0", optional = true }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-keymgr = { path = "../tor-keymgr", version = "0.1.0", default-features = false }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-persist = { path = "../tor-persist", version = "0.7.1" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-ptmgr = { path = "../tor-ptmgr", version = "0.3.1", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1", optional = true }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
void = "1"

View File

@ -1,6 +1,6 @@
[package]
name = "arti-config"
version = "0.6.1"
version = "0.6.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "arti-hyper"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -36,7 +36,7 @@ __is_nonadditive = []
[dependencies]
anyhow = "1.0.23"
arti-client = { path = "../arti-client", version = "0.9.1" }
arti-client = { path = "../arti-client", version = "0.9.2" }
educe = "0.4.6"
hyper = { version = "0.14", features = ["http1", "client", "runtime"] }
pin-project = "1"
@ -44,7 +44,7 @@ thiserror = "1"
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.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio"] }
[target.'cfg(target_vendor="apple")'.dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "arti-rpcserver"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@ -23,7 +23,7 @@ full = [
]
[dependencies]
arti-client = { path = "../arti-client", version = "0.9.1", features = ["rpc"] }
arti-client = { path = "../arti-client", version = "0.9.2", features = ["rpc"] }
asynchronous-codec = { version = "0.6.0", features = ["json"] }
base64ct = "1.5.1"
bytes = "1"
@ -38,10 +38,10 @@ serde_json = "1.0.50"
thiserror = "1"
tiny-keccak = { version = "2", features = ["kmac"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
typetag = "0.2.7"

View File

@ -1,6 +1,6 @@
[package]
name = "arti-testing"
version = "0.8.5"
version = "0.8.6"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -26,8 +26,8 @@ full = [
[dependencies]
anyhow = "1.0.23"
arti = { package = "arti", path = "../arti", version = "1.1.5" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", features = ["dirfilter"] }
arti = { package = "arti", path = "../arti", version = "1.1.6" }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2", features = ["dirfilter"] }
async-trait = "0.1.54"
cfg-if = "1.0.0"
clap = "3.2.20"
@ -38,10 +38,10 @@ rand = "0.8"
serde = { version = "1.0.103", features = ["derive"] }
tokio = { version = "1.7", features = ["signal", "macros"] }
tor-checkable = { path = "../tor-checkable", version = "0.5.1", features = ["experimental-api"] }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.1", features = ["dirfilter"] }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.0", features = [
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.2", features = ["dirfilter"] }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.1", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }

View File

@ -1,6 +1,6 @@
[package]
name = "arti"
version = "1.1.5"
version = "1.1.6"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -77,9 +77,9 @@ rpc = ["arti-rpcserver", "tor-rpcbase", "__is_experimental"]
__is_experimental = []
[dependencies]
arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.1", optional = true }
arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.0", optional = true }
anyhow = "1.0.23"
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", default-features = false }
arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = "3.2.20"
@ -94,18 +94,18 @@ notify = { version = "6.0", default-features = false, features = ["macos_kqueue"
once_cell = { version = "1", optional = true }
paste = "1"
rlimit = "0.9.0"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
secmem-proc = { version = "0.3.0", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
signal-hook = { version = "0.3", optional = true }
signal-hook-async-std = { version = "0.2", optional = true }
tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1", default-features = false }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.0", optional = true }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2", default-features = false }
tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.1" }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.2" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "caret"
version = "0.4.1"
version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "fs-mistrust"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
license = "MIT OR Apache-2.0"

View File

@ -1,6 +1,6 @@
[package]
name = "retry-error"
version = "0.4.1"
version = "0.4.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "safelog"
version = "0.3.1"
version = "0.3.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-async-utils"
version = "0.1.1"
version = "0.1.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-basic-utils"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-bytes"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -18,8 +18,8 @@ educe = "0.4.6"
generic-array = "0.14.3"
signature = "1"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
zeroize = "1"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-cell"
version = "0.11.0"
version = "0.12.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -47,12 +47,12 @@ paste = "1"
rand = "0.8"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-cert = { path = "../tor-cert", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cert = { path = "../tor-cert", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-cert"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -24,9 +24,9 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti", opt
digest = "0.10.0"
signature = "1"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
[dev-dependencies]
base64ct = "1.5.1"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-chanmgr"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -44,19 +44,19 @@ educe = "0.4.6"
futures = "0.3.14"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.11.0" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-cell = { path = "../tor-cell", version = "0.12.0" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-socksproto = { path = "../tor-socksproto", version = "0.7.1", default-features = false, features = [
tor-socksproto = { path = "../tor-socksproto", version = "0.7.2", default-features = false, features = [
"client-handshake",
] }
tor-units = { path = "../tor-units", version = "0.6.1" }
@ -68,9 +68,9 @@ float_eq = "1.0.0"
futures-await-test = "0.3.0"
hex-literal = "0.4"
itertools = "0.11.0"
tor-cell = { path = "../tor-cell", version = "0.11.0", features = ["testing"] }
tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-proto = { path = "../tor-proto", version = "0.11.0", features = ["testing"] }
tor-cell = { path = "../tor-cell", version = "0.12.0", features = ["testing"] }
tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
tor-proto = { path = "../tor-proto", version = "0.11.1", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
[package.metadata.docs.rs]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-checkable"
version = "0.5.1"
version = "0.5.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -21,7 +21,7 @@ __is_experimental = []
humantime = "2"
signature = "1"
thiserror = "1"
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-circmgr"
version = "0.9.0"
version = "0.9.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -65,21 +65,21 @@ once_cell = "1"
pin-project = "1"
rand = "0.8"
retry-error = { path = "../retry-error", version = "0.4.1" }
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
static_assertions = "1"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-persist = { path = "../tor-persist", version = "0.7.1" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true }
@ -88,8 +88,8 @@ weak-table = "0.3.0"
[dev-dependencies]
futures-await-test = "0.3.0"
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-config"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -44,7 +44,7 @@ strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
toml = "0.7.2"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tracing = "0.1.36"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-congestion"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
rust-version = "1.65"
@ -13,8 +13,8 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/"
[dependencies]
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-units = { path = "../tor-units", version = "0.6.1" }
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-consdiff"
version = "0.5.1"
version = "0.5.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -23,7 +23,7 @@ __is_experimental = []
digest = "0.10.0"
hex = "0.4"
thiserror = "1"
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -52,13 +52,13 @@ httpdate = "1.0"
itertools = "0.11.0"
memchr = "2.5"
thiserror = "1"
tor-circmgr = { path = "../tor-circmgr", version = "0.9.0" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-circmgr = { path = "../tor-circmgr", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-dirmgr"
version = "0.10.1"
version = "0.10.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -75,7 +75,7 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
rand = "0.8"
retry-error = { path = "../retry-error", version = "0.4.1" }
rusqlite = { version = "0.29.0", features = ["time"] }
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
scopeguard = "1"
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
@ -84,16 +84,16 @@ thiserror = "1"
time = { version = "0.3", features = ["formatting", "parsing"] }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-circmgr = { path = "../tor-circmgr", version = "0.9.0" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-consdiff = { path = "../tor-consdiff", version = "0.5.1" }
tor-dirclient = { path = "../tor-dirclient", version = "0.7.1", default-features = false }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-circmgr = { path = "../tor-circmgr", version = "0.9.1" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-consdiff = { path = "../tor-consdiff", version = "0.5.3" }
tor-dirclient = { path = "../tor-dirclient", version = "0.7.2", default-features = false }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tracing = "0.1.36"
@ -103,7 +103,7 @@ float_eq = "1.0.0"
hex-literal = "0.4"
tempfile = "3"
tokio = { version = "1.7", features = ["full"] }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }
tracing-test = "0.2"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-error"
version = "0.5.1"
version = "0.5.2"
authors = ["Ian Jackson <iwj@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-events"
version = "0.5.1"
version = "0.5.2"
edition = "2021"
rust-version = "1.65"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]

View File

@ -17,7 +17,7 @@ derive_more = "0.99.3"
once_cell = "1.18"
rangemap = "1.3"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
[features]
embedded-db = []

View File

@ -1,6 +1,6 @@
[package]
name = "tor-guardmgr"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -60,19 +60,19 @@ pin-project = "1"
postage = { version = "0.5.0", default-features = false, features = ["futures-traits"] }
rand = "0.8"
retain_mut = "0.1.3"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdir = { path = "../tor-netdir", version = "0.9.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" } # for address pattern
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" } # for address pattern
tor-persist = { path = "../tor-persist", version = "0.7.1" }
tor-proto = { path = "../tor-proto", version = "0.11.0" }
tor-proto = { path = "../tor-proto", version = "0.11.1" }
tor-protover = { path = "../tor-protover", version = "0.5.1", optional = true }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
@ -82,8 +82,8 @@ tracing = "0.1.36"
float_eq = "1.0.0"
serde_json = "1.0.50"
toml = "0.7.2"
tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-hsclient"
version = "0.2.1"
version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -45,25 +45,25 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr
rand = "0.8"
rand_core = "0.6.2"
retry-error = { path = "../retry-error", version = "0.4.1" }
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
slotmap = "1.0.6"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.11.0", features = ["hs"] }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cell = { path = "../tor-cell", version = "0.12.0", features = ["hs"] }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-client"] }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-dirclient = { path = "../tor-dirclient", version = "0.7.1", default-features = false, features = ["hs-client"] }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-client"] }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-dirclient = { path = "../tor-dirclient", version = "0.7.2", default-features = false, features = ["hs-client"] }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { version = "0.3.0", path = "../tor-hscrypto" }
tor-keymgr = { version = "0.1.0", path = "../tor-keymgr", default-features = false }
tor-linkspec = { version = "0.8.0", path = "../tor-linkspec", features = ["decode", "verbatim"] }
tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto" }
tor-netdir = { version = "0.9.1", path = "../tor-netdir", features = ["hs-client"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["hs-client"] }
tor-proto = { version = "0.11.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
tor-linkspec = { version = "0.8.1", path = "../tor-linkspec", features = ["decode", "verbatim"] }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto" }
tor-netdir = { version = "0.9.2", path = "../tor-netdir", features = ["hs-client"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1", features = ["hs-client"] }
tor-proto = { version = "0.11.1", path = "../tor-proto", features = ["hs-client", "send-control-msg"] }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tracing = "0.1.36"
@ -73,10 +73,10 @@ tokio-crate = { package = "tokio", version = "1.7", features = ["full"] }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-chanmgr = { path = "../tor-chanmgr", version = "0.9.1" }
tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-client", "testing"] }
tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-client", "testing"] }
tor-guardmgr = { path = "../tor-guardmgr", version = "0.9.1", features = ["testing"] }
tor-netdir = { path = "../tor-netdir", version = "0.9.1", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["testing"] }
tor-netdir = { path = "../tor-netdir", version = "0.9.2", features = ["testing"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1", features = ["testing"] }
tor-persist = { path = "../tor-persist", version = "0.7.1", features = ["testing"] }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-hscrypto"
version = "0.2.1"
version = "0.3.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -23,14 +23,14 @@ itertools = "0.11.0"
paste = "1"
rand = "0.8"
rand_core = "0.6.2"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
signature = "1"
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { version = "0.7.1", path = "../tor-bytes" }
tor-error = { version = "0.5.1", path = "../tor-error" }
tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
tor-bytes = { version = "0.7.2", path = "../tor-bytes" }
tor-error = { version = "0.5.2", path = "../tor-error" }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] }
tor-units = { path = "../tor-units", version = "0.6.1" }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-hsservice"
version = "0.2.1"
version = "0.2.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -28,11 +28,11 @@ full = [
async-trait = "0.1.54"
rand_core = "0.6.2"
thiserror = "1"
tor-circmgr = { version = "0.9.0", path = "../tor-circmgr", features = ["hs-service"] }
tor-hscrypto = { version = "0.2.1", path = "../tor-hscrypto" }
tor-llcrypto = { version = "0.5.1", path = "../tor-llcrypto" }
tor-netdir = { version = "0.9.1", path = "../tor-netdir" }
tor-proto = { version = "0.11.0", path = "../tor-proto" }
tor-circmgr = { version = "0.9.1", path = "../tor-circmgr", features = ["hs-service"] }
tor-hscrypto = { version = "0.3.0", path = "../tor-hscrypto" }
tor-llcrypto = { version = "0.5.2", path = "../tor-llcrypto" }
tor-netdir = { version = "0.9.2", path = "../tor-netdir" }
tor-proto = { version = "0.11.1", path = "../tor-proto" }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
[dev-dependencies]

View File

@ -30,9 +30,9 @@ fs-mistrust = { path = "../fs-mistrust", version = "0.7.1", features = ["serde",
itertools = "0.10.1"
ssh-key = { version = "0.5.1", features = ["std"] }
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.0" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.0", features = ["keymgr"] }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2", features = ["keymgr"] }
zeroize = "1"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-linkspec"
version = "0.8.0"
version = "0.8.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -39,15 +39,15 @@ derive_more = "0.99.3"
educe = "0.4.6"
hex = "0.4"
itertools = "0.11.0"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
serde = { version = "1.0.103", features = ["derive"] }
serde_with = "3.0.0"
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-llcrypto"
version = "0.5.1"
version = "0.5.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -48,7 +48,7 @@ old_rand_core = { package = "rand_core", version = "0.5.1" }
openssl = { version = "0.10.48", optional = true }
rand_core = "0.6.2"
rsa = "0.9.0"
safelog = { version = "0.3.1", path = "../safelog" }
safelog = { version = "0.3.2", path = "../safelog" }
serde = "1.0.103"
sha1 = "0.10.0"
sha2 = "0.10.0"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-netdir"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -63,12 +63,12 @@ thiserror = "1"
time = { version = "0.3.17", features = ["macros"], optional = true }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-units = { path = "../tor-units", version = "0.6.1" }
tracing = "0.1.36"
@ -80,7 +80,7 @@ float_eq = "1.0.0"
hex = "0.4"
hex-literal = "0.4"
rand_chacha = "0.3"
tor-netdoc = { path = "../tor-netdoc", version = "0.8.0", features = ["build_docs"] }
tor-netdoc = { path = "../tor-netdoc", version = "0.8.1", features = ["build_docs"] }
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-netdoc"
version = "0.8.0"
version = "0.8.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -104,13 +104,13 @@ thiserror = "1"
time = { version = "0.3", features = ["std", "parsing", "macros"] }
tinystr = "0.7.0"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-cert = { path = "../tor-cert", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cert = { path = "../tor-cert", version = "0.7.2" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0", optional = true }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1", optional = true }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-units = { version = "0.6.1", path = "../tor-units", optional = true }
visibility = { version = "0.0.1", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-persist"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -28,7 +28,7 @@ sanitize-filename = "0.4.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tracing = "0.1.36"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-proto"
version = "0.11.0"
version = "0.11.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -67,22 +67,22 @@ hmac = "0.12.0"
pin-project = "1"
rand = "0.8"
rand_core = "0.6.2"
safelog = { path = "../safelog", version = "0.3.1" }
safelog = { path = "../safelog", version = "0.3.2" }
subtle = "2"
thiserror = "1"
tokio-crate = { package = "tokio", version = "1.7", optional = true }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-cell = { path = "../tor-cell", version = "0.11.0" }
tor-cert = { path = "../tor-cert", version = "0.7.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-cell = { path = "../tor-cell", version = "0.12.0" }
tor-cert = { path = "../tor-cert", version = "0.7.2" }
tor-checkable = { path = "../tor-checkable", version = "0.5.1" }
tor-config = { path = "../tor-config", version = "0.9.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.2.1", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.0" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.1" }
tor-config = { path = "../tor-config", version = "0.9.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.0", optional = true }
tor-linkspec = { path = "../tor-linkspec", version = "0.8.1" }
tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.2" }
tor-protover = { path = "../tor-protover", version = "0.5.1" }
tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1" }
tor-rtmock = { path = "../tor-rtmock", version = "0.8.1" }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-protover"
version = "0.5.1"
version = "0.5.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-ptmgr"
version = "0.3.1"
version = "0.3.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -37,11 +37,11 @@ futures = "0.3.14"
serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
tor-chanmgr = { version = "0.9.1", path = "../tor-chanmgr", features = ["pt-client"] }
tor-config = { version = "0.9.1", path = "../tor-config" }
tor-error = { version = "0.5.1", path = "../tor-error" }
tor-linkspec = { version = "0.8.0", path = "../tor-linkspec", features = ["pt-client"] }
tor-config = { version = "0.9.2", path = "../tor-config" }
tor-error = { version = "0.5.2", path = "../tor-error" }
tor-linkspec = { version = "0.8.1", path = "../tor-linkspec", features = ["pt-client"] }
tor-rtcompat = { version = "0.9.1", path = "../tor-rtcompat" }
tor-socksproto = { version = "0.7.1", path = "../tor-socksproto" }
tor-socksproto = { version = "0.7.2", path = "../tor-socksproto" }
tracing = "0.1.36"
visibility = { version = "0.0.1", optional = true }

View File

@ -1,6 +1,6 @@
[package]
name = "tor-rpcbase"
version = "0.1.1"
version = "0.1.2"
edition = "2021"
rust-version = "1.60"
authors = ["The Tor Project, Inc.", "eta <eta@torproject.org>"]
@ -23,7 +23,7 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_repr = "0.1.12"
thiserror = "1"
tor-async-utils = { path = "../tor-async-utils", version = "0.1.1" }
tor-error = { path = "../tor-error/", version = "0.5.1", features = ["rpc"] }
tor-error = { path = "../tor-error/", version = "0.5.2", features = ["rpc"] }
typetag = "0.2.7"
[dev-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "tor-rtcompat"
version = "0.9.1"
version = "0.9.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-rtmock"
version = "0.8.1"
version = "0.8.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-socksproto"
version = "0.7.1"
version = "0.7.2"
authors = ["The Tor Project, Inc.", "Nick Mathewson <nickm@torproject.org>"]
edition = "2021"
rust-version = "1.65"
@ -24,8 +24,8 @@ arbitrary = { version = "1.0.1", optional = true, features = ["derive"] }
caret = { path = "../caret", version = "0.4.1" }
subtle = "2"
thiserror = "1"
tor-bytes = { path = "../tor-bytes", version = "0.7.1" }
tor-error = { path = "../tor-error", version = "0.5.1" }
tor-bytes = { path = "../tor-bytes", version = "0.7.2" }
tor-error = { path = "../tor-error", version = "0.5.2" }
[dev-dependencies]
hex-literal = "0.4"

View File

@ -1,6 +1,6 @@
[package]
name = "tor-units"
version = "0.6.1"
version = "0.6.2"
authors = ["Dennis Jackson <git@dennisjj.co.uk>"]
edition = "2021"
rust-version = "1.65"