From 6d55bc6f2c00251037a2d88ef333a13a376bd1a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Aug 2023 09:50:03 +0000 Subject: [PATCH] Bump nix from 0.26.2 to 0.27.1 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.27.1. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.27.1) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Cargo.lock | 7 +++---- nextest-runner/Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e0b3c845405..bd241b523f3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1621,14 +1621,13 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.27.1" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.4.0", "cfg-if", "libc", - "static_assertions", ] [[package]] diff --git a/nextest-runner/Cargo.toml b/nextest-runner/Cargo.toml index 46d98096638..9e76ea06326 100644 --- a/nextest-runner/Cargo.toml +++ b/nextest-runner/Cargo.toml @@ -95,7 +95,7 @@ smallvec = "1.11.0" [target.'cfg(unix)'.dependencies] libc = "0.2.147" -nix = { version = "0.26.2", default-features = false, features = ["signal"] } +nix = { version = "0.27.1", default-features = false, features = ["signal"] } [target.'cfg(windows)'.dependencies] windows = { version = "0.48.0", features = [