aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2022-03-01 08:59:34 -0500
committerNick Mathewson <nickm@torproject.org>2022-03-01 08:59:34 -0500
commite8e9791a9757a32779657c5284b380ae91ca7979 (patch)
tree9e9dc0e25e892af62a23fed4dab437b325c76f78
parent06f5580c8abfc219af3a7865eebfb5e15bfa78dd (diff)
downloadarti-e8e9791a9757a32779657c5284b380ae91ca7979.tar.gz
arti-e8e9791a9757a32779657c5284b380ae91ca7979.zip
Bump all crates to 0.1.0arti-v0.1.0
-rw-r--r--Cargo.lock62
-rw-r--r--crates/arti-bench/Cargo.toml8
-rw-r--r--crates/arti-client/Cargo.toml20
-rw-r--r--crates/arti-config/Cargo.toml8
-rw-r--r--crates/arti-hyper/Cargo.toml8
-rw-r--r--crates/arti/Cargo.toml12
-rw-r--r--crates/caret/Cargo.toml2
-rw-r--r--crates/retry-error/Cargo.toml2
-rw-r--r--crates/tor-bytes/Cargo.toml6
-rw-r--r--crates/tor-cell/Cargo.toml14
-rw-r--r--crates/tor-cert/Cargo.toml10
-rw-r--r--crates/tor-chanmgr/Cargo.toml16
-rw-r--r--crates/tor-checkable/Cargo.toml4
-rw-r--r--crates/tor-circmgr/Cargo.toml36
-rw-r--r--crates/tor-config/Cargo.toml4
-rw-r--r--crates/tor-consdiff/Cargo.toml4
-rw-r--r--crates/tor-dirclient/Cargo.toml18
-rw-r--r--crates/tor-dirmgr/Cargo.toml26
-rw-r--r--crates/tor-error/Cargo.toml2
-rw-r--r--crates/tor-events/Cargo.toml2
-rw-r--r--crates/tor-guardmgr/Cargo.toml30
-rw-r--r--crates/tor-linkspec/Cargo.toml8
-rw-r--r--crates/tor-llcrypto/Cargo.toml2
-rw-r--r--crates/tor-netdir/Cargo.toml18
-rw-r--r--crates/tor-netdoc/Cargo.toml14
-rw-r--r--crates/tor-persist/Cargo.toml4
-rw-r--r--crates/tor-proto/Cargo.toml20
-rw-r--r--crates/tor-protover/Cargo.toml4
-rw-r--r--crates/tor-rtcompat/Cargo.toml2
-rw-r--r--crates/tor-rtmock/Cargo.toml6
-rw-r--r--crates/tor-socksproto/Cargo.toml8
-rw-r--r--crates/tor-units/Cargo.toml2
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 <eta@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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 <nickm@torproject.org>"]
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