summaryrefslogtreecommitdiff
path: root/crates/tor-config
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config')
-rw-r--r--crates/tor-config/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index cb9baa6a7..8e5fe69b4 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.4.0"
+version = "0.4.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.56"
@@ -20,7 +20,7 @@ config = { version = "0.13", default-features = false, features = ["toml"] }
derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "4", optional = true }
educe = "0.4.6"
-fs-mistrust = { path = "../fs-mistrust", version = "0.2.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.3.0" }
itertools = "0.10.1"
once_cell = "1"
paste = "1"
@@ -30,8 +30,8 @@ serde_ignored = "0.1.3"
shellexpand = { version = "2.1", package = "shellexpand-fork", optional = true }
thiserror = "1"
toml = "0.5"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.1" }
-tor-error = { path = "../tor-error", version = "0.3.1" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.3.2" }
+tor-error = { path = "../tor-error", version = "0.3.2" }
tracing = "0.1.18"
[dev-dependencies]