summaryrefslogtreecommitdiff
path: root/examples/axum
diff options
context:
space:
mode:
Diffstat (limited to 'examples/axum')
-rw-r--r--examples/axum/axum-hello-world/Cargo.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/examples/axum/axum-hello-world/Cargo.toml b/examples/axum/axum-hello-world/Cargo.toml
index 0ad33bd7c..6f34af187 100644
--- a/examples/axum/axum-hello-world/Cargo.toml
+++ b/examples/axum/axum-hello-world/Cargo.toml
@@ -9,19 +9,19 @@ publish = false
[dependencies]
anyhow = "1.0.75"
-arti-client = { path = "../../../crates/arti-client", version = "0.34", features = [
+arti-client = { path = "../../../crates/arti-client", version = "0.35", features = [
"onion-service-service",
] }
axum = { version = "0.8.1", features = ["tracing"] }
futures = "0.3.14"
hyper = { version = "1", features = ["http1", "server"] }
hyper-util = { version = "0.1.1", 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-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" }
tower = { version = "0.5.1", features = ["util", "tracing"] }
tracing-subscriber = "0.3.20"