Skip to content

Commit 8c6b864

Browse files
dependabot[bot]FerralCoder
authored andcommitted
deps(deps): bump rand_core from 0.6.4 to 0.9.3
Bumps [rand_core](https://github.com/rust-random/rand) from 0.6.4 to 0.9.3. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_core dependency-version: 0.9.3 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c53eddb commit 8c6b864

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ zerocopy = { version = "0.8", features = ["derive"] }
2828
zeroize = { version = "1.8", default-features = false, features = ["derive"] }
2929
subtle = { version = "2", default-features = false }
3030
# Pin to match Hubris ecosystem
31-
rand_core = { version = "0.6", default-features = false }
31+
rand_core = { version = "0.9", default-features = false }
3232
embedded-hal = "1.0"

0 commit comments

Comments
 (0)