summaryrefslogtreecommitdiff
path: root/crates/tor-persist
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist')
-rw-r--r--crates/tor-persist/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index 57806f12d..00b9301ac 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.7.4"
+version = "0.8.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -23,12 +23,12 @@ __is_experimental = []
[dependencies]
derive_more = "0.99.3"
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.3", features = ["walkdir"] }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.5", features = ["walkdir"] }
sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-error = { path = "../tor-error", version = "0.5.4", features = ["tracing"] }
+tor-error = { path = "../tor-error", version = "0.5.5", features = ["tracing"] }
tracing = "0.1.36"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]