From 59034e6c8ff8d7f3d31d0b718c24e02dff8a153d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Mar 2022 18:34:57 +0000 Subject: [PATCH] Bump rand from 0.8.4 to 0.8.5 (#310) --- Cargo.lock | 6 +++--- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ae59e4b..af91755 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -263,7 +263,7 @@ dependencies = [ "pbkdf2", "pc-keyboard", "pic8259", - "rand 0.8.4", + "rand 0.8.5", "rand_chacha 0.3.1", "rand_core 0.6.3", "raw-cpuid", @@ -383,9 +383,9 @@ dependencies = [ [[package]] name = "rand" -version = "0.8.4" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8" +checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" dependencies = [ "rand_core 0.6.3", ] diff --git a/Cargo.toml b/Cargo.toml index da3b7a4..33a7d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -33,7 +33,7 @@ object = { version = "0.27.1", default-features = false, features = ["read"] } pbkdf2 = { version = "0.10.0", default-features = false } pc-keyboard = "0.5.1" pic8259 = "0.10.2" -rand = { version = "0.8.4", default-features = false } +rand = { version = "0.8.5", default-features = false } rand_chacha = { version = "0.3.1", default-features = false } rand_core = { version = "0.6.3", default-features = false } raw-cpuid = "10.2.0"