summaryrefslogtreecommitdiff
path: root/crates/tor-config-path
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-config-path')
-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 6fa871099..18617eb11 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.30.0"
+version = "0.31.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.83"
@@ -45,8 +45,8 @@ once_cell = "1"
serde = { version = "1.0.103", features = ["derive"] }
shellexpand = { version = "3.0", optional = true, features = ["path"] }
thiserror = "2"
-tor-error = { path = "../tor-error", version = "0.30.0" }
-tor-general-addr = { path = "../tor-general-addr", version = "0.30.0", optional = true }
+tor-error = { path = "../tor-error", version = "0.31.0" }
+tor-general-addr = { path = "../tor-general-addr", version = "0.31.0", optional = true }
[dev-dependencies]
assert_matches = "1.5.0"
@@ -55,7 +55,7 @@ dirs = "6.0.0"
rmp-serde = "1"
serde_json = "1.0.50"
toml = "0.8.8"
-tor-config = { path = "../tor-config", version = "0.30.0" }
+tor-config = { path = "../tor-config", version = "0.31.0" }
[package.metadata.docs.rs]
all-features = true