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 6bff39080..f48c538e3 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.10.0"
+version = "0.10.1"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2021"
rust-version = "1.70"
@@ -29,7 +29,7 @@ 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.0", optional = true }
+fslock-guard = { path = "../fslock-guard", version = "0.1.1", optional = true }
itertools = "0.12.0"
paste = "1"
sanitize-filename = "0.5.0"