Skip to content

Commit d430cb1

Browse files
Bump rand from 0.8.5 to 0.8.6
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.8.6. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.8.6/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.8.6) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.6 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4f7bd3 commit d430cb1

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ description = "Makes a kernel compatible with the bootloader crate"
1111
[dependencies]
1212

1313
[dev-dependencies]
14-
rand = "0.8.4"
14+
rand = "0.8.6"

common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ usize_conversions = "0.2.0"
1717
x86_64 = { version = "0.15.2" }
1818
xmas-elf = "0.8.0"
1919
raw-cpuid = "10.2.0"
20-
rand = { version = "0.8.4", default-features = false }
20+
rand = { version = "0.8.6", default-features = false }
2121
rand_hc = "0.3.1"
2222
uart_16550 = "0.3.2"
2323
log = "0.4.17"

0 commit comments

Comments
 (0)