summaryrefslogtreecommitdiff
path: root/crates/tor-persist
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-persist')
-rw-r--r--crates/tor-persist/Cargo.toml18
1 files changed, 9 insertions, 9 deletions
diff --git a/crates/tor-persist/Cargo.toml b/crates/tor-persist/Cargo.toml
index c36747fa3..8c72bb592 100644
--- a/crates/tor-persist/Cargo.toml
+++ b/crates/tor-persist/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "tor-persist"
-version = "0.43.0"
+version = "0.44.0"
authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"]
edition = "2024"
rust-version = "1.91"
@@ -36,23 +36,23 @@ amplify = { version = "4", default-features = false, features = ["derive"], opti
derive-deftly = { version = "~1.11.3", features = ["full", "beta"] }
derive_more = { version = "2.0.1", features = ["full"] }
filetime = { version = "0.2", default-features = false }
-fs-mistrust = { path = "../fs-mistrust", version = "0.14.2", features = ["walkdir"] }
-fslock-guard = { path = "../fslock-guard", version = "0.7.0" }
+fs-mistrust = { path = "../fs-mistrust", version = "0.15.0", features = ["walkdir"] }
+fslock-guard = { path = "../fslock-guard", version = "0.8.0" }
futures = "0.3.14"
itertools = "0.14.0"
-oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.6.0" }
+oneshot-fused-workaround = { path = "../oneshot-fused-workaround", version = "0.7.0" }
paste = "1.0.3"
sanitize-filename = "0.6.0"
serde = { version = "1.0.103", features = ["derive"] }
serde_json = "1.0.50"
thiserror = "2"
time = { version = "0.3.47", features = ["std", "parsing", "macros", "formatting"] }
-tor-async-utils = { path = "../tor-async-utils", version = "0.43.0" }
-tor-basic-utils = { path = "../tor-basic-utils", version = "0.43.0" }
-tor-error = { path = "../tor-error", version = "0.43.0", features = ["tracing"] }
+tor-async-utils = { path = "../tor-async-utils", version = "0.44.0" }
+tor-basic-utils = { path = "../tor-basic-utils", version = "0.44.0" }
+tor-error = { path = "../tor-error", version = "0.44.0", features = ["tracing"] }
tracing = "0.1.36"
void = "1"
-web-time-compat = { path = "../web-time-compat", version = "0.1.0" }
+web-time-compat = { path = "../web-time-compat", version = "0.2.0" }
[dev-dependencies]
anyhow = { version = "1.0.23" }
@@ -60,7 +60,7 @@ derive-deftly = { version = "~1.11.3", features = ["full", "beta"] }
humantime = "2"
itertools = "0.14.0"
tempfile = "3"
-test-temp-dir = { version = "0.7.0", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.8.0", path = "../test-temp-dir" }
tracing-test = "0.2.4"
[package.metadata.docs.rs]