summaryrefslogtreecommitdiff
path: root/crates/tor-dirclient
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-dirclient')
-rw-r--r--crates/tor-dirclient/Cargo.toml20
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/tor-dirclient/Cargo.toml b/crates/tor-dirclient/Cargo.toml
index 2a3b730bc..91e33b99d 100644
--- a/crates/tor-dirclient/Cargo.toml
+++ b/crates/tor-dirclient/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-dirclient"
-version = "0.1.0"
+version = "0.2.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -18,13 +18,13 @@ zstd = ["async-compression/zstd"]
routerdesc = []
[dependencies]
-tor-circmgr = { path = "../tor-circmgr", version = "0.1.0" }
-tor-error = { path = "../tor-error", version = "0.1.0" }
-tor-linkspec = { path = "../tor-linkspec", 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" }
+tor-circmgr = { path = "../tor-circmgr", version = "0.2.0"}
+tor-error = { path = "../tor-error", version = "0.2.0"}
+tor-linkspec = { path = "../tor-linkspec", version = "0.2.0"}
+tor-llcrypto = { path = "../tor-llcrypto", version = "0.2.0"}
+tor-proto = { path = "../tor-proto", version = "0.2.0"}
+tor-netdoc = { path = "../tor-netdoc", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0"}
async-compression = { version = "0.3.5", features = ["futures-io", "zlib"] }
base64 = "0.13.0"
@@ -39,8 +39,8 @@ thiserror = "1"
[dev-dependencies]
futures-await-test = "0.3.0"
-tor-rtmock = { path = "../tor-rtmock", version = "0.1.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.1.0", features = [
+tor-rtmock = { path = "../tor-rtmock", version = "0.2.0"}
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.2.0", features = [
"tokio",
"native-tls",
] }