1
5
mirror of https://github.com/vinc/moros.git synced 2024-06-26 18:57:05 +00:00

Bump rand_core from 0.6.1 to 0.6.3 (#185)

This commit is contained in:
dependabot[bot] 2021-06-27 13:24:54 +00:00 committed by GitHub
parent 6493a7e4e6
commit 2604e1808c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

4
Cargo.lock generated
View File

@ -316,9 +316,9 @@ dependencies = [
[[package]]
name = "rand_core"
version = "0.6.1"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
[[package]]
name = "raw-cpuid"

View File

@ -33,7 +33,7 @@ pc-keyboard = "0.5.1"
pic8259 = "0.10.0"
rand = { version = "0.8.4", default-features = false }
rand_chacha = { version = "0.3.0", default-features = false }
rand_core = { version = "0.6.0", default-features = false }
rand_core = { version = "0.6.3", default-features = false }
raw-cpuid = "9.0.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"] }