diff options
Diffstat (limited to 'crates/arti/Cargo.toml')
| -rw-r--r-- | crates/arti/Cargo.toml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index b41b10bfa..f2db3b45b 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.1.7" +version = "1.1.8" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.65" @@ -89,7 +89,7 @@ __is_experimental = [] [dependencies] arti-rpcserver = { path = "../arti-rpcserver", version = "0.2.0", optional = true } anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.0", default-features = false } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.10.1", default-features = false } async-ctrlc = { version = "1.2.0", optional = true } backtrace = "0.3.68" cfg-if = "1.0.0" @@ -116,8 +116,8 @@ thiserror = "1" 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 } -tor-config = { path = "../tor-config", version = "0.9.3" } -tor-error = { path = "../tor-error", version = "0.5.3", default-features = false, features = ["tracing"] } +tor-config = { path = "../tor-config", version = "0.9.4" } +tor-error = { path = "../tor-error", version = "0.5.4", default-features = false, features = ["tracing"] } tor-rpcbase = { path = "../tor-rpcbase", version = "0.1.2", optional = true } tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false } tor-socksproto = { path = "../tor-socksproto", version = "0.7.2" } |
