From 272db84e6101463d410709fb7a158995ff134ca4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:39:24 +0000 Subject: [PATCH] build(deps): bump nix from 0.26.2 to 0.26.3 (#33021) * build(deps): bump nix from 0.26.2 to 0.26.3 Bumps [nix](https://github.com/nix-rust/nix) from 0.26.2 to 0.26.3. - [Changelog](https://github.com/nix-rust/nix/blob/master/CHANGELOG.md) - [Commits](https://github.com/nix-rust/nix/compare/v0.26.2...v0.26.3) --- updated-dependencies: - dependency-name: nix dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * [auto-commit] Update all Cargo lock files --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot-buildkite --- Cargo.lock | 7 +++---- Cargo.toml | 2 +- programs/sbf/Cargo.lock | 7 +++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index acb4f317a1..b8c09c9246 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3193,16 +3193,15 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "abbbc55ad7b13aac85f9401c796dcda1b864e07fcad40ad47792eaa8932ea502" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.3.3", "cfg-if 1.0.0", "libc", "memoffset 0.7.1", "pin-utils", - "static_assertions", ] [[package]] diff --git a/Cargo.toml b/Cargo.toml index cd8baa9d86..d3bea6eb3a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -236,7 +236,7 @@ memoffset = "0.9" merlin = "3" min-max-heap = "1.3.0" modular-bitfield = "0.11.2" -nix = "0.26.2" +nix = "0.26.3" num-bigint = "0.4.4" num_cpus = "1.16.0" num_enum = "0.6.1" diff --git a/programs/sbf/Cargo.lock b/programs/sbf/Cargo.lock index 2918e61273..2089b4d066 100644 --- a/programs/sbf/Cargo.lock +++ b/programs/sbf/Cargo.lock @@ -2830,16 +2830,15 @@ dependencies = [ [[package]] name = "nix" -version = "0.26.2" +version = "0.26.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a" +checksum = "abbbc55ad7b13aac85f9401c796dcda1b864e07fcad40ad47792eaa8932ea502" dependencies = [ - "bitflags 1.3.2", + "bitflags 2.3.3", "cfg-if 1.0.0", "libc", "memoffset 0.7.1", "pin-utils", - "static_assertions", ] [[package]]