cargo: Update nix to the latest version
Update the sysvmq dependency nix to the latest version.
This commit is contained in:
parent
ed4334061d
commit
e60d9f1971
2 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -12,4 +12,4 @@ categories = ["os"]
|
|||
[dependencies]
|
||||
libc = "0.2.98"
|
||||
thiserror = "1.0.26"
|
||||
nix = "0.21.0"
|
||||
nix = "0.27.1"
|
||||
|
|
Loading…
Reference in a new issue