From dc7022a956f0ebf1106a8f8ba8657d1d4b9cf7d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Apr 2023 01:45:56 +0000 Subject: [PATCH] chore(deps): bump cap-std from 1.0.8 to 1.0.9 Bumps [cap-std](https://github.com/bytecodealliance/cap-std) from 1.0.8 to 1.0.9. - [Release notes](https://github.com/bytecodealliance/cap-std/releases) - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-std-v1.0.8...cap-std-v1.0.9) --- updated-dependencies: - dependency-name: cap-std dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 77f4c3fc1..266ed7b1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -244,14 +244,14 @@ dependencies = [ [[package]] name = "cap-std" -version = "1.0.8" +version = "1.0.9" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "feaa841070facd5a28b6f97bc0d68369e321b47765a7abb707cd8206966e9ea4" +checksum = "a83342c1f448b1d092cc55c6127ffe88841e9c98dd9f652a283a89279b12376c" dependencies = [ "cap-primitives", "io-extras", "io-lifetimes", - "rustix 0.36.11", + "rustix 0.37.5", ] [[package]]