summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/connection-checker
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gsoc2023/connection-checker')
-rw-r--r--examples/gsoc2023/connection-checker/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/examples/gsoc2023/connection-checker/Cargo.toml b/examples/gsoc2023/connection-checker/Cargo.toml
index a29ec7825..77df483d7 100644
--- a/examples/gsoc2023/connection-checker/Cargo.toml
+++ b/examples/gsoc2023/connection-checker/Cargo.toml
@@ -8,12 +8,12 @@ publish = false
[dependencies]
anyhow = "1.0.72"
-arti-client = { path = "../../../crates/arti-client", version = "0.42", features = [ "bridge-client", "pt-client", "experimental-api" ] }
+arti-client = { path = "../../../crates/arti-client", version = "0.43", features = [ "bridge-client", "pt-client", "experimental-api" ] }
clap = { version = "4.3.21", features = ["derive", "wrap_help"] }
tokio = { version = "1.7", features = ["full"] }
-tor-error = { path = "../../../crates/tor-error", version = "0.42" }
-tor-proto = { path = "../../../crates/tor-proto", version = "0.42", features = ["experimental-api", "stream-ctrl"] }
-tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.42" }
+tor-error = { path = "../../../crates/tor-error", version = "0.43" }
+tor-proto = { path = "../../../crates/tor-proto", version = "0.43", features = ["experimental-api", "stream-ctrl"] }
+tor-rtcompat = { path = "../../../crates/tor-rtcompat", version = "0.43" }
tracing = "0.1"
tracing-subscriber = "0.3.20"