From cac14953c8d188bf6a85f097c28713a0d7e778cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Jan 2024 10:26:48 +0000 Subject: [PATCH] Bump rustix from 0.37.3 to 0.37.27 in /shared/comm-lib Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.37.3 to 0.37.27. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.37.3...v0.37.27) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- shared/comm-lib/Cargo.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/shared/comm-lib/Cargo.lock b/shared/comm-lib/Cargo.lock index 8b2546e7c6..de1c4136e2 100644 --- a/shared/comm-lib/Cargo.lock +++ b/shared/comm-lib/Cargo.lock @@ -2269,16 +2269,16 @@ dependencies = [ [[package]] name = "rustix" -version = "0.37.3" +version = "0.37.27" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2" +checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2" dependencies = [ "bitflags 1.3.2", "errno", "io-lifetimes", "libc", "linux-raw-sys 0.3.8", - "windows-sys 0.45.0", + "windows-sys 0.48.0", ] [[package]] @@ -2613,7 +2613,7 @@ dependencies = [ "cfg-if", "fastrand", "redox_syscall", - "rustix 0.37.3", + "rustix 0.37.27", "windows-sys 0.45.0", ]