From 9a5f56bcf94cbef5bb40a2e42efafef3925fb786 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 04:06:37 +0000 Subject: [PATCH] build(deps): bump rand_core from 0.6.3 to 0.6.4 Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.3 to 0.6.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/compare/rand_core-0.6.3...0.6.4) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7bbd77f337..35b516bd7c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -665,9 +665,9 @@ dependencies = [ [[package]] name = "rand_core" -version = "0.6.3" +version = "0.6.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" +checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "rand_xorshift" diff --git a/Cargo.toml b/Cargo.toml index 0266cff25a..96ef18a65e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -62,7 +62,7 @@ shared-bus = "0.2" lm75 = "0.2" enum-iterator = "1.1.3" rand_xorshift = "0.3.0" -rand_core = "0.6.3" +rand_core = "0.6.4" [dependencies.stm32h7xx-hal] features = ["stm32h743v", "rt", "ethernet", "xspi"]