Bump rand from 0.8.4 to 0.8.5 (#310)

This commit is contained in:
dependabot[bot] 2022-03-19 18:34:57 +00:00 committed by GitHub
parent d789af6042
commit 59034e6c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

6
Cargo.lock generated
View File

@ -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",
]

View File

@ -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"