summaryrefslogtreecommitdiff
path: root/crates/arti-client
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-client')
-rw-r--r--crates/arti-client/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/arti-client/Cargo.toml b/crates/arti-client/Cargo.toml
index d9c5276cb..e23ddc0f7 100644
--- a/crates/arti-client/Cargo.toml
+++ b/crates/arti-client/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti-client"
-version = "0.0.3"
+version = "0.0.4"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
@@ -25,13 +25,13 @@ static = [ "tor-rtcompat/static", "tor-dirmgr/static" ]
experimental-api = []
[dependencies]
-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-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-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"}
+tor-proto = { path="../tor-proto", version = "0.0.4"}
+tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4"}
humantime-serde = "1"
derive_builder = "0.10"
@@ -44,7 +44,7 @@ serde = { version = "1.0.103", features = ["derive"] }
thiserror = "1"
[dev-dependencies]
-tor-rtcompat = { path="../tor-rtcompat", version = "0.0.3", features=["tokio", "native-tls" ] }
+tor-rtcompat = { path="../tor-rtcompat", version = "0.0.4", features=["tokio", "native-tls" ] }
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"