Skip to content

Commit

Permalink
Bump rand_core from 0.5.1 to 0.6.0
Browse files Browse the repository at this point in the history
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](rust-random/rand@rand_core-0.5.1...rand_core-0.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Dec 22, 2020
1 parent 2a8dc67 commit 9dcdb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 9dcdb47

Please sign in to comment.