From 78cb4a0d1c0c10aae8c01a37042102fad7d1269e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2025 17:56:02 +0000 Subject: [PATCH] Bump rustix from 0.37.27 to 0.37.28 in the cargo group Bumps the cargo group with 1 update: [rustix](https://github.com/bytecodealliance/rustix). Updates `rustix` from 0.37.27 to 0.37.28 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGELOG.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.27...v0.37.28) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5cf4281fc2..5e4a13724d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -385,7 +385,7 @@ dependencies = [ "log", "parking", "polling", - "rustix 0.37.27", + "rustix 0.37.28", "slab", "socket2 0.4.9", "waker-fn", @@ -1997,9 +1997,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.27" +version = "0.37.28" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" +checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6" dependencies = [ "bitflags 1.3.2", "errno",