summaryrefslogtreecommitdiff
path: root/crates/tor-persist
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist')
-rw-r--r--crates/tor-persist/Cargo.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 1ddfdd34c..037cb4684 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.21.0"
+version = "0.22.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -45,9 +45,9 @@ sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-async-utils = { path = "../tor-async-utils", version = "0.21.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.21.0" }
-tor-error = { path = "../tor-error", version = "0.21.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.22.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.22.0" }
+tor-error = { path = "../tor-error", version = "0.22.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"