build(deps): bump nix from 0.28.0 to 0.29.0

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>
This commit is contained in:
dependabot[bot]
2024-06-24 05:14:11 +00:00
committed by GitHub
parent 4175e1e3fe
commit 7318c94045
2 changed files with 7 additions and 7 deletions

12
Cargo.lock generated
View File

@ -1398,7 +1398,7 @@ dependencies = [
"bytes", "bytes",
"libc", "libc",
"log", "log",
"nix 0.28.0", "nix 0.29.0",
"once_cell", "once_cell",
"prost", "prost",
"prost-build", "prost-build",
@ -1513,7 +1513,7 @@ dependencies = [
"krata-xenstore", "krata-xenstore",
"libc", "libc",
"log", "log",
"nix 0.28.0", "nix 0.29.0",
"oci-spec", "oci-spec",
"path-absolutize", "path-absolutize",
"platform-info", "platform-info",
@ -1622,7 +1622,7 @@ dependencies = [
"env_logger", "env_logger",
"libc", "libc",
"log", "log",
"nix 0.28.0", "nix 0.29.0",
"thiserror", "thiserror",
"tokio", "tokio",
"uuid", "uuid",
@ -1652,7 +1652,7 @@ version = "0.0.11"
dependencies = [ dependencies = [
"libc", "libc",
"log", "log",
"nix 0.28.0", "nix 0.29.0",
"thiserror", "thiserror",
"tokio", "tokio",
] ]
@ -1662,7 +1662,7 @@ name = "krata-xengnt"
version = "0.0.11" version = "0.0.11"
dependencies = [ dependencies = [
"libc", "libc",
"nix 0.28.0", "nix 0.29.0",
"thiserror", "thiserror",
] ]
@ -1680,7 +1680,7 @@ dependencies = [
"libc", "libc",
"log", "log",
"memchr", "memchr",
"nix 0.28.0", "nix 0.29.0",
"regex", "regex",
"slice-copy", "slice-copy",
"thiserror", "thiserror",

View File

@ -55,7 +55,7 @@ loopdev-3 = "0.5.1"
krata-advmac = "1.1.0" krata-advmac = "1.1.0"
krata-tokio-tar = "0.4.0" krata-tokio-tar = "0.4.0"
memchr = "2" memchr = "2"
nix = "0.28.0" nix = "0.29.0"
oci-spec = "0.6.4" oci-spec = "0.6.4"
once_cell = "1.19.0" once_cell = "1.19.0"
path-absolutize = "3.1.1" path-absolutize = "3.1.1"