summaryrefslogtreecommitdiff
path: root/examples/download-manager
diff options
context:
space:
mode:
Diffstat (limited to 'examples/download-manager')
-rw-r--r--examples/download-manager/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/download-manager/Cargo.toml b/examples/download-manager/Cargo.toml
index a682cc010..de8798a26 100644
--- a/examples/download-manager/Cargo.toml
+++ b/examples/download-manager/Cargo.toml
@@ -9,7 +9,7 @@ publish = false
[dependencies]
anyhow = { version = "1.0.95" }
-arti-client = { path = "../../crates/arti-client", version = "0.42" }
+arti-client = { path = "../../crates/arti-client", version = "0.43" }
clap = { version = "4.5.26", features = ["derive"] }
futures = { version = "0.3.31" }
hex = "0.4"
@@ -24,7 +24,7 @@ tokio = { version = "1.43.0", features = [
"fs",
] }
tokio-native-tls = "0.3.1"
-tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.42" }
+tor-rtcompat = { path = "../../crates/tor-rtcompat", version = "0.43" }
tracing = { version = "0.1.41" }
tracing-subscriber = { version = "0.3.20", features = ["env-filter"] }