From e8e9791a9757a32779657c5284b380ae91ca7979 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 1 Mar 2022 08:59:34 -0500 Subject: [PATCH] Bump all crates to 0.1.0 --- Cargo.lock | 62 ++++++++++++++++---------------- crates/arti-bench/Cargo.toml | 8 ++--- crates/arti-client/Cargo.toml | 20 +++++------ crates/arti-config/Cargo.toml | 8 ++--- crates/arti-hyper/Cargo.toml | 8 ++--- crates/arti/Cargo.toml | 12 +++---- crates/caret/Cargo.toml | 2 +- crates/retry-error/Cargo.toml | 2 +- crates/tor-bytes/Cargo.toml | 6 ++-- crates/tor-cell/Cargo.toml | 14 ++++---- crates/tor-cert/Cargo.toml | 10 +++--- crates/tor-chanmgr/Cargo.toml | 16 ++++----- crates/tor-checkable/Cargo.toml | 4 +-- crates/tor-circmgr/Cargo.toml | 36 +++++++++---------- crates/tor-config/Cargo.toml | 4 +-- crates/tor-consdiff/Cargo.toml | 4 +-- crates/tor-dirclient/Cargo.toml | 18 +++++----- crates/tor-dirmgr/Cargo.toml | 26 +++++++------- crates/tor-error/Cargo.toml | 2 +- crates/tor-events/Cargo.toml | 2 +- crates/tor-guardmgr/Cargo.toml | 30 ++++++++-------- crates/tor-linkspec/Cargo.toml | 8 ++--- crates/tor-llcrypto/Cargo.toml | 2 +- crates/tor-netdir/Cargo.toml | 18 +++++----- crates/tor-netdoc/Cargo.toml | 14 ++++---- crates/tor-persist/Cargo.toml | 4 +-- crates/tor-proto/Cargo.toml | 20 +++++------ crates/tor-protover/Cargo.toml | 4 +-- crates/tor-rtcompat/Cargo.toml | 2 +- crates/tor-rtmock/Cargo.toml | 6 ++-- crates/tor-socksproto/Cargo.toml | 8 ++--- crates/tor-units/Cargo.toml | 2 +- 32 files changed, 191 insertions(+), 191 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 1f65d6011..10459abea 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -73,7 +73,7 @@ checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544" [[package]] name = "arti" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "arti-client", @@ -101,7 +101,7 @@ dependencies = [ [[package]] name = "arti-bench" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "arti-client", @@ -121,7 +121,7 @@ dependencies = [ [[package]] name = "arti-client" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "derive_builder", @@ -151,7 +151,7 @@ dependencies = [ [[package]] name = "arti-config" -version = "0.0.4" +version = "0.1.0" dependencies = [ "arti-client", "config", @@ -168,7 +168,7 @@ dependencies = [ [[package]] name = "arti-hyper" -version = "0.0.4" +version = "0.1.0" dependencies = [ "anyhow", "arti-client", @@ -560,7 +560,7 @@ checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c" [[package]] name = "caret" -version = "0.0.3" +version = "0.1.0" [[package]] name = "cargo-husky" @@ -2410,7 +2410,7 @@ checksum = "8c31b5c4033f8fdde8700e4657be2c497e7288f01515be52168c631e2e4d4086" [[package]] name = "retry-error" -version = "0.0.3" +version = "0.1.0" dependencies = [ "anyhow", ] @@ -3044,7 +3044,7 @@ dependencies = [ [[package]] name = "tor-bytes" -version = "0.0.3" +version = "0.1.0" dependencies = [ "arrayref", "bytes", @@ -3060,7 +3060,7 @@ dependencies = [ [[package]] name = "tor-cell" -version = "0.0.3" +version = "0.1.0" dependencies = [ "arrayref", "bitflags", @@ -3079,7 +3079,7 @@ dependencies = [ [[package]] name = "tor-cert" -version = "0.0.3" +version = "0.1.0" dependencies = [ "base64", "caret", @@ -3093,7 +3093,7 @@ dependencies = [ [[package]] name = "tor-chanmgr" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-trait", "derive_more", @@ -3115,7 +3115,7 @@ dependencies = [ [[package]] name = "tor-checkable" -version = "0.0.3" +version = "0.1.0" dependencies = [ "signature", "thiserror", @@ -3124,7 +3124,7 @@ dependencies = [ [[package]] name = "tor-circmgr" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-trait", "bounded-vec-deque", @@ -3157,7 +3157,7 @@ dependencies = [ [[package]] name = "tor-config" -version = "0.0.4" +version = "0.1.0" dependencies = [ "derive_builder", "directories", @@ -3173,7 +3173,7 @@ dependencies = [ [[package]] name = "tor-consdiff" -version = "0.0.3" +version = "0.1.0" dependencies = [ "digest 0.10.3", "hex", @@ -3183,7 +3183,7 @@ dependencies = [ [[package]] name = "tor-dirclient" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-compression", "base64", @@ -3207,7 +3207,7 @@ dependencies = [ [[package]] name = "tor-dirmgr" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-trait", "base64", @@ -3249,7 +3249,7 @@ dependencies = [ [[package]] name = "tor-error" -version = "0.0.1" +version = "0.1.0" dependencies = [ "backtrace", "derive_more", @@ -3259,7 +3259,7 @@ dependencies = [ [[package]] name = "tor-events" -version = "0.0.3" +version = "0.1.0" dependencies = [ "async-broadcast", "futures", @@ -3272,7 +3272,7 @@ dependencies = [ [[package]] name = "tor-guardmgr" -version = "0.0.5" +version = "0.1.0" dependencies = [ "derive_builder", "futures", @@ -3299,7 +3299,7 @@ dependencies = [ [[package]] name = "tor-linkspec" -version = "0.0.3" +version = "0.1.0" dependencies = [ "hex-literal", "tor-bytes", @@ -3309,7 +3309,7 @@ dependencies = [ [[package]] name = "tor-llcrypto" -version = "0.0.3" +version = "0.1.0" dependencies = [ "aes", "arrayref", @@ -3341,7 +3341,7 @@ dependencies = [ [[package]] name = "tor-netdir" -version = "0.0.4" +version = "0.1.0" dependencies = [ "bitflags", "derive_builder", @@ -3365,7 +3365,7 @@ dependencies = [ [[package]] name = "tor-netdoc" -version = "0.0.4" +version = "0.1.0" dependencies = [ "base64", "bitflags", @@ -3391,7 +3391,7 @@ dependencies = [ [[package]] name = "tor-persist" -version = "0.0.3" +version = "0.1.0" dependencies = [ "fslock", "sanitize-filename", @@ -3404,7 +3404,7 @@ dependencies = [ [[package]] name = "tor-proto" -version = "0.0.4" +version = "0.1.0" dependencies = [ "arrayref", "asynchronous-codec", @@ -3440,7 +3440,7 @@ dependencies = [ [[package]] name = "tor-protover" -version = "0.0.3" +version = "0.1.0" dependencies = [ "caret", "thiserror", @@ -3448,7 +3448,7 @@ dependencies = [ [[package]] name = "tor-rtcompat" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-io", "async-native-tls", @@ -3467,7 +3467,7 @@ dependencies = [ [[package]] name = "tor-rtmock" -version = "0.0.4" +version = "0.1.0" dependencies = [ "async-trait", "futures", @@ -3481,7 +3481,7 @@ dependencies = [ [[package]] name = "tor-socksproto" -version = "0.0.3" +version = "0.1.0" dependencies = [ "caret", "hex-literal", @@ -3492,7 +3492,7 @@ dependencies = [ [[package]] name = "tor-units" -version = "0.0.3" +version = "0.1.0" dependencies = [ "derive_more", "float-cmp", diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 219d21901..f1b5331e6 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.0.4" +version = "0.1.0" edition = "2018" authors = ["The Tor Project, Inc.", "eta "] license = "MIT OR Apache-2.0" @@ -21,7 +21,7 @@ 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-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features = ["tokio", "native-tls"] } -arti-config = { path="../arti-config", version = "0.0.4"} -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features = ["tokio", "native-tls"] } +arti-config = { path="../arti-config", version = "0.1.0"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"} tokio-socks = "0.5" diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml index 728a673dd..3414b8188 100644 --- a/crates/arti-client/Cargo.toml +++ b/crates/arti-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-client" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -28,14 +28,14 @@ error_detail = [ ] experimental-api = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.4"} -tor-config = { path="../tor-config", version = "0.0.4"} -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} -tor-dirmgr = { path="../tor-dirmgr", version = "0.0.4"} -tor-error = { path="../tor-error", version = "0.0.1" } -tor-persist = { path="../tor-persist", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.4"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} +tor-circmgr = { path="../tor-circmgr", version = "0.1.0"} +tor-config = { path="../tor-config", version = "0.1.0"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.1.0"} +tor-dirmgr = { path="../tor-dirmgr", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-persist = { path="../tor-persist", version = "0.1.0"} +tor-proto = { path="../tor-proto", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"} humantime-serde = "1" derive_builder = "0.10" @@ -48,7 +48,7 @@ serde = { version = "1.0.103", features = ["derive"] } thiserror = "1" [dev-dependencies] -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] } tokio-crate = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } pin-project = "1" tokio-util = { version = "0.7.0", features = ["compat"] } diff --git a/crates/arti-config/Cargo.toml b/crates/arti-config/Cargo.toml index 5e4f0731f..d5e068310 100644 --- a/crates/arti-config/Cargo.toml +++ b/crates/arti-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-config" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.4"} -tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.0.4"} -tor-config = { package="tor-config", path = "../tor-config", version = "0.0.4", features = ["expand-paths"]} +arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0"} +tor-circmgr = { package="tor-circmgr", path="../tor-circmgr", version = "0.1.0"} +tor-config = { package="tor-config", path = "../tor-config", version = "0.1.0", features = ["expand-paths"]} config = { version = "0.12.0", default-features = false, features = ["toml"] } once_cell = "1" serde = { version = "1.0.103", features = ["derive"] } diff --git a/crates/arti-hyper/Cargo.toml b/crates/arti-hyper/Cargo.toml index 2074630c9..1be824035 100644 --- a/crates/arti-hyper/Cargo.toml +++ b/crates/arti-hyper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-hyper" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -24,15 +24,15 @@ experimental-api = [] [dependencies] anyhow = "1.0.23" -arti-client = { path="../arti-client", version = "0.0.4"} +arti-client = { path="../arti-client", version = "0.1.0"} hyper = { version = "0.14", features = ["http1", "client", "runtime"] } pin-project = "1" tokio = { package = "tokio", version = "1.7", features = ["rt", "rt-multi-thread", "io-util", "net", "time", "macros" ] } thiserror = "1" tls-api = { version = "0.7" } tls-api-native-tls = { version = "0.7.0" } -tor-error = { path="../tor-error", version = "0.0.1" } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio"] } +tor-error = { path="../tor-error", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio"] } [dev-dependencies] tracing-subscriber = "0.3.0" diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 48b6bff5a..7022723c4 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -22,11 +22,11 @@ static-native-tls = [ "arti-client/static-native-tls", "native-tls" ] journald = [ "tracing-journald" ] [dependencies] -arti-client = { package="arti-client", path = "../arti-client", version = "0.0.4", default-features=false} -tor-error = { path="../tor-error", version = "0.0.1", default-features=false } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", default-features=false } -tor-socksproto = { path="../tor-socksproto", version = "0.0.3"} -arti-config = { path="../arti-config", version = "0.0.4"} +arti-client = { package="arti-client", path = "../arti-client", version = "0.1.0", default-features=false} +tor-error = { path="../tor-error", version = "0.1.0", default-features=false } +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", default-features=false } +tor-socksproto = { path="../tor-socksproto", version = "0.1.0"} +arti-config = { path="../arti-config", version = "0.1.0"} anyhow = "1.0.23" async-ctrlc = { version = "1.2.0", optional = true } diff --git a/crates/caret/Cargo.toml b/crates/caret/Cargo.toml index 81d3d772a..00201e978 100644 --- a/crates/caret/Cargo.toml +++ b/crates/caret/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caret" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/retry-error/Cargo.toml b/crates/retry-error/Cargo.toml index b25347a5e..e25dfa5b3 100644 --- a/crates/retry-error/Cargo.toml +++ b/crates/retry-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "retry-error" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-bytes/Cargo.toml b/crates/tor-bytes/Cargo.toml index f7e43e418..162bec898 100644 --- a/crates/tor-bytes/Cargo.toml +++ b/crates/tor-bytes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-bytes" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,8 +11,8 @@ categories = ["parsing", "encoding"] repository = "https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} -tor-error = { path="../tor-error", version = "0.0.1" } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} arrayref = "0.3" bytes = "1" diff --git a/crates/tor-cell/Cargo.toml b/crates/tor-cell/Cargo.toml index 5ec8629d3..5eb7cbfce 100644 --- a/crates/tor-cell/Cargo.toml +++ b/crates/tor-cell/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cell" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -11,12 +11,12 @@ categories = [ "parser-implementations", "network-programming" ] repository="https://gitlab.torproject.org/tpo/core/arti.git/" [dependencies] -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-error = { path="../tor-error", version = "0.0.1"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} +caret = { path="../caret", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-cert = { path="../tor-cert", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-linkspec = { path="../tor-linkspec", version = "0.1.0"} arrayref = "0.3" bitflags = "1" diff --git a/crates/tor-cert/Cargo.toml b/crates/tor-cert/Cargo.toml index ff9fe4382..d018c1280 100644 --- a/crates/tor-cert/Cargo.toml +++ b/crates/tor-cert/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-cert" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.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"} +caret = { path="../caret", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-checkable = { path="../tor-checkable", version = "0.1.0"} digest = "0.10.0" signature = "1" diff --git a/crates/tor-chanmgr/Cargo.toml b/crates/tor-chanmgr/Cargo.toml index 56a15abad..5eb7c30f2 100644 --- a/crates/tor-chanmgr/Cargo.toml +++ b/crates/tor-chanmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-chanmgr" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -13,11 +13,11 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" [features] [dependencies] -tor-error = { path="../tor-error", version = "0.0.1"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} -tor-proto = { path="../tor-proto", version = "0.0.4"} -tor-linkspec = { path="../tor-linkspec", version = "0.0.3"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"} +tor-proto = { path="../tor-proto", version = "0.1.0"} +tor-linkspec = { path="../tor-linkspec", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} async-trait = "0.1.2" derive_more = "0.99" @@ -31,5 +31,5 @@ thiserror = "1" float_eq = "0.7" futures-await-test = "0.3.0" hex-literal = "0.3" -tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"] } +tor-rtmock = { path="../tor-rtmock", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"] } diff --git a/crates/tor-checkable/Cargo.toml b/crates/tor-checkable/Cargo.toml index 31e800809..e95e07865 100644 --- a/crates/tor-checkable/Cargo.toml +++ b/crates/tor-checkable/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-checkable" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} signature = "1" thiserror = "1" diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml index 48bf37f4d..e0379dfbf 100644 --- a/crates/tor-circmgr/Cargo.toml +++ b/crates/tor-circmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-circmgr" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,17 +18,17 @@ repository="https://gitlab.torproject.org/tpo/core/arti.git/" experimental-api = [] [dependencies] -tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"} -tor-config = { path="../tor-config", version = "0.0.4"} -tor-error = { path="../tor-error", version = "0.0.1"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.5"} -tor-netdir = { path="../tor-netdir", version = "0.0.4"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} -tor-proto = { path="../tor-proto", version = "0.0.4"} -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.4"} +tor-chanmgr = { path="../tor-chanmgr", version = "0.1.0"} +tor-config = { path="../tor-config", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.1.0"} +tor-netdir = { path="../tor-netdir", version = "0.1.0"} +tor-netdoc = { path="../tor-netdoc", version = "0.1.0"} +tor-proto = { path="../tor-proto", version = "0.1.0"} +retry-error = { path="../retry-error", version = "0.1.0"} +tor-linkspec = { path="../tor-linkspec", version = "0.1.0"} +tor-persist = { path="../tor-persist", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"} async-trait = "0.1.2" bounded-vec-deque = "0.1" @@ -46,9 +46,9 @@ weak-table = "0.3.0" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} -tor-guardmgr = { path="../tor-guardmgr", version = "0.0.5", features=["testing"]} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} -tor-netdir = { path="../tor-netdir", version = "0.0.4", features=["testing"] } -tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"] } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } +tor-rtmock = { path="../tor-rtmock", version = "0.1.0"} +tor-guardmgr = { path="../tor-guardmgr", version = "0.1.0", features=["testing"]} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-netdir = { path="../tor-netdir", version = "0.1.0", features=["testing"] } +tor-persist = { path="../tor-persist", version = "0.1.0", features=["testing"] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] } diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml index b13fdde43..260dbcb29 100644 --- a/crates/tor-config/Cargo.toml +++ b/crates/tor-config/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-config" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -15,7 +15,7 @@ default = ["expand-paths"] expand-paths = ["shellexpand", "directories"] [dependencies] -tor-error = { path="../tor-error", version = "0.0.1"} +tor-error = { path="../tor-error", version = "0.1.0"} thiserror = "1" derive_builder = "0.10" diff --git a/crates/tor-consdiff/Cargo.toml b/crates/tor-consdiff/Cargo.toml index eadb4158a..ef6e38557 100644 --- a/crates/tor-consdiff/Cargo.toml +++ b/crates/tor-consdiff/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-consdiff" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -16,7 +16,7 @@ slow-diff-apply = [] [dependencies] -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} digest = "0.10.0" hex = "0.4" diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml index 353d71c03..43d4f6a85 100644 --- a/crates/tor-dirclient/Cargo.toml +++ b/crates/tor-dirclient/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirclient" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,12 +18,12 @@ zstd = ["async-compression/zstd"] routerdesc = [] [dependencies] -tor-circmgr = { path="../tor-circmgr", version = "0.0.4"} -tor-error = { path="../tor-error", version = "0.0.1"} -tor-llcrypto = { path="../tor-llcrypto", version = "0.0.3"} -tor-proto = { path="../tor-proto", version = "0.0.4"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} +tor-circmgr = { path="../tor-circmgr", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-proto = { path="../tor-proto", version = "0.1.0"} +tor-netdoc = { path="../tor-netdoc", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"} async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] } base64 = "0.13.0" @@ -38,6 +38,6 @@ thiserror = "1" [dev-dependencies] futures-await-test = "0.3.0" -tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } +tor-rtmock = { path="../tor-rtmock", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] } diff --git a/crates/tor-dirmgr/Cargo.toml b/crates/tor-dirmgr/Cargo.toml index 96423958b..6f43b9375 100644 --- a/crates/tor-dirmgr/Cargo.toml +++ b/crates/tor-dirmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-dirmgr" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,17 +18,17 @@ static = ["rusqlite/bundled"] routerdesc = ["tor-dirclient/routerdesc"] [dependencies] -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.4"} -tor-config = { path = "../tor-config", version = "0.0.4"} -tor-consdiff = { path = "../tor-consdiff", version = "0.0.3"} -tor-dirclient = { path = "../tor-dirclient", version = "0.0.4"} -tor-error = { path="../tor-error", version = "0.0.1"} -tor-netdir = { path = "../tor-netdir", version = "0.0.4"} -tor-netdoc = { path = "../tor-netdoc", version = "0.0.4"} -tor-llcrypto = { path = "../tor-llcrypto", version = "0.0.3"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4"} +retry-error = { path = "../retry-error", version = "0.1.0"} +tor-checkable = { path = "../tor-checkable", version = "0.1.0"} +tor-circmgr = { path = "../tor-circmgr", version = "0.1.0"} +tor-config = { path = "../tor-config", version = "0.1.0"} +tor-consdiff = { path = "../tor-consdiff", version = "0.1.0"} +tor-dirclient = { path = "../tor-dirclient", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-netdir = { path = "../tor-netdir", version = "0.1.0"} +tor-netdoc = { path = "../tor-netdoc", version = "0.1.0"} +tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0"} async-trait = "0.1.2" base64 = "0.13.0" @@ -58,5 +58,5 @@ humantime-serde = "1" futures-await-test = "0.3.0" hex-literal = "0.3" tempfile = "3" -tor-rtcompat = { path = "../tor-rtcompat", version = "0.0.4", features = [ "tokio", "native-tls" ] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [ "tokio", "native-tls" ] } float_eq = "0.7" diff --git a/crates/tor-error/Cargo.toml b/crates/tor-error/Cargo.toml index c9e3ec55d..5541067a5 100644 --- a/crates/tor-error/Cargo.toml +++ b/crates/tor-error/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-error" -version = "0.0.1" +version = "0.1.0" authors = ["Ian Jackson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-events/Cargo.toml b/crates/tor-events/Cargo.toml index d4701ede0..8015a0f9e 100644 --- a/crates/tor-events/Cargo.toml +++ b/crates/tor-events/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-events" -version = "0.0.3" +version = "0.1.0" edition = "2018" authors = ["The Tor Project, Inc.", "eta "] license = "MIT OR Apache-2.0" diff --git a/crates/tor-guardmgr/Cargo.toml b/crates/tor-guardmgr/Cargo.toml index f72fa443d..65161d2cb 100644 --- a/crates/tor-guardmgr/Cargo.toml +++ b/crates/tor-guardmgr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-guardmgr" -version = "0.0.5" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -18,15 +18,15 @@ default = [] testing = [] [dependencies] -tor-config = { path="../tor-config", version = "0.0.4"} -tor-error = { path="../tor-error", version = "0.0.1" } -tor-netdir = { path="../tor-netdir", version = "0.0.4"} -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.4" } -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"} -tor-units = { path="../tor-units", version = "0.0.3"} +tor-config = { path="../tor-config", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} +tor-netdir = { path="../tor-netdir", version = "0.1.0"} +tor-linkspec = { path="../tor-linkspec", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-persist = { path="../tor-persist", version = "0.1.0"} +tor-proto = { path="../tor-proto", version = "0.1.0"} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0"} +tor-units = { path="../tor-units", version = "0.1.0"} derive_builder = "0.10" futures = "0.3.14" @@ -40,8 +40,8 @@ thiserror = "1" tracing = "0.1.18" [dev-dependencies] -tor-netdir = { path="../tor-netdir", version = "0.0.4", features=["testing"]} -tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} -tor-persist = { path="../tor-persist", version = "0.0.3", features=["testing"]} -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls"]} -tor-rtmock = { path="../tor-rtmock", version = "0.0.4"} +tor-netdir = { path="../tor-netdir", version = "0.1.0", features=["testing"]} +tor-netdoc = { path="../tor-netdoc", version = "0.1.0"} +tor-persist = { path="../tor-persist", version = "0.1.0", features=["testing"]} +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls"]} +tor-rtmock = { path="../tor-rtmock", version = "0.1.0"} diff --git a/crates/tor-linkspec/Cargo.toml b/crates/tor-linkspec/Cargo.toml index d9a9f589f..52d3a75e1 100644 --- a/crates/tor-linkspec/Cargo.toml +++ b/crates/tor-linkspec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-linkspec" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.3"} -tor-bytes = { path="../tor-bytes", version = "0.0.3"} -tor-protover = { path="../tor-protover", version = "0.0.3"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-protover = { path="../tor-protover", version = "0.1.0"} [dev-dependencies] hex-literal = "0.3" diff --git a/crates/tor-llcrypto/Cargo.toml b/crates/tor-llcrypto/Cargo.toml index 324ced73d..526c7c007 100644 --- a/crates/tor-llcrypto/Cargo.toml +++ b/crates/tor-llcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-llcrypto" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-netdir/Cargo.toml b/crates/tor-netdir/Cargo.toml index d41127ef9..e1c23baaf 100644 --- a/crates/tor-netdir/Cargo.toml +++ b/crates/tor-netdir/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdir" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.3"} -tor-config = { path="../tor-config", version = "0.0.4"} -tor-netdoc = { path="../tor-netdoc", version = "0.0.4"} -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"} +tor-checkable = { path="../tor-checkable", version = "0.1.0"} +tor-config = { path="../tor-config", version = "0.1.0"} +tor-netdoc = { path="../tor-netdoc", version = "0.1.0"} +tor-linkspec = { path="../tor-linkspec", version = "0.1.0"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-protover = { path="../tor-protover", version = "0.1.0"} +tor-units = { path="../tor-units", version = "0.1.0"} 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.4", features=["build_docs"] } +tor-netdoc = { path="../tor-netdoc", version = "0.1.0", features=["build_docs"] } rand_chacha = "0.3" diff --git a/crates/tor-netdoc/Cargo.toml b/crates/tor-netdoc/Cargo.toml index 184c82625..8906635b5 100644 --- a/crates/tor-netdoc/Cargo.toml +++ b/crates/tor-netdoc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-netdoc" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -24,12 +24,12 @@ routerdesc = [] ns_consensus = [] [dependencies] -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"} -tor-error = { path="../tor-error", version = "0.0.1"} +tor-llcrypto = { path="../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-cert = { path="../tor-cert", version = "0.1.0"} +tor-protover = { path="../tor-protover", version = "0.1.0"} +tor-checkable = { path="../tor-checkable", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} base64 = "0.13.0" bitflags = "1" diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml index 8f918f23d..88e68e9cc 100644 --- a/crates/tor-persist/Cargo.toml +++ b/crates/tor-persist/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-persist" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -20,7 +20,7 @@ serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" sanitize-filename = "0.3.0" thiserror = "1" -tor-error = { path="../tor-error", version = "0.0.1" } +tor-error = { path="../tor-error", version = "0.1.0"} [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 2962fd415..03c73507f 100644 --- a/crates/tor-proto/Cargo.toml +++ b/crates/tor-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-proto" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" @@ -17,14 +17,14 @@ ntor_v3 = [] tokio = ["tokio-crate", "tokio-util"] [dependencies] -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-error = { path = "../tor-error", version = "0.0.1"} -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"} +tor-llcrypto = { path = "../tor-llcrypto", version = "0.1.0"} +tor-bytes = { path = "../tor-bytes", version = "0.1.0"} +tor-cert = { path = "../tor-cert", version = "0.1.0"} +tor-error = { path = "../tor-error", version = "0.1.0"} +tor-linkspec = { path = "../tor-linkspec", version = "0.1.0"} +tor-checkable = { path = "../tor-checkable", version = "0.1.0"} +tor-protover = { path = "../tor-protover", version = "0.1.0"} +tor-cell = { path = "../tor-cell", version = "0.1.0"} arrayref = "0.3" bytes = "1" @@ -48,6 +48,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.0.4", features = [ "tokio", "native-tls" ] } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [ "tokio", "native-tls" ] } hex-literal = "0.3" hex = "0.4" diff --git a/crates/tor-protover/Cargo.toml b/crates/tor-protover/Cargo.toml index 9585b0913..d298aa3cf 100644 --- a/crates/tor-protover/Cargo.toml +++ b/crates/tor-protover/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-protover" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.3"} +caret = { path="../caret", version = "0.1.0"} thiserror = "1" diff --git a/crates/tor-rtcompat/Cargo.toml b/crates/tor-rtcompat/Cargo.toml index 0713365d9..9cbd48d35 100644 --- a/crates/tor-rtcompat/Cargo.toml +++ b/crates/tor-rtcompat/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtcompat" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/crates/tor-rtmock/Cargo.toml b/crates/tor-rtmock/Cargo.toml index 5fe8486cc..834edd3d0 100644 --- a/crates/tor-rtmock/Cargo.toml +++ b/crates/tor-rtmock/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-rtmock" -version = "0.0.4" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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.4", path = "../tor-rtcompat" } +tor-rtcompat = { version = "0.1.0", path = "../tor-rtcompat" } [dev-dependencies] futures-await-test = "0.3.0" rand = "0.8" -tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] } +tor-rtcompat = { path="../tor-rtcompat", version = "0.1.0", features=["tokio", "native-tls" ] } diff --git a/crates/tor-socksproto/Cargo.toml b/crates/tor-socksproto/Cargo.toml index 16f9c05ae..1d22f7f5d 100644 --- a/crates/tor-socksproto/Cargo.toml +++ b/crates/tor-socksproto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-socksproto" -version = "0.0.3" +version = "0.1.0" authors = ["The Tor Project, Inc.", "Nick Mathewson "] 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] -caret = { path="../caret", version = "0.0.3"} -tor-bytes = { path="../tor-bytes", version = "0.0.3"} -tor-error = { path="../tor-error", version = "0.0.1" } +caret = { path="../caret", version = "0.1.0"} +tor-bytes = { path="../tor-bytes", version = "0.1.0"} +tor-error = { path="../tor-error", version = "0.1.0"} thiserror = "1" diff --git a/crates/tor-units/Cargo.toml b/crates/tor-units/Cargo.toml index 34199a4c5..7e810f487 100644 --- a/crates/tor-units/Cargo.toml +++ b/crates/tor-units/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tor-units" -version = "0.0.3" +version = "0.1.0" authors = ["Dennis Jackson "] edition = "2018" license = "MIT OR Apache-2.0"