Skip to content

Commit be2e9dd

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

File tree

3 files changed

+52
-14
lines changed

3 files changed

+52
-14
lines changed

Cargo.lock

Lines changed: 50 additions & 12 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.9.3"

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.9.3", 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)