summaryrefslogtreecommitdiff
path: root/crates/arti-bench
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-bench')
-rw-r--r--crates/arti-bench/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml
index 9faec2732..cb4275120 100644
--- a/crates/arti-bench/Cargo.toml
+++ b/crates/arti-bench/Cargo.toml
@@ -17,8 +17,8 @@ publish = false
[dependencies]
anyhow = "1.0.23"
-arti = { path = "../arti", version = "1.3.1" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.0" }
+arti = { path = "../arti", version = "1.3.2" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.26.0" }
clap = { version = "4.3.24", features = ["wrap_help"] }
float-ord = "0.3"
fs-mistrust = { path = "../fs-mistrust", version = "0.8.2" }
@@ -28,8 +28,8 @@ serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
tokio = { version = "1.7", features = ["full"] }
tokio-socks = "0.5"
-tor-config = { path = "../tor-config", version = "0.25.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0", features = ["tokio", "native-tls"] }
+tor-config = { path = "../tor-config", version = "0.26.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.26.0", features = ["tokio", "native-tls"] }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }