summaryrefslogtreecommitdiff
path: root/crates/tor-config/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config/Cargo.toml')
-rw-r--r--crates/tor-config/Cargo.toml14
1 files changed, 7 insertions, 7 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 9c0cfc411..058208d9c 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.23.0"
+version = "0.24.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -54,10 +54,10 @@ shellexpand = { version = "3.0", optional = true, features = ["path"] }
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1"
toml = "0.8.8"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.23.0" }
-tor-config-path = { path = "../tor-config-path", version = "0.23.0" }
-tor-error = { path = "../tor-error", version = "0.23.0" }
-tor-rtcompat = { path = "../tor-rtcompat", version = "0.23.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.24.0" }
+tor-config-path = { path = "../tor-config-path", version = "0.24.0" }
+tor-error = { path = "../tor-error", version = "0.24.0" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0" }
tracing = "0.1.36"
void = "1"
@@ -67,8 +67,8 @@ rmp-serde = "1"
serde_json = "1.0.50"
tempfile = "3"
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" }
+tor-rtcompat = { path = "../tor-rtcompat", version = "0.24.0", features = ["tokio", "native-tls"] }
+tor-rtmock = { path = "../tor-rtmock", version = "0.24.0" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]
all-features = true