summaryrefslogtreecommitdiff
path: root/examples/hyper-examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples/hyper-examples')
-rw-r--r--examples/hyper-examples/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/hyper-examples/Cargo.toml b/examples/hyper-examples/Cargo.toml
index 6b7bd723b..a11eee359 100644
--- a/examples/hyper-examples/Cargo.toml
+++ b/examples/hyper-examples/Cargo.toml
@@ -18,18 +18,18 @@ full = [
[dependencies]
anyhow = "1.0.97"
-arti-client = { path = "../../crates/arti-client", version = "0.34", features = ["onion-service-service"] }
+arti-client = { path = "../../crates/arti-client", version = "0.35", features = ["onion-service-service"] }
futures = "0.3.14"
http = "1.3.1"
http-body-util = "0.1.0"
hyper = { version = "1.6", features = ["http1", "client", "server"] }
hyper-util = { version = "0.1.11", features = ["tokio"] }
-safelog = { path = "../../crates/safelog", version = "0.5" }
+safelog = { path = "../../crates/safelog", version = "0.6" }
tokio = { version = "1", features = ["macros", "rt-multi-thread", "sync"] }
tokio-native-tls = "0.3.1"
tokio-util = "0.7.10"
-tor-cell = { path = "../../crates/tor-cell", version = "0.34" }
-tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.34" }
-tor-proto = { path = "../../crates/tor-proto", version = "0.34" }
+tor-cell = { path = "../../crates/tor-cell", version = "0.35" }
+tor-hsservice = { path = "../../crates/tor-hsservice", version = "0.35" }
+tor-proto = { path = "../../crates/tor-proto", version = "0.35" }
tracing-subscriber = "0.3.20"
webpki-roots = "1.0.2"