diff options
30 files changed, 169 insertions, 169 deletions
diff --git a/Cargo.lock b/Cargo.lock index 84d61bc77..6b3088ab9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -61,7 +61,7 @@ checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" [[package]] name = "arti" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "arti-client", @@ -86,7 +86,7 @@ dependencies = [ [[package]] name = "arti-bench" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "arti-client", @@ -104,7 +104,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "derive_builder", @@ -130,7 +130,7 @@ dependencies = [ [[package]] name = "arti-config" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arti-client", "config", @@ -493,7 +493,7 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "caret" -version = "0.0.2" +version = "0.0.3" [[package]] name = "cargo-husky" @@ -2071,7 +2071,7 @@ checksum = "11000e6ba5020e53e7cc26f73b91ae7d5496b4977851479edb66b694c0675c21" [[package]] name = "retry-error" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", ] @@ -2584,7 +2584,7 @@ dependencies = [ [[package]] name = "tor-bytes" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arrayref", "bytes", @@ -2599,7 +2599,7 @@ dependencies = [ [[package]] name = "tor-cell" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arrayref", "bitflags", @@ -2617,7 +2617,7 @@ dependencies = [ [[package]] name = "tor-cert" -version = "0.0.2" +version = "0.0.3" dependencies = [ "base64", "caret", @@ -2631,7 +2631,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "futures", @@ -2648,7 +2648,7 @@ dependencies = [ [[package]] name = "tor-checkable" -version = "0.0.2" +version = "0.0.3" dependencies = [ "signature", "thiserror", @@ -2657,7 +2657,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "async_executors", @@ -2690,7 +2690,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.0.2" +version = "0.0.3" dependencies = [ "derive_builder", "directories", @@ -2705,7 +2705,7 @@ dependencies = [ [[package]] name = "tor-consdiff" -version = "0.0.2" +version = "0.0.3" dependencies = [ "digest 0.10.1", "hex", @@ -2715,7 +2715,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-compression", "base64", @@ -2738,7 +2738,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "base64", @@ -2777,7 +2777,7 @@ dependencies = [ [[package]] name = "tor-events" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-broadcast", "futures", @@ -2790,7 +2790,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.0.2" +version = "0.0.3" dependencies = [ "derive_builder", "futures", @@ -2815,7 +2815,7 @@ dependencies = [ [[package]] name = "tor-linkspec" -version = "0.0.2" +version = "0.0.3" dependencies = [ "hex-literal", "tor-bytes", @@ -2825,7 +2825,7 @@ dependencies = [ [[package]] name = "tor-llcrypto" -version = "0.0.2" +version = "0.0.3" dependencies = [ "aes", "arrayref", @@ -2857,7 +2857,7 @@ dependencies = [ [[package]] name = "tor-netdir" -version = "0.0.2" +version = "0.0.3" dependencies = [ "bitflags", "derive_builder", @@ -2881,7 +2881,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.0.2" +version = "0.0.3" dependencies = [ "base64", "bitflags", @@ -2905,7 +2905,7 @@ dependencies = [ [[package]] name = "tor-persist" -version = "0.0.2" +version = "0.0.3" dependencies = [ "fslock", "sanitize-filename", @@ -2917,7 +2917,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.0.2" +version = "0.0.3" dependencies = [ "arrayref", "asynchronous-codec", @@ -2952,7 +2952,7 @@ dependencies = [ [[package]] name = "tor-protover" -version = "0.0.2" +version = "0.0.3" dependencies = [ "caret", "thiserror", @@ -2960,7 +2960,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-io", "async-native-tls", @@ -2977,7 +2977,7 @@ dependencies = [ [[package]] name = "tor-rtmock" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "futures", @@ -2991,7 +2991,7 @@ dependencies = [ [[package]] name = "tor-socksproto" -version = "0.0.2" +version = "0.0.3" dependencies = [ "caret", "hex-literal", @@ -3001,7 +3001,7 @@ dependencies = [ [[package]] name = "tor-units" -version = "0.0.2" +version = "0.0.3" dependencies = [ "derive_more", "float-cmp", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index c787f0f59..a09a5ed4c 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.0.2" +version = "0.0.3" edition = "2018" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] license = "MIT OR Apache-2.0" @@ -19,7 +19,7 @@ serde_json = "1.0.50" tracing = "0.1.18" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } tokio = { version = "1.4", features = ["full"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features = ["tokio"] } -arti-config = { path="../arti-config", version = "0.0.2"} -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.2"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features = ["tokio"] } +arti-config = { path="../arti-config", version = "0.0.3"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"} tokio-socks = "0.5" diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index f7edd685a..680b7eabe 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -23,13 +23,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ] experimental-api = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.2"} -tor-config = { path="../tor-config", version = "0.0.2"} -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.2"} -tor-dirmgr = { path="../tor-dirmgr", version = "0.0.2"} -tor-persist = { path="../tor-persist", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.3"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"} +tor-dirmgr = { path="../tor-dirmgr", version = "0.0.3"} +tor-persist = { path="../tor-persist", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} humantime-serde = "1" derive_builder = "0.10" @@ -40,7 +40,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" [dev-dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } tokio-crate = { package = "tokio", version = "1.4", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index e2ae0ceaa..db56d5275 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-config" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,9 +11,9 @@ categories = [ "config" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.2"} -tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.2"} -tor-config = { package="tor-config", path = "../tor-config", version = "0.0.2", features = ["expand-paths"]} +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"} +tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.3"} +tor-config = { package="tor-config", path = "../tor-config", version = "0.0.3", features = ["expand-paths"]} config = { version = "0.11.0", default-features = false, features = ["toml"] } once_cell = "1" serde = { version = "1.0.103", features = ["derive"] } diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index f5c9188a9..790141bb2 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,10 +18,10 @@ static = [ "arti-client/static" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", default-features=false } -tor-socksproto = { path="../tor-socksproto", version = "0.0.2"} -arti-config = { path="../arti-config", version = "0.0.2"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", default-features=false } +tor-socksproto = { path="../tor-socksproto", version = "0.0.3"} +arti-config = { path="../arti-config", version = "0.0.3"} anyhow = "1.0.5" async-ctrlc = { version = "1.2.0", optional = true } diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index ec83254d4..81d3d772a 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index 69a7db97c..d9990ed5c 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index 4123abe46..22427fedf 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ categories = ["parsing", "encoding"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} arrayref = "0.3" bytes = "1" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index d767ee5e6..4d5c7821c 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,11 +11,11 @@ categories = [ "parser-implementations", "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} -tor-cert = { path="../tor-cert", version = "0.0.2"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.2"} +caret = { path="../caret", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} +tor-cert = { path="../tor-cert", version = "0.0.3"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} arrayref = "0.3" bitflags = "1" diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index dcc98a7b0..ff9fe4382 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,10 +11,10 @@ categories = [ "parser-implementations" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} -tor-checkable = { path="../tor-checkable", version = "0.0.2"} +caret = { path="../caret", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} +tor-checkable = { path="../tor-checkable", version = "0.0.3"} digest = "0.10.0" signature = "1" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 3b2db3176..d6eaae531 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,10 +13,10 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} async-trait = "0.1.2" futures = "0.3" @@ -26,5 +26,5 @@ thiserror = "1" [dev-dependencies] futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path="../tor-rtmock", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index bc779c8ad..31e800809 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,7 +11,7 @@ categories = [ "cryptography", "rust-patterns" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} signature = "1" thiserror = "1" diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index 0a6918419..196b0f2f9 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,16 +18,16 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.2"} -tor-config = { path="../tor-config", version = "0.0.2"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.2"} -tor-netdir = { path="../tor-netdir", version = "0.0.2"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -retry-error = { path="../retry-error", version = "0.0.2"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.2"} -tor-persist = { path="../tor-persist", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.3"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3"} +tor-netdir = { path="../tor-netdir", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +retry-error = { path="../retry-error", version = "0.0.3"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} +tor-persist = { path="../tor-persist", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} async-trait = "0.1.2" bounded-vec-deque = "0.1" @@ -46,9 +46,9 @@ weak-table = "0.3.0" [dev-dependencies] async_executors = { version = "0.4", default-features = false, features = [ "tokio_tp" ] } futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.2"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.2", features=["testing"]} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-netdir = { path="../tor-netdir", version = "0.0.2", features=["testing"] } -tor-persist = { path="../tor-persist", version = "0.0.2", features=["testing"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.0.3", features=["testing"]} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"] } +tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index d18c7eace..6ac7c7c16 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index f4aaa4229..eadb4158a 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,7 +16,7 @@ slow-diff-apply = [] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} digest = "0.10.0" hex = "0.4" diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index a9522d6c8..264d86ded 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,11 +18,11 @@ zstd = ["async-compression/zstd"] routerdesc = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} +tor-circmgr = { path="../tor-circmgr", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] } base64 = "0.13.0" @@ -37,6 +37,6 @@ thiserror = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.2"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 8b3cff33f..3fa6ee2dd 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,16 +18,16 @@ static = ["rusqlite/bundled"] routerdesc = ["tor-dirclient/routerdesc"] [dependencies] -retry-error = { path = "../retry-error", version = "0.0.2" } -tor-checkable = { path = "../tor-checkable", version = "0.0.2" } -tor-circmgr = { path = "../tor-circmgr", version = "0.0.2" } -tor-config = { path = "../tor-config", version = "0.0.2" } -tor-consdiff = { path = "../tor-consdiff", version = "0.0.2" } -tor-dirclient = { path = "../tor-dirclient", version = "0.0.2" } -tor-netdir = { path = "../tor-netdir", version = "0.0.2" } -tor-netdoc = { path = "../tor-netdoc", version = "0.0.2" } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.2" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.2" } +retry-error = { path = "../retry-error", version = "0.0.3"} +tor-checkable = { path = "../tor-checkable", version = "0.0.3"} +tor-circmgr = { path = "../tor-circmgr", version = "0.0.3"} +tor-config = { path = "../tor-config", version = "0.0.3"} +tor-consdiff = { path = "../tor-consdiff", version = "0.0.3"} +tor-dirclient = { path = "../tor-dirclient", version = "0.0.3"} +tor-netdir = { path = "../tor-netdir", version = "0.0.3"} +tor-netdoc = { path = "../tor-netdoc", version = "0.0.3"} +tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3"} async-trait = "0.1.2" base64 = "0.13.0" @@ -55,7 +55,7 @@ humantime-serde = "1" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.2", features = [ +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", ] } once_cell = "1" diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml index a4f3508ee..05f9940f7 100644 --- a/crates/tor-events/Cargo.toml +++ b/crates/tor-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-events" -version = "0.0.2" +version = "0.0.3" edition = "2018" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] license = "MIT OR Apache-2.0" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index 20b56a9b6..e94a43dc0 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,14 +18,14 @@ default = [] testing = [] [dependencies] -tor-config = { path="../tor-config", version = "0.0.2"} -tor-netdir = { path="../tor-netdir", version = "0.0.2"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-persist = { path="../tor-persist", version = "0.0.2"} -tor-proto = { path="../tor-proto", version = "0.0.2", features=["traffic-timestamp"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2"} -tor-units = { path="../tor-units", version = "0.0.2"} +tor-config = { path="../tor-config", version = "0.0.3"} +tor-netdir = { path="../tor-netdir", version = "0.0.3"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-persist = { path="../tor-persist", version = "0.0.3"} +tor-proto = { path="../tor-proto", version = "0.0.3", features=["traffic-timestamp"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3"} +tor-units = { path="../tor-units", version = "0.0.3"} derive_builder = "0.10" futures = "0.3" @@ -39,7 +39,7 @@ thiserror = "1" tracing = "0.1.18" [dev-dependencies] -tor-netdir = { path="../tor-netdir", version = "0.0.2", features=["testing"]} -tor-persist = { path="../tor-persist", version = "0.0.2", features=["testing"]} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"]} -tor-rtmock = { path="../tor-rtmock", version = "0.0.2"} +tor-netdir = { path="../tor-netdir", version = "0.0.3", features=["testing"]} +tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"]} +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"]} +tor-rtmock = { path="../tor-rtmock", version = "0.0.3"} diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index 9bcca5d6d..d9a9f589f 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,9 +11,9 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} -tor-protover = { path="../tor-protover", version = "0.0.2"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} +tor-protover = { path="../tor-protover", version = "0.0.3"} [dev-dependencies] hex-literal = "0.3" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 265226e5f..324ced73d 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index cfd6b8b57..0e940ea97 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -24,13 +24,13 @@ experimental-api = [] testing = [ "hex", "hex-literal", "tor-netdoc/build_docs" ] [dependencies] -tor-checkable = { path="../tor-checkable", version = "0.0.2"} -tor-config = { path="../tor-config", version = "0.0.2"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.2"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.2"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-protover = { path="../tor-protover", version = "0.0.2"} -tor-units = { path="../tor-units", version = "0.0.2"} +tor-checkable = { path="../tor-checkable", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.0.3"} +tor-netdoc = { path="../tor-netdoc", version = "0.0.3"} +tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-protover = { path="../tor-protover", version = "0.0.3"} +tor-units = { path="../tor-units", version = "0.0.3"} bitflags = "1" derive_builder = "0.10" @@ -46,5 +46,5 @@ tracing = "0.1.18" [dev-dependencies] hex = "0.4" hex-literal = "0.3" -tor-netdoc = { path="../tor-netdoc", version = "0.0.2", features=["build_docs"] } +tor-netdoc = { path="../tor-netdoc", version = "0.0.3", features=["build_docs"] } rand_chacha = "0.3" diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 56da1a9eb..f2340613b 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -24,11 +24,11 @@ routerdesc = [] ns_consensus = [] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} -tor-cert = { path="../tor-cert", version = "0.0.2"} -tor-protover = { path="../tor-protover", version = "0.0.2"} -tor-checkable = { path="../tor-checkable", version = "0.0.2"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} +tor-cert = { path="../tor-cert", version = "0.0.3"} +tor-protover = { path="../tor-protover", version = "0.0.3"} +tor-checkable = { path="../tor-checkable", version = "0.0.3"} base64 = "0.13.0" bitflags = "1" diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 773186d59..9dd127556 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-proto/Cargo.toml b/crates/tor-proto/Cargo.toml index fae1435a6..3e814b48e 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,13 +18,13 @@ tokio = ["tokio-crate", "tokio-util"] traffic-timestamp = ["coarsetime"] [dependencies] -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.2" } -tor-bytes = { path = "../tor-bytes", version = "0.0.2" } -tor-cert = { path = "../tor-cert", version = "0.0.2" } -tor-linkspec = { path = "../tor-linkspec", version = "0.0.2" } -tor-checkable = { path = "../tor-checkable", version = "0.0.2" } -tor-protover = { path = "../tor-protover", version = "0.0.2" } -tor-cell = { path = "../tor-cell", version = "0.0.2" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} +tor-bytes = { path = "../tor-bytes", version = "0.0.3"} +tor-cert = { path = "../tor-cert", version = "0.0.3"} +tor-linkspec = { path = "../tor-linkspec", version = "0.0.3"} +tor-checkable = { path = "../tor-checkable", version = "0.0.3"} +tor-protover = { path = "../tor-protover", version = "0.0.3"} +tor-cell = { path = "../tor-cell", version = "0.0.3"} arrayref = "0.3" bytes = "1" @@ -49,7 +49,7 @@ tokio-util = { version = "0.6", features = ["compat"], optional = true } coarsetime = { version = "0.1.20", optional = true } [dev-dependencies] -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.2", features = [ +tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.3", features = [ "tokio", ] } hex-literal = "0.3" diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index db5716693..9585b0913 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,6 +11,6 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version = "0.0.2"} +caret = { path="../caret", version = "0.0.3"} thiserror = "1" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 7e66102bf..5ff9b9df5 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 423903913..4299fd96d 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -17,9 +17,9 @@ pin-project = "1" thiserror = "1" tracing = "0.1.18" -tor-rtcompat = { version = "0.0.2", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.0.3", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.2", features=["tokio"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio"] } diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 31af38861..627747d27 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.0.2" +version = "0.0.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,8 +11,8 @@ categories = [ "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -caret = { path="../caret", version = "0.0.2"} -tor-bytes = { path="../tor-bytes", version = "0.0.2"} +caret = { path="../caret", version = "0.0.3"} +tor-bytes = { path="../tor-bytes", version = "0.0.3"} thiserror = "1" diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index 881135b68..820c693c1 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.0.2" +version = "0.0.3" authors = ["Dennis Jackson <[email protected]>"] edition = "2018" license = "MIT OR Apache-2.0" |
