summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirclient')
-rw-r--r--crates/tor-dirclient/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
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 <[email protected]>"]
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" ] }