diff options
Diffstat (limited to 'crates/arti-testing')
| -rw-r--r-- | crates/arti-testing/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index e212543a6..9f2c7f4ff 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.8.2" +version = "0.8.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -16,8 +16,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { package = "arti", path = "../arti", version = "1.1.2" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.2", features = [ +arti = { package = "arti", path = "../arti", version = "1.1.3" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.3", features = [ "dirfilter", ] } async-trait = "0.1.2" @@ -30,12 +30,12 @@ rand = "0.8" serde = { version = "1.0.103", features = ["derive"] } tokio = { version = "1.7", features = ["signal", "macros"] } tor-checkable = { path = "../tor-checkable", version = "0.4.2", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.7.2" } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.9.2", features = [ +tor-config = { path = "../tor-config", version = "0.8.0" } +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.9.3", features = [ "dirfilter", ] } tor-error = { path = "../tor-error", version = "0.4.1" } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.6.2", features = [ +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.6.3", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } |
