diff options
Diffstat (limited to 'crates/arti')
| -rw-r--r-- | crates/arti/Cargo.toml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml index e62300535..90a472399 100644 --- a/crates/arti/Cargo.toml +++ b/crates/arti/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "arti" -version = "1.1.2" +version = "1.1.3" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" rust-version = "1.60" @@ -69,7 +69,7 @@ experimental = ["arti-client/experimental", "experimental-api", "onion-service-c [dependencies] anyhow = "1.0.23" -arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.2", default-features = false } +arti-client = { package = "arti-client", path = "../arti-client", version = "0.8.3", default-features = false } async-ctrlc = { version = "1.2.0", optional = true } cfg-if = "1.0.0" clap = "3.2.20" @@ -84,16 +84,16 @@ notify = { version = "5.0", default-features = false, features = ["macos_kqueue" once_cell = { version = "1", optional = true } paste = "1" rlimit = "0.9.0" -safelog = { path = "../safelog", version = "0.2.1" } +safelog = { path = "../safelog", version = "0.2.2" } secmem-proc = { version = "0.2.0", optional = true } serde = { version = "1.0.103", features = ["derive"] } signal-hook = { version = "0.3", optional = true } signal-hook-async-std = { version = "0.2", optional = true } tokio-crate = { package = "tokio", version = "1.7", optional = true, features = ["signal"] } -tor-config = { path = "../tor-config", version = "0.7.2" } +tor-config = { path = "../tor-config", version = "0.8.0" } tor-error = { path = "../tor-error", version = "0.4.1", default-features = false } tor-rtcompat = { path = "../tor-rtcompat", version = "0.8.1", default-features = false } -tor-socksproto = { path = "../tor-socksproto", version = "0.6.2" } +tor-socksproto = { path = "../tor-socksproto", version = "0.6.3" } tracing = "0.1.18" tracing-appender = "0.2.0" tracing-journald = { version = "0.3.0", optional = true } |
