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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-config/Cargo.toml b/crates/tor-config/Cargo.toml
index 256859dbb..5184d8049 100644
--- a/crates/tor-config/Cargo.toml
+++ b/crates/tor-config/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-config"
-version = "0.7.0"
+version = "0.7.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -33,7 +33,7 @@ strum = { version = "0.24", features = ["derive"] }
thiserror = "1"
toml = "0.6.0"
tor-basic-utils = { path = "../tor-basic-utils", version = "0.5.0" }
-tor-error = { path = "../tor-error", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.4.1" }
tracing = "0.1.18"
[dev-dependencies]