summaryrefslogtreecommitdiff
path: root/crates/tor-circmgr/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-circmgr/Cargo.toml')
-rw-r--r--crates/tor-circmgr/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-circmgr/Cargo.toml b/crates/tor-circmgr/Cargo.toml
index f3ceda3e4..badc02315 100644
--- a/crates/tor-circmgr/Cargo.toml
+++ b/crates/tor-circmgr/Cargo.toml
@@ -20,8 +20,8 @@ experimental-api = []
[dependencies]
tor-chanmgr = { path="../tor-chanmgr", version = "0.0.4"}
tor-config = { path="../tor-config", version = "0.0.4"}
-tor-guardmgr = { path="../tor-guardmgr", version = "0.0.4"}
-tor-netdir = { path="../tor-netdir", version = "0.0.3"}
+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"}
@@ -46,8 +46,8 @@ 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.4", features=["testing"]}
+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.3", features=["testing"] }
+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" ] }