cargo: Update nix to the latest version

Update the sysvmq dependency nix to the latest version.
This commit is contained in:
finga 2023-10-15 19:59:33 +02:00
parent ed4334061d
commit e60d9f1971
2 changed files with 2 additions and 1 deletions

View file

@ -10,5 +10,6 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Changed
- Update to the latest verscion of `nix`.
- Fix several clippy findings in preperation to enable several lint
groups.

View file

@ -12,4 +12,4 @@ categories = ["os"]
[dependencies]
libc = "0.2.98"
thiserror = "1.0.26"
nix = "0.21.0"
nix = "0.27.1"