diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index 96b0cea74..2f1b5c61c 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.2.1" +version = "1.2.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.70" @@ -87,9 +87,9 @@ rpc = ["arti-rpcserver", "tor-rpcbase", "__is_experimental"] __is_experimental = [] [dependencies] -arti-rpcserver = { path = "../arti-rpcserver", version = "0.17.0", optional = true } +arti-rpcserver = { path = "../arti-rpcserver", version = "0.18.0", optional = true } anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.17.0", default-features = false, features = [ +arti-client = { package = "arti-client", path = "../arti-client", version = "0.18.0", default-features = false, features = [ "anyhow", ] } async-ctrlc = { version = "1.2.0", optional = true } @@ -117,13 +117,13 @@ time = "0.3.18" tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } tokio-util = { version = "0.7.0", features = ["compat"], optional = true } toml = "0.8.8" -tor-config = { path = "../tor-config", version = "0.17.0" } -tor-error = { path = "../tor-error", version = "0.17.0", default-features = false, features = ["tracing"] } -tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.17.0", optional = true } -tor-hsservice = { path = "../tor-hsservice", version = "0.17.0", optional = true } -tor-rpcbase = { path = "../tor-rpcbase", version = "0.17.0", optional = true } -tor-rtcompat = { path = "../tor-rtcompat", version = "0.17.0", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.17.0" } +tor-config = { path = "../tor-config", version = "0.18.0" } +tor-error = { path = "../tor-error", version = "0.18.0", default-features = false, features = ["tracing"] } +tor-hsrproxy = { path = "../tor-hsrproxy", version = "0.18.0", optional = true } +tor-hsservice = { path = "../tor-hsservice", version = "0.18.0", optional = true } +tor-rpcbase = { path = "../tor-rpcbase", version = "0.18.0", optional = true } +tor-rtcompat = { path = "../tor-rtcompat", version = "0.18.0", default-features = false } +tor-socksproto = { path = "../tor-socksproto", version = "0.18.0" } tracing = "0.1.36" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } |
