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 d85a353ea..f66302dea 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.9.2"
+version = "0.9.3"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.65"
@@ -32,7 +32,7 @@ derive_builder = { version = "0.11.2", package = "derive_builder_fork_arti" }
directories = { version = "5", optional = true }
educe = "0.4.6"
either = "1"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.1" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.3" }
itertools = "0.11.0"
once_cell = "1"
paste = "1"
@@ -43,8 +43,8 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.25", features = ["derive"] }
thiserror = "1"
toml = "0.7.2"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.1" }
-tor-error = { path = "../tor-error", version = "0.5.2" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.7.3" }
+tor-error = { path = "../tor-error", version = "0.5.3" }
tracing = "0.1.36"
[dev-dependencies]