summaryrefslogtreecommitdiffstats
path: root/crates/common/flockfile/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'crates/common/flockfile/Cargo.toml')
-rw-r--r--crates/common/flockfile/Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/common/flockfile/Cargo.toml b/crates/common/flockfile/Cargo.toml
index ea7e80ad..deec952e 100644
--- a/crates/common/flockfile/Cargo.toml
+++ b/crates/common/flockfile/Cargo.toml
@@ -1,15 +1,15 @@
[package]
name = "flockfile"
-version = "0.5.2"
+version = "0.7.4"
authors = ["thin-edge.io team <info@thin-edge.io>"]
edition = "2021"
-rust-version = "1.58"
+rust-version = "1.58.1"
[dependencies]
thiserror = "1.0"
[target.'cfg(unix)'.dependencies]
-nix = "0.23"
+nix = "0.24"
tracing = { version = "0.1", features = ["log"] }
[dev-dependencies]