summaryrefslogtreecommitdiff
path: root/crates/tor-config-path/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config-path/Cargo.toml')
-rw-r--r--crates/tor-config-path/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml
index 9da945e0a..e8a885efb 100644
--- a/crates/tor-config-path/Cargo.toml
+++ b/crates/tor-config-path/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config-path"
-version = "0.23.0"
+version = "0.24.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.77"
@@ -37,7 +37,7 @@ once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.23.0" }
+tor-error = { path = "../tor-error", version = "0.24.0" }
[dev-dependencies]
dirs = "5.0.0"