diff options
Diffstat (limited to 'crates/arti-relay')
| -rw-r--r-- | crates/arti-relay/Cargo.toml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/crates/arti-relay/Cargo.toml b/crates/arti-relay/Cargo.toml index 19432c8bd..0df9ba02d 100644 --- a/crates/arti-relay/Cargo.toml +++ b/crates/arti-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti-relay" -version = "0.30.0" +version = "0.31.0" authors = ["The Tor Project, Inc."] edition = "2021" rust-version = "1.83" @@ -35,26 +35,26 @@ clap = { version = "4.3.24", features = ["string", "wrap_help", "derive"] } derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" } derive_more = { version = "2.0.1", features = ["full"] } directories = "6" -fs-mistrust = { path = "../fs-mistrust", version = "0.9.1", features = ["serde"] } +fs-mistrust = { path = "../fs-mistrust", version = "0.9.3", features = ["serde"] } once_cell = "1" rand = "0.9.1" safelog = { path = "../safelog", version = "0.4.5" } serde = { version = "1.0.103", features = ["derive"] } strum = { version = "0.27.1", features = ["derive"] } thiserror = "2" -tor-chanmgr = { path = "../tor-chanmgr", version = "0.30.0" } -tor-config = { path = "../tor-config", version = "0.30.0" } -tor-config-path = { path = "../tor-config-path", version = "0.30.0" } -tor-error = { path = "../tor-error", version = "0.30.0" } -tor-keymgr = { path = "../tor-keymgr", version = "0.30.0", features = ["keymgr", "ephemeral-keystore"] } -tor-llcrypto = { path = "../tor-llcrypto", version = "0.30.0" } +tor-chanmgr = { path = "../tor-chanmgr", version = "0.31.0" } +tor-config = { path = "../tor-config", version = "0.31.0" } +tor-config-path = { path = "../tor-config-path", version = "0.31.0" } +tor-error = { path = "../tor-error", version = "0.31.0" } +tor-keymgr = { path = "../tor-keymgr", version = "0.31.0", features = ["keymgr", "ephemeral-keystore"] } +tor-llcrypto = { path = "../tor-llcrypto", version = "0.31.0" } # TODO RELAY compile in memquota tracking by default? with a calculated limit maybe, even? -tor-memquota = { version = "0.30.0", path = "../tor-memquota", default-features = false } -tor-netdir = { path = "../tor-netdir", version = "0.30.0" } -tor-netdoc = { path = "../tor-netdoc", version = "0.30.0" } -tor-proto = { path = "../tor-proto", version = "0.30.0", features = ["tokio"] } -tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.30.0" } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.30.0", features = ["rustls", "tokio"] } +tor-memquota = { version = "0.31.0", path = "../tor-memquota", default-features = false } +tor-netdir = { path = "../tor-netdir", version = "0.31.0" } +tor-netdoc = { path = "../tor-netdoc", version = "0.31.0" } +tor-proto = { path = "../tor-proto", version = "0.31.0", features = ["tokio"] } +tor-relay-crypto = { path = "../tor-relay-crypto", version = "0.31.0" } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.31.0", features = ["rustls", "tokio"] } tracing = "0.1.36" tracing-subscriber = { version = "0.3.0", features = ["env-filter"] } |
