diff options
Diffstat (limited to 'crates/arti-testing/Cargo.toml')
| -rw-r--r-- | crates/arti-testing/Cargo.toml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 71575843f..8f6ab83a2 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.8.6" +version = "0.8.7" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -26,8 +26,8 @@ full = [ [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.1.6" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.2", features = ["dirfilter"] } +arti = { package = "arti", path = "../arti", version = "1.1.7" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0", features = ["dirfilter"] } async-trait = "0.1.54" cfg-if = "1.0.0" clap = "3.2.20" @@ -37,12 +37,12 @@ pin-project = "1" rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } tokio = { version = "1.7", features = ["signal", "macros"] } -tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" } -tor-checkable = { path = "../tor-checkable", version = "0.5.1", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.9.2" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.10.2", features = ["dirfilter"] } -tor-error = { path = "../tor-error", version = "0.5.2" } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.1", features = [ +tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" } +tor-checkable = { path = "../tor-checkable", version = "0.5.3", features = ["experimental-api"] } +tor-config = { path = "../tor-config", version = "0.9.3" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.11.0", features = ["dirfilter"] } +tor-error = { path = "../tor-error", version = "0.5.3" } +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.8.2", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } |
