diff options
Diffstat (limited to 'crates')
31 files changed, 183 insertions, 183 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 673473854..21cdd4f12 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "1.1.9" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.2" } +arti = { path = "../arti", version = "1.1.10" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0" } clap = "3.2.20" float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" } @@ -28,7 +28,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.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 7bd020096..146b933ad 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.10.2" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -124,28 +124,28 @@ postage = { version = "0.5.0", default-features = false, features = ["futures-tr 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.4" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-cell = { path = "../tor-cell", version = "0.12.3" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.1" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-cell = { path = "../tor-cell", version = "0.13.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } -tor-circmgr = { path = "../tor-circmgr", version = "0.11.0" } -tor-config = { path = "../tor-config", version = "0.9.5" } -tor-dirmgr = { path = "../tor-dirmgr", version = "0.11.2", default-features = false, features = ["mmap"] } +tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" } +tor-config = { path = "../tor-config", version = "0.9.6" } +tor-dirmgr = { path = "../tor-dirmgr", version = "0.12.0", default-features = false, features = ["mmap"] } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" } -tor-hsclient = { path = "../tor-hsclient", version = "0.5.0", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.3.0", optional = true } -tor-keymgr = { path = "../tor-keymgr", version = "0.3.0", default-features = false } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" } +tor-hsclient = { path = "../tor-hsclient", version = "0.6.0", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.4.0", optional = true } +tor-keymgr = { path = "../tor-keymgr", version = "0.4.0", default-features = false } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } tor-persist = { path = "../tor-persist", version = "0.7.3" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } -tor-ptmgr = { path = "../tor-ptmgr", version = "0.6.0", optional = true } +tor-proto = { path = "../tor-proto", version = "0.13.0" } +tor-ptmgr = { path = "../tor-ptmgr", version = "0.7.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index 32db6422d..d58e1ae33 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.10.3" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -36,7 +36,7 @@ __is_nonadditive = [] [dependencies] anyhow = "1.0.23" -arti-client = { path = "../arti-client", version = "0.10.2" } +arti-client = { path = "../arti-client", version = "0.11.0" } educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" diff --git a/crates/arti-rpcserver/Cargo.toml b/crates/arti-rpcserver/Cargo.toml index ae240e6ba..7e7d7b05a 100644 --- a/crates/arti-rpcserver/Cargo.toml +++ b/crates/arti-rpcserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-rpcserver" -version = "0.2.3" +version = "0.2.4" edition = "2021" rust-version = "1.60" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -23,7 +23,7 @@ full = [ ] [dependencies] -arti-client = { path = "../arti-client", version = "0.10.2", features = ["rpc"] } +arti-client = { path = "../arti-client", version = "0.11.0", features = ["rpc"] } asynchronous-codec = { version = "0.7.0", features = ["json"] } base64ct = "1.5.1" bytes = "1" @@ -37,7 +37,7 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" thiserror = "1" tiny-keccak = { version = "2", features = ["kmac"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } tor-error = { path = "../tor-error", version = "0.5.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } @@ -50,4 +50,4 @@ zeroize = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index fad0728ed..d18871d3a 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -26,8 +26,8 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.1.9" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.2", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "1.1.10" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0", features = ["dirfilter"] } async-trait = "0.1.54" cfg-if = "1.0.0" clap = "3.2.20" @@ -37,12 +37,12 @@ pin-project = "1" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } tokio = { version = "1.7", features = ["signal", "macros"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.9.5" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.11.2", features = ["dirfilter"] } +tor-config = { path = "../tor-config", version = "0.9.6" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.12.0", features = ["dirfilter"] } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.9.0", features = [ +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.9.1", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 9038f502a..50744b0a9 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.1.9" +version = "1.1.10" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -88,9 +88,9 @@ onion-service-service = ["arti-client/onion-service-service", "tor-hsrproxy", "t __is_experimental = [] [dependencies] -arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.3", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.4", optional = true } anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.2", default-features = false } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.11.0", default-features = false } async-ctrlc = { version = "1.2.0", optional = true } backtrace = "0.3.68" cfg-if = "1.0.0" @@ -117,10 +117,10 @@ thiserror = "1" time = "0.3.18" 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.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4", default-features = false, features = ["tracing"] } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.1.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.3.0", optional = true } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.2.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.4.0", optional = true } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", default-features = false } tor-socksproto = { path = "../tor-socksproto", version = "0.7.5" } diff --git a/crates/tor-async-utils/Cargo.toml b/crates/tor-async-utils/Cargo.toml index f8278a447..3e5a47dd8 100644 --- a/crates/tor-async-utils/Cargo.toml +++ b/crates/tor-async-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-async-utils" -version = "0.1.4" +version = "0.1.5" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 9a3919832..e7a9aeadf 100644 --- a/crates/tor-basic-utils/Cargo.toml +++ b/crates/tor-basic-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-basic-utils" -version = "0.7.4" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index d2934080d..805900e15 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.12.3" +version = "0.13.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -46,11 +46,11 @@ educe = "0.4.6" paste = "1" rand = "0.8" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-cert = { path = "../tor-cert", version = "0.7.5" } +tor-cert = { path = "../tor-cert", version = "0.8.0" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-units = { path = "../tor-units", version = "0.6.1" } diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index 7789193eb..e78a27817 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.7.5" +version = "0.8.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 2d2834223..d73acfa74 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.10.1" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -47,15 +47,15 @@ rand = "0.8" safelog = { path = "../safelog", version = "0.3.2" } serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-cell = { path = "../tor-cell", version = "0.12.3" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-cell = { path = "../tor-cell", version = "0.13.0" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } +tor-proto = { path = "../tor-proto", version = "0.13.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tor-socksproto = { path = "../tor-socksproto", version = "0.7.5", default-features = false, features = [ "client-handshake", @@ -69,11 +69,11 @@ 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.12.3", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.9.4", features = ["testing"] } -tor-proto = { path = "../tor-proto", version = "0.12.2", features = ["testing"] } +tor-cell = { path = "../tor-cell", version = "0.13.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] } +tor-proto = { path = "../tor-proto", version = "0.13.0", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index f1898d49e..802769659 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.11.0" +version = "0.12.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -70,19 +70,19 @@ safelog = { path = "../safelog", version = "0.3.2" } serde = { version = "1.0.103", features = ["derive"] } static_assertions = "1" thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.1" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } tor-persist = { path = "../tor-persist", version = "0.7.3" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } +tor-proto = { path = "../tor-proto", version = "0.13.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" visibility = { version = "0.1.0", optional = true } @@ -91,12 +91,12 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1", features = ["testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0", features = ["testing"] } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] } tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index cbf8c72df..ac999502d 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.9.5" +version = "0.9.6" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -45,7 +45,7 @@ shellexpand = { version = "3.0", optional = true } strum = { version = "0.25", features = ["derive"] } thiserror = "1" toml = "0.7.2" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-error = { path = "../tor-error", version = "0.5.4" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-congestion/Cargo.toml b/crates/tor-congestion/Cargo.toml index 4cf9d5e0c..72bd1f1b1 100644 --- a/crates/tor-congestion/Cargo.toml +++ b/crates/tor-congestion/Cargo.toml @@ -17,7 +17,7 @@ publish = false [dependencies] thiserror = "1" tor-error = { path = "../tor-error", version = "0.5.4" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } tor-units = { path = "../tor-units", version = "0.6.1" } [features] diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index b46fdce22..9d57f2efe 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.9.1" +version = "0.10.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -55,20 +55,20 @@ httpdate = "1.0" itertools = "0.11.0" memchr = "2.5" thiserror = "1" -tor-circmgr = { path = "../tor-circmgr", version = "0.11.0" } +tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } +tor-proto = { path = "../tor-proto", version = "0.13.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" [dev-dependencies] futures-await-test = "0.3.0" tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 6ba2d43fc..1e5d92ddc 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.11.2" +version = "0.12.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -83,20 +83,20 @@ signature = "1" strum = { version = "0.25", features = ["derive"] } thiserror = "1" time = { version = "0.3", features = ["formatting", "parsing"] } -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } -tor-circmgr = { path = "../tor-circmgr", version = "0.11.0" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-circmgr = { path = "../tor-circmgr", version = "0.12.0" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-consdiff = { path = "../tor-consdiff", version = "0.5.6" } -tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false } +tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } tor-geoip = { path = "../tor-geoip", version = "0.1.0", optional = true } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1" } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } +tor-proto = { path = "../tor-proto", version = "0.13.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" @@ -107,7 +107,7 @@ hex-literal = "0.4" tempfile = "3" tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } tracing-test = "0.2" [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index 7e317aa99..14881bbcd 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.10.2" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -64,16 +64,16 @@ safelog = { path = "../safelog", version = "0.3.2" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.25", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4" } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdir = { path = "../tor-netdir", version = "0.9.4" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } # for address pattern +tor-netdir = { path = "../tor-netdir", version = "0.9.6" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } # for address pattern tor-persist = { path = "../tor-persist", version = "0.7.3" } -tor-proto = { path = "../tor-proto", version = "0.12.2" } +tor-proto = { path = "../tor-proto", version = "0.13.0" } tor-protover = { path = "../tor-protover", version = "0.5.1", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tor-units = { path = "../tor-units", version = "0.6.1" } @@ -83,8 +83,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.4", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } +tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } diff --git a/crates/tor-hsclient/Cargo.toml b/crates/tor-hsclient/Cargo.toml index cf87138f1..4053b8d00 100644 --- a/crates/tor-hsclient/Cargo.toml +++ b/crates/tor-hsclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsclient" -version = "0.5.0" +version = "0.6.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -49,36 +49,36 @@ safelog = { path = "../safelog", version = "0.3.2" } slotmap = "1.0.6" strum = { version = "0.25", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-cell = { path = "../tor-cell", version = "0.12.3", features = ["hs"] } +tor-cell = { path = "../tor-cell", version = "0.13.0", features = ["hs"] } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } -tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-client"] } -tor-config = { path = "../tor-config", version = "0.9.5" } -tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false, features = ["hs-client"] } +tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-client"] } +tor-config = { path = "../tor-config", version = "0.9.6" } +tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false, features = ["hs-client"] } tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] } -tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.3.0", path = "../tor-keymgr", default-features = false } +tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.4.0", path = "../tor-keymgr", default-features = false } tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["decode", "verbatim"] } tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto" } -tor-netdir = { version = "0.9.4", path = "../tor-netdir", features = ["hs-client"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0", features = ["hs-client"] } -tor-proto = { version = "0.12.2", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } +tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-client"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["hs-client"] } +tor-proto = { version = "0.13.0", path = "../tor-proto", features = ["hs-client", "send-control-msg"] } tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" } tracing = "0.1.36" [dev-dependencies] humantime = "2" tokio-crate = { package = "tokio", version = "1.7", features = ["full"] } -tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } -tor-chanmgr = { path = "../tor-chanmgr", version = "0.10.1" } -tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } -tor-guardmgr = { path = "../tor-guardmgr", version = "0.10.1", features = ["testing"] } -tor-netdir = { path = "../tor-netdir", version = "0.9.4", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0", features = ["testing"] } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.11.0" } +tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-client", "testing"] } +tor-guardmgr = { path = "../tor-guardmgr", version = "0.11.0", features = ["testing"] } +tor-netdir = { path = "../tor-netdir", version = "0.9.6", features = ["testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["testing"] } tor-persist = { path = "../tor-persist", version = "0.7.3", features = ["testing"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } tracing-test = "0.2" diff --git a/crates/tor-hscrypto/Cargo.toml b/crates/tor-hscrypto/Cargo.toml index 80c34b532..918a46061 100644 --- a/crates/tor-hscrypto/Cargo.toml +++ b/crates/tor-hscrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hscrypto" -version = "0.3.3" +version = "0.3.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -35,7 +35,7 @@ serde = { version = "1.0.103", features = ["derive"] } signature = "1" subtle = "2" thiserror = "1" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { version = "0.7.5", path = "../tor-bytes" } tor-error = { version = "0.5.4", path = "../tor-error" } tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto", features = ["hsv3-client", "hsv3-service"] } @@ -45,4 +45,4 @@ tor-units = { path = "../tor-units", version = "0.6.1" } hex = "0.4" hex-literal = "0.4" humantime = "2" -tor-basic-utils = { version = "0.7.3", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.8.0", path = "../tor-basic-utils" } diff --git a/crates/tor-hspow/Cargo.toml b/crates/tor-hspow/Cargo.toml index 9a29d7049..58030b950 100644 --- a/crates/tor-hspow/Cargo.toml +++ b/crates/tor-hspow/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hspow" -version = "0.1.2" +version = "0.1.3" authors = ["The Tor Project, Inc.", "Micah Elizabeth Scott <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -24,7 +24,7 @@ derive_more = "0.99.3" equix = { path = "../equix", version = "0.1.2" } rand = "0.8.5" thiserror = "1" -tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" } +tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" } [dev-dependencies] hex-literal = "0.4.1" diff --git a/crates/tor-hsrproxy/Cargo.toml b/crates/tor-hsrproxy/Cargo.toml index 9edc81c91..ef5a43112 100644 --- a/crates/tor-hsrproxy/Cargo.toml +++ b/crates/tor-hsrproxy/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsrproxy" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -35,12 +35,12 @@ safelog = { version = "0.3.2", path = "../safelog" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-cell = { version = "0.12.3", path = "../tor-cell" } -tor-config = { version = "0.9.5", path = "../tor-config" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-cell = { version = "0.13.0", path = "../tor-cell" } +tor-config = { version = "0.9.6", path = "../tor-config" } tor-error = { version = "0.5.4", path = "../tor-error" } -tor-hsservice = { path = "../tor-hsservice", version = "0.3.0" } -tor-proto = { version = "0.12.2", path = "../tor-proto", features = ["experimental-api", "hs-service"] } +tor-hsservice = { path = "../tor-hsservice", version = "0.4.0" } +tor-proto = { version = "0.13.0", path = "../tor-proto", features = ["experimental-api", "hs-service"] } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } tracing = "0.1.36" void = "1" diff --git a/crates/tor-hsservice/Cargo.toml b/crates/tor-hsservice/Cargo.toml index 2f4b04c72..0994e6618 100644 --- a/crates/tor-hsservice/Cargo.toml +++ b/crates/tor-hsservice/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-hsservice" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -54,23 +54,23 @@ safelog = { path = "../safelog", version = "0.3.3" } serde = { version = "1.0.103", features = ["derive"] } serde_with = "3.0.0" thiserror = "1" -tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { version = "0.7.5", path = "../tor-bytes" } -tor-cell = { version = "0.12.3", path = "../tor-cell", features = ["hs"] } -tor-cert = { path = "../tor-cert", version = "0.7.5" } -tor-circmgr = { version = "0.11.0", path = "../tor-circmgr", features = ["hs-service"] } -tor-config = { version = "0.9.5", path = "../tor-config" } -tor-dirclient = { path = "../tor-dirclient", version = "0.9.1", default-features = false, features = ["hs-service"] } +tor-cell = { version = "0.13.0", path = "../tor-cell", features = ["hs"] } +tor-cert = { path = "../tor-cert", version = "0.8.0" } +tor-circmgr = { version = "0.12.0", path = "../tor-circmgr", features = ["hs-service"] } +tor-config = { version = "0.9.6", path = "../tor-config" } +tor-dirclient = { path = "../tor-dirclient", version = "0.10.0", default-features = false, features = ["hs-service"] } tor-error = { version = "0.5.4", path = "../tor-error" } -tor-hscrypto = { version = "0.3.3", path = "../tor-hscrypto" } -tor-keymgr = { version = "0.3.0", path = "../tor-keymgr", features = ["keymgr"] } +tor-hscrypto = { version = "0.3.4", path = "../tor-hscrypto" } +tor-keymgr = { version = "0.4.0", path = "../tor-keymgr", features = ["keymgr"] } tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["verbatim", "decode"] } tor-llcrypto = { version = "0.5.5", path = "../tor-llcrypto" } -tor-netdir = { version = "0.9.4", path = "../tor-netdir", features = ["hs-service"] } -tor-netdoc = { version = "0.9.0", path = "../tor-netdoc", features = ["hs-service"] } +tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-service"] } +tor-netdoc = { version = "0.9.1", path = "../tor-netdoc", features = ["hs-service"] } tor-persist = { version = "0.7.4", path = "../tor-persist" } -tor-proto = { version = "0.12.2", path = "../tor-proto", features = [ +tor-proto = { version = "0.13.0", path = "../tor-proto", features = [ "experimental-api", "hs-service", "send-control-msg", @@ -86,7 +86,7 @@ humantime = "2" serde_json = "1.0.104" slotmap = "1.0.6" tempfile = "3" -tor-netdir = { version = "0.9.4", path = "../tor-netdir", features = ["hs-service", "testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0", features = ["testing"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-netdir = { version = "0.9.6", path = "../tor-netdir", features = ["hs-service", "testing"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } tracing-test = "0.2" diff --git a/crates/tor-keymgr/Cargo.toml b/crates/tor-keymgr/Cargo.toml index 832fead1e..283d18b6b 100644 --- a/crates/tor-keymgr/Cargo.toml +++ b/crates/tor-keymgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-keymgr" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Gabriela Moldovan <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -35,9 +35,9 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } ssh-key = { version = "0.6.1", features = ["std"] } thiserror = "1" -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3" } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5", features = ["keymgr"] } walkdir = { version = "2" } zeroize = "1" @@ -45,7 +45,7 @@ zeroize = "1" [dev-dependencies] serde_json = "1.0.104" tempfile = "3" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 2a0397d53..be49dffe6 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.8.3" +version = "0.8.4" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -44,9 +44,9 @@ 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.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-protover = { path = "../tor-protover", version = "0.5.1" } diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 685b999fa..ce28acc02 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.5.5" +version = "0.5.6" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -66,7 +66,7 @@ cipher = "0.4.1" hex-literal = "0.4" rand = "0.8" serde_test = "1.0.124" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } [target.wasm32-unknown-unknown.dependencies] getrandom = { version = "0.2.3", features = ["js"] } diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 25b9ce037..9036c5ea8 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.9.5" +version = "0.9.6" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -62,15 +62,15 @@ static_assertions = "1" strum = { version = "0.25", features = ["derive"] } thiserror = "1" time = { version = "0.3.17", features = ["macros"], optional = true } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4" } tor-geoip = { path = "../tor-geoip", version = "0.1.1", optional = true } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1" } tor-protover = { path = "../tor-protover", version = "0.5.1" } tor-units = { path = "../tor-units", version = "0.6.1" } tracing = "0.1.36" @@ -82,7 +82,7 @@ float_eq = "1.0.0" hex = "0.4" hex-literal = "0.4" rand_chacha = "0.3" -tor-netdoc = { path = "../tor-netdoc", version = "0.9.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.9.1", features = ["build_docs"] } [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 909e49964..92ed1a381 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.9.0" +version = "0.9.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -103,13 +103,13 @@ subtle = "2" thiserror = "1" time = { version = "0.3", features = ["std", "parsing", "macros", "formatting"] } tinystr = "0.7.0" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-cell = { path = "../tor-cell", version = "0.12.3" } -tor-cert = { path = "../tor-cert", version = "0.7.5" } +tor-cell = { path = "../tor-cell", version = "0.13.0" } +tor-cert = { path = "../tor-cert", version = "0.8.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3", optional = true } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-protover = { path = "../tor-protover", version = "0.5.1" } @@ -124,7 +124,7 @@ anyhow = "1.0.23" hex-literal = "0.4" itertools = "0.11.0" serde_json = "1.0.50" -tor-basic-utils = { version = "0.7.3", path = "../tor-basic-utils" } +tor-basic-utils = { version = "0.8.0", path = "../tor-basic-utils" } [package.metadata.docs.rs] all-features = true diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index de224ce96..1ed79ecf3 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.12.2" +version = "0.13.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -72,20 +72,20 @@ 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.4" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-bytes = { path = "../tor-bytes", version = "0.7.5" } -tor-cell = { path = "../tor-cell", version = "0.12.3" } -tor-cert = { path = "../tor-cert", version = "0.7.5" } +tor-cell = { path = "../tor-cell", version = "0.13.0" } +tor-cert = { path = "../tor-cert", version = "0.8.0" } tor-checkable = { path = "../tor-checkable", version = "0.5.5" } -tor-config = { path = "../tor-config", version = "0.9.5" } +tor-config = { path = "../tor-config", version = "0.9.6" } tor-error = { path = "../tor-error", version = "0.5.4" } -tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.3", optional = true } +tor-hscrypto = { path = "../tor-hscrypto", version = "0.3.4", optional = true } tor-linkspec = { path = "../tor-linkspec", version = "0.8.3" } tor-llcrypto = { path = "../tor-llcrypto", version = "0.5.5" } tor-protover = { path = "../tor-protover", version = "0.5.1" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5" } -tor-rtmock = { path = "../tor-rtmock", version = "0.10.0" } +tor-rtmock = { path = "../tor-rtmock", version = "0.11.0" } tor-units = { path = "../tor-units", version = "0.6.1" } tracing = "0.1.36" typenum = "1.12" diff --git a/crates/tor-ptmgr/Cargo.toml b/crates/tor-ptmgr/Cargo.toml index d5c76c01f..71c2f0cd8 100644 --- a/crates/tor-ptmgr/Cargo.toml +++ b/crates/tor-ptmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-ptmgr" -version = "0.6.0" +version = "0.7.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -36,9 +36,9 @@ fs-mistrust = { version = "0.7.3", path = "../fs-mistrust" } futures = "0.3.14" serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } -tor-chanmgr = { version = "0.10.1", path = "../tor-chanmgr", features = ["pt-client"] } -tor-config = { version = "0.9.5", path = "../tor-config" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } +tor-chanmgr = { version = "0.11.0", path = "../tor-chanmgr", features = ["pt-client"] } +tor-config = { version = "0.9.6", path = "../tor-config" } tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] } tor-linkspec = { version = "0.8.3", path = "../tor-linkspec", features = ["pt-client"] } tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" } diff --git a/crates/tor-rpcbase/Cargo.toml b/crates/tor-rpcbase/Cargo.toml index fcc837c11..9587bb994 100644 --- a/crates/tor-rpcbase/Cargo.toml +++ b/crates/tor-rpcbase/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rpcbase" -version = "0.1.4" +version = "0.1.5" edition = "2021" rust-version = "1.60" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -22,7 +22,7 @@ paste = "1" serde = { version = "1.0.103", features = ["derive"] } serde_repr = "0.1.12" thiserror = "1" -tor-async-utils = { path = "../tor-async-utils", version = "0.1.4" } +tor-async-utils = { path = "../tor-async-utils", version = "0.1.5" } tor-error = { path = "../tor-error/", version = "0.5.4", features = ["rpc"] } typetag = "0.2.7" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index e0c102120..58b7a4a92 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.10.0" +version = "0.11.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -26,7 +26,7 @@ priority-queue = "1.3.2" slotmap = "1.0.6" strum = { version = "0.25", features = ["derive"] } thiserror = "1" -tor-async-utils = { version = "0.1.4", path = "../tor-async-utils" } +tor-async-utils = { version = "0.1.5", path = "../tor-async-utils" } tor-error = { version = "0.5.4", path = "../tor-error", features = ["tracing"] } tor-rtcompat = { version = "0.9.5", path = "../tor-rtcompat" } tracing = "0.1.36" @@ -36,7 +36,7 @@ void = "1" [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.5", features = ["tokio", "native-tls"] } [features] |
