diff options
Diffstat (limited to 'crates/arti-bench/Cargo.toml')
| -rw-r--r-- | crates/arti-bench/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index 9827c72b8..326af2e63 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-bench" -version = "0.8.7" +version = "0.8.8" edition = "2021" rust-version = "1.65" authors = ["The Tor Project, Inc.", "eta <[email protected]>"] @@ -17,8 +17,8 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "1.1.7" } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0" } +arti = { path = "../arti", version = "1.1.8" } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.1" } clap = "3.2.20" float-ord = "0.3" fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" } @@ -28,7 +28,7 @@ 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.9.3" } +tor-config = { path = "../tor-config", version = "0.9.4" } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } |
