diff --git a/Cargo.lock b/Cargo.lock index 023afbe0f8..eca168dbe2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2931,7 +2931,7 @@ dependencies = [ "miette", "mimalloc", "multipart-rs", - "nix 0.28.0", + "nix 0.29.0", "nu-cli", "nu-cmd-base", "nu-cmd-extra", @@ -3119,7 +3119,7 @@ dependencies = [ "mockito", "multipart-rs", "native-tls", - "nix 0.28.0", + "nix 0.29.0", "notify-debouncer-full", "nu-ansi-term", "nu-cmd-base", @@ -3310,7 +3310,7 @@ name = "nu-plugin" version = "0.97.2" dependencies = [ "log", - "nix 0.28.0", + "nix 0.29.0", "nu-engine", "nu-plugin-core", "nu-plugin-protocol", @@ -3407,7 +3407,7 @@ dependencies = [ "log", "lru", "miette", - "nix 0.28.0", + "nix 0.29.0", "nu-derive-value", "nu-path", "nu-system", @@ -3449,7 +3449,7 @@ dependencies = [ "libproc", "log", "mach2", - "nix 0.28.0", + "nix 0.29.0", "ntapi", "once_cell", "procfs", @@ -3498,7 +3498,7 @@ dependencies = [ "crossterm_winapi", "log", "lscolors", - "nix 0.28.0", + "nix 0.29.0", "num-format", "serde", "strip-ansi-escapes", diff --git a/Cargo.toml b/Cargo.toml index 5a4cf3d536..070269cf77 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,7 @@ mime_guess = "2.0" mockito = { version = "1.5", default-features = false } multipart-rs = "0.1.11" native-tls = "0.2" -nix = { version = "0.28", default-features = false } +nix = { version = "0.29", default-features = false } notify-debouncer-full = { version = "0.3", default-features = false } nu-ansi-term = "0.50.1" num-format = "0.4"