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.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-config-path/Cargo.toml b/crates/tor-config-path/Cargo.toml
index 251419c0d..378eb5d84 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.36.0"
+version = "0.37.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.86"
@@ -44,8 +44,8 @@ directories = { version = "6", optional = true }
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.36.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.36.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.37.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.37.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
@@ -54,7 +54,7 @@ dirs = "6.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
toml = "0.9.5"
-tor-config = { path = "../tor-config", version = "0.36.0" }
+tor-config = { path = "../tor-config", version = "0.37.0" }
[package.metadata.docs.rs]
all-features = true