From 86c2b048a4f1ebb2f95ea76e7425dc3d3e52363c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Apr 2024 15:21:04 +0000 Subject: [PATCH] Bump rustix Bumps the cargo group with 1 update in the /proofs/stateright/activation-cache 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) - [Commits](https://github.com/bytecodealliance/rustix/compare/v0.36.6...v0.36.7) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect dependency-group: cargo ... Signed-off-by: dependabot[bot] --- proofs/stateright/activation-cache/Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/proofs/stateright/activation-cache/Cargo.lock b/proofs/stateright/activation-cache/Cargo.lock index b580d08..e814df1 100644 --- a/proofs/stateright/activation-cache/Cargo.lock +++ b/proofs/stateright/activation-cache/Cargo.lock @@ -1625,9 +1625,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",