diff options
Diffstat (limited to 'crates/fslock-guard')
| -rw-r--r-- | crates/fslock-guard/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml index 24552bc44..56c85bc71 100644 --- a/crates/fslock-guard/Cargo.toml +++ b/crates/fslock-guard/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fslock-guard" -version = "0.1.1" +version = "0.1.2" authors = ["The Tor Project, Inc.", "Nick Mathewson <[email protected]>"] edition = "2021" license = "MIT OR Apache-2.0" @@ -20,7 +20,7 @@ fslock = { version = "0.2.0", package = "fslock-arti-fork" } thiserror = "1" [dev-dependencies] -test-temp-dir = { version = "0.2.0", path = "../test-temp-dir" } +test-temp-dir = { version = "0.2.1", path = "../test-temp-dir" } [target.'cfg(windows)'.dependencies.winapi] version = "^0.3.8" |
