From 477ec0b01bb81531dc6b2d99645af66fd03d49a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 22:34:12 +0000 Subject: [PATCH] Bump rustix in /workflows/index-generation/ncbi-compress Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.20 to 0.37.27. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.20...v0.37.27) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- workflows/index-generation/ncbi-compress/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/workflows/index-generation/ncbi-compress/Cargo.lock b/workflows/index-generation/ncbi-compress/Cargo.lock index b6a5dbd56..06692ebde 100644 --- a/workflows/index-generation/ncbi-compress/Cargo.lock +++ b/workflows/index-generation/ncbi-compress/Cargo.lock @@ -694,7 +694,7 @@ checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f" dependencies = [ "hermit-abi 0.3.1", "io-lifetimes", - "rustix 0.37.20", + "rustix 0.37.27", "windows-sys", ] @@ -1349,9 +1349,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.20" +version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b96e891d04aa506a6d1f318d2771bcb1c7dfda84e126660ace067c9b474bb2c0" +checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ "bitflags 1.3.2", "errno",