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.toml12
1 files changed, 6 insertions, 6 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index e03707ce2..adf9de4e4 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.10.1"
+version = "0.17.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -28,16 +28,16 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti
derive-adhoc = "0.8"
derive_more = "0.99.3"
filetime = { version = "0.2", default-features = false }
-fs-mistrust = { path = "../fs-mistrust", version = "0.7.7", features = ["walkdir"] }
-fslock-guard = { path = "../fslock-guard", version = "0.1.1", optional = true }
+fs-mistrust = { path = "../fs-mistrust", version = "0.7.9", features = ["walkdir"] }
+fslock-guard = { path = "../fslock-guard", version = "0.1.2", optional = true }
itertools = "0.12.0"
paste = "1"
sanitize-filename = "0.5.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "1"
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.8.0" }
-tor-error = { path = "../tor-error", version = "0.6.0", features = ["tracing"] }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.17.0" }
+tor-error = { path = "../tor-error", version = "0.17.0", features = ["tracing"] }
tracing = "0.1.36"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
@@ -48,7 +48,7 @@ anyhow = { version = "1.0.23" }
derive-adhoc = "0.8"
itertools = "0.12.0"
tempfile = "3"
-test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]