From 6cb7b12f729c2ebd4d4f87136cdfc9cc9d4eaa52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 14:54:02 +0000 Subject: [PATCH] Bump rustix Bumps the cargo group with 1 update in the /References/ch57x-keyboard-tool directory: [rustix](https://github.com/bytecodealliance/rustix). Updates `rustix` from 0.36.6 to 0.36.7 - [Release notes](https://github.com/bytecodealliance/rustix/releases) - [Changelog](https://github.com/bytecodealliance/rustix/blob/main/CHANGES.md) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.6...v0.36.7) --- updated-dependencies: - dependency-name: rustix dependency-version: 0.36.7 dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- References/ch57x-keyboard-tool/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/References/ch57x-keyboard-tool/Cargo.lock b/References/ch57x-keyboard-tool/Cargo.lock index 0d0ecd0..eddd72e 100644 --- a/References/ch57x-keyboard-tool/Cargo.lock +++ b/References/ch57x-keyboard-tool/Cargo.lock @@ -592,9 +592,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.6" +version = "0.36.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "4feacf7db682c6c329c4ede12649cd36ecab0f3be5b7d74e6a20304725db4549" +checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03" dependencies = [ "bitflags", "errno",