From fba16edd182bf65d58a5793decf2d391d331a747 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 14:11:05 +0000 Subject: [PATCH] chore: bump rustix from 0.37.19 to 0.37.26 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.19 to 0.37.26. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.19...v0.37.26) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b25a316a5..7cb06d63a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2317,9 +2317,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.19" +version = "0.37.26" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d" +checksum = "84f3f8f960ed3b5a59055428714943298bf3fa2d4a1d53135084e0544829d995" dependencies = [ "bitflags", "errno",