summaryrefslogtreecommitdiff
path: root/crates/tor-config
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config')
-rw-r--r--crates/tor-config/Cargo.toml16
1 files changed, 8 insertions, 8 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index a02e2c216..203ccc034 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.22.0"
+version = "0.23.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -34,7 +34,7 @@ directories = { version = "5", optional = true }
educe = "0.4.6"
either = "1"
figment = { version = "0.10.18", features = ["toml"] }
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.9" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.8.0" }
futures = "0.3.14"
itertools = "0.13.0"
notify = { version = "6.0", default-features = false, features = ["macos_kqueue"] }
@@ -49,9 +49,9 @@ shellexpand = { version = "3.0", optional = true }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
-tor-error = { path = "../tor-error", version = "0.22.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" }
+tor-error = { path = "../tor-error", version = "0.23.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0" }
tracing = "0.1.36"
void = "1"
@@ -60,9 +60,9 @@ dirs = "5.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
tempfile = "3"
-test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.22.0", features = ["tokio", "native-tls"] }
-tor-rtmock = { path = "../tor-rtmock", version = "0.22.0" }
+test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.23.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true