From cf2a0c81495e1cfe44e5c0e67525d451b8cbe8a1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Nov 2023 19:33:48 +0000 Subject: [PATCH] Bump rustix from 0.37.20 to 0.37.27 in /skel/rust-api 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] --- skel/rust-api/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skel/rust-api/Cargo.lock b/skel/rust-api/Cargo.lock index f3d5edb32..ca076b433 100644 --- a/skel/rust-api/Cargo.lock +++ b/skel/rust-api/Cargo.lock @@ -2597,9 +2597,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",