Skip to content

Commit adeac9f

Browse files
dependabot[bot]de-nordic
authored andcommitted
build(deps): 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 f58e96a commit adeac9f

2 files changed

Lines changed: 72 additions & 10 deletions

File tree

Cargo.lock

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

sim/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ check-load-addr = ["mcuboot-sys/check-load-addr"]
4040
[dependencies]
4141
byteorder = "1.4"
4242
libc = "0.2"
43-
rand = { version = "0.8", features = ["small_rng"] }
43+
rand = { version = "0.9", features = ["small_rng"] }
4444
docopt = "1.1.0"
4545
serde = "1.0"
4646
serde_derive = "1.0"

0 commit comments

Comments
 (0)