summaryrefslogtreecommitdiff
path: root/crates/fslock-guard/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/fslock-guard/Cargo.toml')
-rw-r--r--crates/fslock-guard/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/fslock-guard/Cargo.toml b/crates/fslock-guard/Cargo.toml
index 00613b3e7..40765900d 100644
--- a/crates/fslock-guard/Cargo.toml
+++ b/crates/fslock-guard/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "fslock-guard"
-version = "0.1.5"
+version = "0.2.0"
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.1", path = "../test-temp-dir" }
+test-temp-dir = { version = "0.3.0", path = "../test-temp-dir" }
[target.'cfg(windows)'.dependencies.winapi]
version = "^0.3.8"