From e2a1717e173bcef397a93d42281e50900fb298d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:29:03 +0000 Subject: [PATCH] build(deps): bump rustix from 0.35.13 to 0.35.15 Bumps [rustix](https://github.com/bytecodealliance/rustix) from 0.35.13 to 0.35.15. - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.35.13...v0.35.15) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 68a40d3..3b0b37c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1009,7 +1009,7 @@ dependencies = [ "byteorder", "hex", "lazy_static", - "rustix 0.35.13", + "rustix 0.35.15", ] [[package]] @@ -1129,9 +1129,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.35.13" +version = "0.35.15" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "727a1a6d65f786ec22df8a81ca3121107f235970dc1705ed681d3e6e8b9cd5f9" +checksum = "413c4d41e2f1b0814c63567d11618483de0bd64f451b452f2ca43896579486ba" dependencies = [ "bitflags", "errno 0.2.8",