build(deps): bump nix from 0.28.0 to 0.29.0 (#198)

Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0.
- [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nix-rust/nix/compare/v0.28.0...v0.29.0)

---
updated-dependencies:
- dependency-name: nix
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-06-23 22:30:30 -07:00
committed by GitHub
parent 6e1e4e3806
commit 93aae83b3f
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -1399,7 +1399,7 @@ dependencies = [
"bytes",
"libc",
"log",
"nix 0.28.0",
"nix 0.29.0",
"once_cell",
"prost",
"prost-build",
@ -1514,7 +1514,7 @@ dependencies = [
"krata-xenstore",
"libc",
"log",
"nix 0.28.0",
"nix 0.29.0",
"oci-spec",
"path-absolutize",
"platform-info",
@ -1623,7 +1623,7 @@ dependencies = [
"env_logger",
"libc",
"log",
"nix 0.28.0",
"nix 0.29.0",
"thiserror",
"tokio",
"uuid",
@ -1653,7 +1653,7 @@ version = "0.0.11"
dependencies = [
"libc",
"log",
"nix 0.28.0",
"nix 0.29.0",
"thiserror",
"tokio",
]
@ -1663,7 +1663,7 @@ name = "krata-xengnt"
version = "0.0.11"
dependencies = [
"libc",
"nix 0.28.0",
"nix 0.29.0",
"thiserror",
]
@ -1681,7 +1681,7 @@ dependencies = [
"libc",
"log",
"memchr",
"nix 0.28.0",
"nix 0.29.0",
"regex",
"slice-copy",
"thiserror",