From e7b7c7f39a34d899a9da6454d4a3813ac9ec99d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 10:03:02 +0800 Subject: [PATCH] Bump nix from 0.28.0 to 0.29.0 (#13773) Bumps [nix](https://github.com/nix-rust/nix) from 0.28.0 to 0.29.0.
Changelog

Sourced from nix's changelog.

[0.29.0] - 2024-05-24

Added

Changed

... (truncated)

Commits

[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=nix&package-manager=cargo&previous-version=0.28.0&new-version=0.29.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Cargo.lock | 12 ++++++------ Cargo.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) 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"