summaryrefslogtreecommitdiff
path: root/crates/arti-testing/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-testing/Cargo.toml')
-rw-r--r--crates/arti-testing/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml
index 0acc9d84e..ac2c79a1a 100644
--- a/crates/arti-testing/Cargo.toml
+++ b/crates/arti-testing/Cargo.toml
@@ -25,22 +25,22 @@ full = [
[dependencies]
anyhow = "1.0.23"
-arti = { package = "arti", path = "../arti", version = "1.3.1" }
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.25.0", features = ["dirfilter"] }
+arti = { package = "arti", path = "../arti", version = "1.3.2" }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.26.0", features = ["dirfilter"] }
async-trait = "0.1.54"
clap = { version = "4.3.24", features = ["wrap_help"] }
futures = "0.3.14"
pin-project = "1"
rand = "0.8"
tokio = { version = "1.7", features = ["signal", "macros"] }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.25.0" }
-tor-config = { path = "../tor-config", version = "0.25.0" }
-tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.25.0", features = ["dirfilter"] }
-tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.25.0", features = [
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.26.0" }
+tor-config = { path = "../tor-config", version = "0.26.0" }
+tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.26.0", features = ["dirfilter"] }
+tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.26.0", features = [
"experimental-api",
"dangerous-expose-struct-fields",
] }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.25.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.26.0" }
tracing = "0.1.36"
tracing-subscriber = { version = "0.3.0", features = ["env-filter"] }
[package.metadata.docs.rs]