From 446348df41ab5a528ad2b005d512122c0874f225 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jan 2023 00:28:12 +0000 Subject: [PATCH] chore(deps): bump cap-rand from 1.0.3 to 1.0.4 Bumps [cap-rand](https://github.com/bytecodealliance/cap-std) from 1.0.3 to 1.0.4. - [Release notes](https://github.com/bytecodealliance/cap-std/releases) - [Commits](https://github.com/bytecodealliance/cap-std/compare/cap-rand-v1.0.3...cap-rand-v1.0.4) --- updated-dependencies: - dependency-name: cap-rand dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 200be9e62..d5df2e600 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -231,9 +231,9 @@ dependencies = [ [[package]] name = "cap-rand" -version = "1.0.3" +version = "1.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "53df044ddcb88611e19b712211b342ab106105cf658406f5ed4ee09ab10ed727" +checksum = "2a986c3b8fb6e25bbef961b237756ff7a771aa71c9ffdeb01c29f3f208577bf9" dependencies = [ "ambient-authority", "rand",