diff options
Diffstat (limited to 'crates/arti-testing/Cargo.toml')
| -rw-r--r-- | crates/arti-testing/Cargo.toml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/arti-testing/Cargo.toml b/crates/arti-testing/Cargo.toml index 400f12873..6c43e696a 100644 --- a/crates/arti-testing/Cargo.toml +++ b/crates/arti-testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-testing" -version = "0.3.0" +version = "0.4.0" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.56" @@ -15,21 +15,21 @@ publish = false [features] [dependencies] -arti = { package = "arti", path = "../arti", version = "0.3.0"} -arti-client = { package = "arti-client", path = "../arti-client", version = "0.3.0", features = [ +arti = { package = "arti", path = "../arti", version = "0.4.0"} +arti-client = { package = "arti-client", path = "../arti-client", version = "0.4.0", features = [ "dirfilter", ] } -tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.3.0", features = [ +tor-dirmgr = { package = "tor-dirmgr", path = "../tor-dirmgr", version = "0.4.0", features = [ "dirfilter", ] } -tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.3.0", features = [ +tor-netdoc = { package = "tor-netdoc", path = "../tor-netdoc", version = "0.4.0", features = [ "experimental-api", "dangerous-expose-struct-fields", ] } tor-checkable = { path = "../tor-checkable", version = "0.3.0", features = ["experimental-api"] } -tor-config = { path = "../tor-config", version = "0.3.0"} -tor-rtcompat = { path = "../tor-rtcompat", version = "0.3.0"} -tor-error = { path = "../tor-error", version = "0.3.0"} +tor-config = { path = "../tor-config", version = "0.4.0"} +tor-rtcompat = { path = "../tor-rtcompat", version = "0.4.0"} +tor-error = { path = "../tor-error", version = "0.3.1"} anyhow = "1.0.23" async-trait = "0.1.2" |
