Update nix to 0.29

This commit is contained in:
J. Neuschäfer
2025-01-25 13:22:45 +00:00
parent 0b812153a8
commit 173569d4d2
3 changed files with 22 additions and 15 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ repository = "https://github.com/varjolintu/keepassxc-proxy-rust"
[dependencies]
byteorder = "1.1.0"
nix = "0.24.0"
nix = { version = "0.29.0", features = ["socket"] }
[target.'cfg(windows)'.dependencies]
named_pipe = "0.2"