Update fs4 to latest (0.13.1) (#2654)

- One change was needed to handle the `Result<bool>` that now returns from `try_lock_exclusive`

Co-authored-by: Paul M. <prov223@tutanota.com>
This commit is contained in:
Paul M.
2025-07-13 23:26:19 -04:00
committed by GitHub
parent 74334f9c9a
commit f2c77f06c5
2 changed files with 5 additions and 3 deletions

View File

@@ -33,7 +33,7 @@ tempfile = { version = "3.12.0", optional = true }
log = "0.4.16"
serde = { version = "1.0.219", features = ["derive"] }
serde_json = "1.0.140"
fs4 = { version = "0.8.0", optional = true }
fs4 = { version = "0.13.1", optional = true }
levenshtein_automata = "0.2.1"
uuid = { version = "1.0.0", features = ["v4", "serde"] }
crossbeam-channel = "0.5.4"