diff options
25 files changed, 138 insertions, 138 deletions
diff --git a/Cargo.lock b/Cargo.lock index 4f36fe8a5..97aead07f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -71,7 +71,7 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arti" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arti-client", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "arti-bench" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arti", @@ -126,7 +126,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "derive_builder_fork_arti", @@ -162,11 +162,11 @@ dependencies = [ [[package]] name = "arti-config" -version = "0.3.0" +version = "0.4.0" [[package]] name = "arti-hyper" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arti-client", @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "arti-testing" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "arti", @@ -1197,7 +1197,7 @@ dependencies = [ [[package]] name = "fs-mistrust" -version = "0.1.0" +version = "0.2.0" dependencies = [ "anyhow", "derive_builder_fork_arti", @@ -3268,7 +3268,7 @@ dependencies = [ [[package]] name = "tor-basic-utils" -version = "0.3.0" +version = "0.3.1" dependencies = [ "derive_more", "educe", @@ -3332,7 +3332,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-trait", "derive_more", @@ -3365,7 +3365,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-trait", "bounded-vec-deque", @@ -3404,7 +3404,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.3.0" +version = "0.4.0" dependencies = [ "anyhow", "config", @@ -3443,7 +3443,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.3.0" +version = "0.3.1" dependencies = [ "async-compression", "base64", @@ -3469,7 +3469,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-trait", "base64", @@ -3516,7 +3516,7 @@ dependencies = [ [[package]] name = "tor-error" -version = "0.3.0" +version = "0.3.1" dependencies = [ "backtrace", "derive_more", @@ -3541,7 +3541,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.3.0" +version = "0.3.1" dependencies = [ "base64", "derive_builder_fork_arti", @@ -3642,7 +3642,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.3.0" +version = "0.4.0" dependencies = [ "base64", "bitflags", @@ -3672,7 +3672,7 @@ dependencies = [ [[package]] name = "tor-persist" -version = "0.3.0" +version = "0.4.0" dependencies = [ "fs-mistrust", "fslock", @@ -3687,7 +3687,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.3.0" +version = "0.3.1" dependencies = [ "arrayref", "asynchronous-codec", @@ -3733,7 +3733,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-io", "async-native-tls", @@ -3753,7 +3753,7 @@ dependencies = [ [[package]] name = "tor-rtmock" -version = "0.3.0" +version = "0.4.0" dependencies = [ "async-trait", "futures", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 30d372343..d06fa4bc3 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.3.0" +version = "0.4.0" edition = "2021" rust-version = "1.56" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -22,9 +22,9 @@ serde_json = "1.0.50" tracing = "0.1.18" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tokio = { version = "1.7", features = ["full"] } -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } -arti = { path = "../arti", version = "0.3.0"} -arti-client = { package = "arti-client", path = "../arti-client", version = "0.3.0"} -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0" } +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +arti = { path = "../arti", version = "0.4.0"} +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0"} +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"} tokio-socks = "0.5" diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 221617812..66ea063ac 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -31,19 +31,19 @@ error_detail = [] experimental-api = [] [dependencies] -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["serde"] } safelog = { path = "../safelog", version = "0.1.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} -tor-circmgr = { path = "../tor-circmgr", version = "0.3.0"} -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.0"} -tor-dirmgr = { path = "../tor-dirmgr", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.0"} -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} -tor-persist = { path = "../tor-persist", version = "0.3.0"} -tor-proto = { path = "../tor-proto", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} +tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"} +tor-dirmgr = { path = "../tor-dirmgr", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} +tor-persist = { path = "../tor-persist", version = "0.4.0"} +tor-proto = { path = "../tor-proto", version = "0.3.1"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} humantime-serde = "1.1.1" derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } @@ -58,7 +58,7 @@ thiserror = "1" pin-project = "1" [dev-dependencies] -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } tokio-crate = { package = "tokio", version = "1.7", features = [ "rt", "rt-multi-thread", diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index c4236cad8..77af9ccdf 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-config" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index aa76dcda8..08661d31b 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -25,7 +25,7 @@ experimental-api = [] [dependencies] anyhow = "1.0.23" -arti-client = { path = "../arti-client", version = "0.3.0"} +arti-client = { path = "../arti-client", version = "0.4.0"} educe = "0.4.6" hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" @@ -40,8 +40,8 @@ tokio = { package = "tokio", version = "1.7", features = [ thiserror = "1" tls-api = { version = "0.8" } tls-api-native-tls = { version = "0.8.0" } -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio"] } +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio"] } [dev-dependencies] tracing-subscriber = "0.3.0" diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 400f12873..6c43e696a 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -15,21 +15,21 @@ publish = false [features] [dependencies] -arti = { package = "arti", path = "../arti", version = "0.3.0"} -arti-client = { package = "arti-client", path = "../arti-client", version = "0.3.0", features = [ +arti = { package = "arti", path = "../arti", version = "0.4.0"} +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [ "dirfilter", ] } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.3.0", features = [ +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.4.0", features = [ "dirfilter", ] } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.3.0", features = [ +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} anyhow = "1.0.23" async-trait = "0.1.2" diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index ba14fea42..240b960d0 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -24,11 +24,11 @@ journald = ["tracing-journald"] [dependencies] safelog = { path = "../safelog", version = "0.1.0" } -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.3.0", default-features = false } -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0", default-features = false } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", default-features = false } +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"} +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", default-features = false } +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1", default-features = false } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", default-features = false } tor-socksproto = { path = "../tor-socksproto", version = "0.3.0"} anyhow = "1.0.23" diff --git a/crates/fs-mistrust/Cargo.toml b/crates/fs-mistrust/Cargo.toml index 09d240ae0..1884e9895 100644 --- a/crates/fs-mistrust/Cargo.toml +++ b/crates/fs-mistrust/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fs-mistrust" -version = "0.1.0" +version = "0.2.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-basic-utils/Cargo.toml b/crates/tor-basic-utils/Cargo.toml index 636330271..f73149175 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.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index f3b675d00..c631a1bc9 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -13,7 +13,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} arrayref = "0.3" bytes = "1" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 509d70789..ca9a4816e 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -14,11 +14,11 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path = "../caret", version = "0.2.0"} educe = "0.4.6" -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} tor-bytes = { path = "../tor-bytes", version = "0.3.0"} tor-cert = { path = "../tor-cert", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} arrayref = "0.3" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 0c144e20c..3455a6e73 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -14,10 +14,10 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} -tor-proto = { path = "../tor-proto", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} +tor-proto = { path = "../tor-proto", version = "0.3.1"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} @@ -34,5 +34,5 @@ thiserror = "1" float_eq = "0.7" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path = "../tor-rtmock", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index 1eb654215..addb31aff 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -20,18 +20,18 @@ experimental-api = [] [dependencies] safelog = { path = "../safelog", version = "0.1.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} -tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.0"} -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} +tor-chanmgr = { path = "../tor-chanmgr", version = "0.3.1"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"} tor-netdir = { path = "../tor-netdir", version = "0.3.0"} -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} -tor-proto = { path = "../tor-proto", version = "0.3.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} +tor-proto = { path = "../tor-proto", version = "0.3.1"} retry-error = { path = "../retry-error", version = "0.2.0"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} -tor-persist = { path = "../tor-persist", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} +tor-persist = { path = "../tor-persist", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} async-trait = "0.1.2" bounded-vec-deque = "0.1" @@ -53,9 +53,9 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path = "../tor-rtmock", version = "0.3.0"} -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.0", features = ["testing"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} +tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1", features = ["testing"] } tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } -tor-persist = { path = "../tor-persist", version = "0.3.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index d5425b0e8..7bce1bbe7 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -16,14 +16,14 @@ default = ["expand-paths"] expand-paths = ["shellexpand", "directories"] [dependencies] -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-basic-utils = { path="../tor-basic-utils", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-basic-utils = { path="../tor-basic-utils", version = "0.3.1"} thiserror = "1" config = { version = "0.13", default-features = false, features = ["toml"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } educe = "0.4.6" -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0" } +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"} itertools = "0.10.1" once_cell = "1" paste = "1" diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index d4c920869..8d33aab2e 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -19,13 +19,13 @@ zstd = ["async-compression/zstd"] routerdesc = [] [dependencies] -tor-circmgr = { path = "../tor-circmgr", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"} +tor-error = { path = "../tor-error", version = "0.3.1"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} -tor-proto = { path = "../tor-proto", version = "0.3.0"} -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} +tor-proto = { path = "../tor-proto", version = "0.3.1"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} async-compression = { version = "0.3.14", features = ["futures-io", "zlib"] } base64 = "0.13.0" @@ -41,5 +41,5 @@ thiserror = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path = "../tor-rtmock", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index becaa5ebb..2519eeaac 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -26,20 +26,20 @@ dirfilter = [] experimental-api = [] [dependencies] -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0" } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} retry-error = { path = "../retry-error", version = "0.2.0"} tor-checkable = { path = "../tor-checkable", version = "0.3.0"} -tor-circmgr = { path = "../tor-circmgr", version = "0.3.0"} -tor-config = { path = "../tor-config", version = "0.3.0"} +tor-circmgr = { path = "../tor-circmgr", version = "0.3.1"} +tor-config = { path = "../tor-config", version = "0.4.0"} tor-consdiff = { path = "../tor-consdiff", version = "0.3.0"} -tor-dirclient = { path = "../tor-dirclient", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} -tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.0"} +tor-dirclient = { path = "../tor-dirclient", version = "0.3.1"} +tor-error = { path = "../tor-error", version = "0.3.1"} +tor-guardmgr = { path = "../tor-guardmgr", version = "0.3.1"} tor-netdir = { path = "../tor-netdir", version = "0.3.0"} -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} async-trait = "0.1.2" base64 = "0.13.0" @@ -68,6 +68,6 @@ humantime-serde = "1.1.1" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.3.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} float_eq = "0.7" diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index 6f9e7b650..2375d944f 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.3.0" +version = "0.3.1" authors = ["Ian Jackson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index 73c21596b..a76b8cc51 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -19,15 +19,15 @@ default = [] testing = [] [dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} tor-netdir = { path = "../tor-netdir", version = "0.3.0"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} -tor-persist = { path = "../tor-persist", version = "0.3.0"} -tor-proto = { path = "../tor-proto", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} +tor-persist = { path = "../tor-persist", version = "0.4.0"} +tor-proto = { path = "../tor-proto", version = "0.3.1"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} tor-units = { path = "../tor-units", version = "0.3.0"} base64 = "0.13.0" @@ -48,9 +48,9 @@ tracing = "0.1.18" [dev-dependencies] tor-netdir = { path = "../tor-netdir", version = "0.3.0", features = ["testing"] } -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} -tor-persist = { path = "../tor-persist", version = "0.3.0", features = ["testing"] } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } -tor-rtmock = { path = "../tor-rtmock", version = "0.3.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} +tor-persist = { path = "../tor-persist", version = "0.4.0", features = ["testing"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } +tor-rtmock = { path = "../tor-rtmock", version = "0.4.0"} float_eq = "0.7" diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index 22a6737d3..47f892659 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -26,8 +26,8 @@ testing = ["hex", "hex-literal", "tor-netdoc/build_docs"] [dependencies] tor-checkable = { path = "../tor-checkable", version = "0.3.0"} -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} tor-protover = { path = "../tor-protover", version = "0.3.0"} @@ -48,5 +48,5 @@ futures = "0.3.14" [dev-dependencies] hex = "0.4" hex-literal = "0.3" -tor-netdoc = { path = "../tor-netdoc", version = "0.3.0", features = ["build_docs"] } +tor-netdoc = { path = "../tor-netdoc", version = "0.4.0", features = ["build_docs"] } rand_chacha = "0.3" diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 72980cb6b..c4196cc70 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -47,7 +47,7 @@ tor-bytes = { path = "../tor-bytes", version = "0.3.0"} tor-cert = { path = "../tor-cert", version = "0.3.0"} tor-protover = { path = "../tor-protover", version = "0.3.0"} tor-checkable = { path = "../tor-checkable", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} base64 = "0.13.0" bitflags = "1" diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 983702ac1..45d1a0493 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -17,13 +17,13 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" testing = [] [dependencies] -fs-mistrust = { path = "../fs-mistrust", version = "0.1.0", features = ["walkdir"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.2.0", features = ["walkdir"] } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" sanitize-filename = "0.4.0" thiserror = "1" tracing = "0.1.18" -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} [target.'cfg(not(target_arch = "wasm32"))'.dependencies] fslock = { version = "0.2.0" } diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index 5b6adc0fb..38cde0239 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.3.0" +version = "0.3.1" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -18,11 +18,11 @@ ntor_v3 = [] tokio = ["tokio-crate", "tokio-util"] [dependencies] -tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.0"} +tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1"} tor-llcrypto = { path = "../tor-llcrypto", version = "0.3.0"} tor-bytes = { path = "../tor-bytes", version = "0.3.0"} tor-cert = { path = "../tor-cert", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} tor-linkspec = { path = "../tor-linkspec", version = "0.3.0"} tor-checkable = { path = "../tor-checkable", version = "0.3.0"} tor-protover = { path = "../tor-protover", version = "0.3.0"} @@ -51,6 +51,6 @@ tokio-crate = { package = "tokio", version = "1.7", optional = true } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } [dev-dependencies] -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } hex-literal = "0.3" hex = "0.4" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index c2b976678..343eff9f0 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index b6d071a5b..3aea1e846 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -18,9 +18,9 @@ pin-project = "1" thiserror = "1" tracing = "0.1.18" -tor-rtcompat = { version = "0.3.0", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.4.0", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0", features = ["tokio", "native-tls"] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0", features = ["tokio", "native-tls"] } diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index f781ddd55..64f8b7968 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -14,7 +14,7 @@ repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] caret = { path = "../caret", version = "0.2.0"} tor-bytes = { path = "../tor-bytes", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} thiserror = "1" |
