summaryrefslogtreecommitdiff
path: root/examples/gsoc2023/dns-resolver/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/gsoc2023/dns-resolver/Cargo.toml')
-rw-r--r--examples/gsoc2023/dns-resolver/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gsoc2023/dns-resolver/Cargo.toml b/examples/gsoc2023/dns-resolver/Cargo.toml
index a245482f7..fd82641c0 100644
--- a/examples/gsoc2023/dns-resolver/Cargo.toml
+++ b/examples/gsoc2023/dns-resolver/Cargo.toml
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
[dependencies]
anyhow = "1.0.72"
# Use latest arti-client from GitLab to connect to Tor network
-arti-client = { path = "../../../crates/arti-client", version = "0.34", features = ["bridge-client"] }
+arti-client = { path = "../../../crates/arti-client", version = "0.35", features = ["bridge-client"] }
thiserror = "2"
# Specify which async framework we wish to use
tokio = { version = "1.7", features = ["full"] }