summaryrefslogtreecommitdiff
path: root/crates/arti
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti')
-rw-r--r--crates/arti/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/arti/Cargo.toml b/crates/arti/Cargo.toml
index f87eb2845..ff157121e 100644
--- a/crates/arti/Cargo.toml
+++ b/crates/arti/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "arti"
-version = "1.1.4"
+version = "1.1.5"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -76,16 +76,16 @@ rpc = ["arti-rpcserver", "__is_experimental"]
__is_experimental = []
[dependencies]
-arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.0", optional = true }
+arti-rpcserver = { path = "../arti-rpcserver", version = "0.1.1", optional = true }
anyhow = "1.0.23"
-arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.0", default-features = false }
+arti-client = { package = "arti-client", path = "../arti-client", version = "0.9.1", default-features = false }
async-ctrlc = { version = "1.2.0", optional = true }
cfg-if = "1.0.0"
clap = "3.2.20"
config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11", package = "derive_builder_fork_arti" }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
futures = "0.3.14"
itertools = "0.10.1"
libc = "0.2"
@@ -93,17 +93,17 @@ notify = { version = "6.0", default-features = false, features = ["macos_kqueue"
once_cell = { version = "1", optional = true }
paste = "1"
rlimit = "0.9.0"
-safelog = { path = "../safelog", version = "0.3.0" }
+safelog = { path = "../safelog", version = "0.3.1" }
secmem-proc = { version = "0.3.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"] }
tokio-util = { version = "0.7.0", features = ["compat"], optional = true }
-tor-config = { path = "../tor-config", version = "0.9.0" }
-tor-error = { path = "../tor-error", version = "0.5.0", default-features = false }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.0", default-features = false }
-tor-socksproto = { path = "../tor-socksproto", version = "0.7.0" }
+tor-config = { path = "../tor-config", version = "0.9.1" }
+tor-error = { path = "../tor-error", version = "0.5.1", default-features = false }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.9.1", default-features = false }
+tor-socksproto = { path = "../tor-socksproto", version = "0.7.1" }
tracing = "0.1.36"
tracing-appender = "0.2.0"
tracing-journald = { version = "0.3.0", optional = true }