diff options
Diffstat (limited to 'crates/arti-bench/Cargo.toml')
| -rw-r--r-- | crates/arti-bench/Cargo.toml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/arti-bench/Cargo.toml b/crates/arti-bench/Cargo.toml index ef7d38df4..aea67d6be 100644 --- a/crates/arti-bench/Cargo.toml +++ b/crates/arti-bench/Cargo.toml @@ -17,22 +17,22 @@ publish = false [dependencies] anyhow = "1.0.23" -arti = { path = "../arti", version = "2.4.0", features = ["experimental-api"] } -arti-client = { package = "arti-client", path = "../arti-client", version = "0.43.0" } +arti = { path = "../arti", version = "2.5.0", features = ["experimental-api"] } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.44.0" } clap = { version = "4.3.24", features = ["wrap_help"] } float-ord = "0.3" -fs-mistrust = { path = "../fs-mistrust", version = "0.14.2" } +fs-mistrust = { path = "../fs-mistrust", version = "0.15.0" } futures = "0.3.14" rand = "0.10.1" serde = { version = "1.0.103", features = ["derive"] } serde_json = "1.0.50" tokio = { version = "1.47.1", features = ["full"] } tokio-socks = "0.5" -tor-config = { path = "../tor-config", version = "0.43.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.43.0", features = ["tokio", "native-tls"] } +tor-config = { path = "../tor-config", version = "0.44.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.44.0", features = ["tokio", "native-tls"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.20", features = ["env-filter"] } -web-time-compat = { version = "0.1.0", path = "../web-time-compat" } +web-time-compat = { version = "0.2.0", path = "../web-time-compat" } [features] full = [ |
