From 217faeabf006be51a17efcaf4166497c425bc4e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:43:45 +0000 Subject: [PATCH] build(deps): Bump nix from 0.28.0 to 0.29.0 in /rust (#6343) 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> --- rust/Cargo.lock | 7 +++---- rust/bin-shared/Cargo.toml | 2 +- rust/gui-client/src-tauri/Cargo.toml | 2 +- rust/headless-client/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 7 deletions(-) diff --git a/rust/Cargo.lock b/rust/Cargo.lock index ddf5d5159..8d3475f7d 100644 --- a/rust/Cargo.lock +++ b/rust/Cargo.lock @@ -1811,7 +1811,7 @@ dependencies = [ "libc", "netlink-packet-core", "netlink-packet-route", - "nix 0.28.0", + "nix 0.29.0", "ring", "rtnetlink", "socket-factory", @@ -1885,7 +1885,7 @@ dependencies = [ "keyring", "minidumper", "native-dialog", - "nix 0.28.0", + "nix 0.29.0", "output_vt100", "rand 0.8.5", "reqwest", @@ -1937,7 +1937,7 @@ dependencies = [ "known-folders", "libc", "mutants", - "nix 0.28.0", + "nix 0.29.0", "phoenix-channel", "resolv-conf", "rtnetlink", @@ -3750,7 +3750,6 @@ dependencies = [ "cfg-if", "cfg_aliases 0.1.1", "libc", - "memoffset 0.9.1", ] [[package]] diff --git a/rust/bin-shared/Cargo.toml b/rust/bin-shared/Cargo.toml index 32c1010e5..a621827c8 100644 --- a/rust/bin-shared/Cargo.toml +++ b/rust/bin-shared/Cargo.toml @@ -27,7 +27,7 @@ tokio = { workspace = true, features = ["macros", "rt-multi-thread"] } libc = "0.2" netlink-packet-core = { version = "0.7", default-features = false } netlink-packet-route = { version = "0.19", default-features = false } -nix = { version = "0.28.0", features = ["socket"] } +nix = { version = "0.29.0", features = ["socket"] } rtnetlink = { workspace = true } zbus = "4.4" # Can't use `zbus`'s `tokio` feature here, or it will break toast popups all the way over in `gui-client`. diff --git a/rust/gui-client/src-tauri/Cargo.toml b/rust/gui-client/src-tauri/Cargo.toml index a5c429f31..55aa21f91 100644 --- a/rust/gui-client/src-tauri/Cargo.toml +++ b/rust/gui-client/src-tauri/Cargo.toml @@ -62,7 +62,7 @@ features = [ [target.'cfg(target_os = "linux")'.dependencies] dirs = "5.0.1" -nix = { version = "0.28.0", features = ["user"] } +nix = { version = "0.29.0", features = ["user"] } [target.'cfg(target_os = "macos")'.dependencies] diff --git a/rust/headless-client/Cargo.toml b/rust/headless-client/Cargo.toml index e4f35a47c..3cb3da8fe 100644 --- a/rust/headless-client/Cargo.toml +++ b/rust/headless-client/Cargo.toml @@ -43,7 +43,7 @@ mutants = "0.0.3" # Needed to mark functions as exempt from `cargo-mutants` test [target.'cfg(target_os = "linux")'.dependencies] dirs = "5.0.1" libc = "0.2.150" -nix = { version = "0.28.0", features = ["fs", "user", "socket"] } +nix = { version = "0.29.0", features = ["fs", "user", "socket"] } resolv-conf = "0.7.0" rtnetlink = { workspace = true } sd-notify = "0.4.2" # This is a pure Rust re-implementation, so it isn't vulnerable to CVE-2024-3094