summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRenovate Bot <renovate-bot@worthe-it.co.za>2023-09-15 18:31:01 +0200
committerJustin Wernick <justin@worthe-it.co.za>2023-09-15 18:39:08 +0200
commit8a97520063e7005e8c194529e1e80012d6e8a1a2 (patch)
tree6f6deefa7b6191e33ddc4cabf1930a417009ebb1 /Cargo.toml
parent69efc01c9d956478f89fdffa0d62aefde06534f3 (diff)
Update Rust crate nix to 0.27.1
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 10f195a..6e826ec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -18,7 +18,7 @@ clap = { version = "4.4.3", features = ["derive"] }
comfy-table = "6.2.0"
git2 = { version = "0.18.0", default-features = false, features = ["vendored-libgit2"] }
humansize = "2.1.3"
-nix = { version = "0.26.2", default-features = false, features = ["user"] }
+nix = { version = "0.27.1", default-features = false, features = ["user"] }
rustyline = { version = "11.0.0", default-features = false }
shlex = "1.1.0"
thiserror = "1.0.48"