diff --git a/Cargo.lock b/Cargo.lock index 5dcf8e3..a8fad26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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", diff --git a/Cargo.toml b/Cargo.toml index bbe9bac..35a0f30 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -55,7 +55,7 @@ loopdev-3 = "0.5.1" krata-advmac = "1.1.0" krata-tokio-tar = "0.4.0" memchr = "2" -nix = "0.28.0" +nix = "0.29.0" oci-spec = "0.6.4" once_cell = "1.19.0" path-absolutize = "3.1.1"