Skip to content

Commit 4daac3d

Browse files
authored
Merge pull request #559 from rust-osdev/dependabot/cargo/rand-0.8.6
Bump rand from 0.8.5 to 0.8.6
2 parents b4f7bd3 + d430cb1 commit 4daac3d

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)