Skip to content

Commit de3162f

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 8aa0492 commit de3162f

File tree

2 files changed

+95
-14
lines changed

2 files changed

+95
-14
lines changed

Cargo.lock

+94-13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/paperback-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ multihash = "^0.19"
4040
multihash-codetable = { version = "^0.1", features = ["blake2b"] }
4141
nom = "^7" # This must match the unsigned-varint version.
4242
once_cell = "^1.20"
43-
rand = "^0.8" # This must match the ed25519-dalek version.
43+
rand = "^0.9" # This must match the ed25519-dalek version.
4444
rayon = "^1.10"
4545
printpdf = { version = "^0.6", features = ["svg"] }
4646
qrcode = "^0.14"

0 commit comments

Comments
 (0)