From ac95d57fcbe7e3ea7df907e5c72ad13c324b204c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:41:39 +0000 Subject: [PATCH] Bump rustix from 0.36.14 to 0.36.16 in /cli Bumps [rustix](/~https://github.com/bytecodealliance/rustix) from 0.36.14 to 0.36.16. - [Release notes](/~https://github.com/bytecodealliance/rustix/releases) - [Commits](/~https://github.com/bytecodealliance/rustix/compare/v0.36.14...v0.36.16) --- updated-dependencies: - dependency-name: rustix dependency-type: indirect ... Signed-off-by: dependabot[bot] --- cli/Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cli/Cargo.lock b/cli/Cargo.lock index 9608b31..ad7df25 100644 --- a/cli/Cargo.lock +++ b/cli/Cargo.lock @@ -2787,9 +2787,9 @@ dependencies = [ [[package]] name = "rustix" -version = "0.36.14" +version = "0.36.16" source = "registry+/~https://github.com/rust-lang/crates.io-index" -checksum = "14e4d67015953998ad0eb82887a0eb0129e18a7e2f3b7b0f6c422fddcd503d62" +checksum = "6da3636faa25820d8648e0e31c5d519bbb01f72fdf57131f0f5f7da5fed36eab" dependencies = [ "bitflags 1.3.2", "errno", @@ -4711,7 +4711,7 @@ dependencies = [ "memoffset", "paste", "rand 0.8.5", - "rustix 0.36.14", + "rustix 0.36.16", "wasmtime-asm-macros", "wasmtime-environ", "wasmtime-jit-debug",