summaryrefslogtreecommitdiff
path: root/crates/tor-persist/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist/Cargo.toml')
-rw-r--r--crates/tor-persist/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 9f04fbc22..71d7390af 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.6.0"
+version = "0.6.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.60"
@@ -23,7 +23,7 @@ sanitize-filename = "0.4.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.4.0" }
+tor-error = { path = "../tor-error", version = "0.4.1" }
tracing = "0.1.18"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]