From 9dcdb47491ba7dde56bc75c8b5a1d9f2a26ac4a9 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 22 Dec 2020 04:38:03 +0000 Subject: [PATCH] Bump rand_core from 0.5.1 to 0.6.0 Bumps [rand_core](https://github.com/rust-random/rand) from 0.5.1 to 0.6.0. - [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.5.1...rand_core-0.6.0) Signed-off-by: dependabot-preview[bot] --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7c5ddee..a2fbdebc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -232,7 +232,7 @@ dependencies = [ "pic8259_simple", "rand", "rand_chacha 0.3.0", - "rand_core 0.5.1", + "rand_core 0.6.0", "raw-cpuid", "sha2", "smoltcp", diff --git a/Cargo.toml b/Cargo.toml index c53f6781..3b06293d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ pc-keyboard = "0.5.1" pic8259_simple = "0.2.0" rand = { version = "0.7.3", default-features = false } rand_chacha = { version = "0.3.0", default-features = false } -rand_core = { version = "0.5.1", default-features = false } +rand_core = { version = "0.6.0", default-features = false } raw-cpuid = "8.1.0" sha2 = { version = "0.8.2", default-features = false } smoltcp = { version = "0.6.0", default-features = false, features = ["alloc", "ethernet", "socket-tcp", "socket-udp", "proto-ipv4", "proto-dhcpv4"] }