Skip to content

Commit

Permalink
build(deps): bump rand from 0.8.5 to 0.9.0
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
dependabot[bot] authored Jan 27, 2025
1 parent 8aa0492 commit de3162f
Show file tree
Hide file tree
Showing 2 changed files with 95 additions and 14 deletions.
107 changes: 94 additions & 13 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pkg/paperback-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ multihash = "^0.19"
multihash-codetable = { version = "^0.1", features = ["blake2b"] }
nom = "^7" # This must match the unsigned-varint version.
once_cell = "^1.20"
rand = "^0.8" # This must match the ed25519-dalek version.
rand = "^0.9" # This must match the ed25519-dalek version.
rayon = "^1.10"
printpdf = { version = "^0.6", features = ["svg"] }
qrcode = "^0.14"
Expand Down

0 comments on commit de3162f

Please sign in to comment.