From 62b8e949696481239293048991a26238fa20ebed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 05:21:47 +0000 Subject: [PATCH] Bump rand_core from 0.6.1 to 0.6.4 Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.1 to 0.6.4. - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.6.1...0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: indirect ... Signed-off-by: dependabot[bot] --- Cargo.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 919c128..42480b3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -220,9 +220,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.1" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" dependencies = [ "getrandom 0.2.2", ] @@ -299,7 +299,7 @@ dependencies = [ [[package]] name = "snake" -version = "0.2.2" +version = "0.2.3" dependencies = [ "derive-error", "dirs",