Skip to content

Commit e379fb7

Browse files
chore(deps): bump rand from 0.8.5 to 0.9.2
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.2. - [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...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d59dab8 commit e379fb7

2 files changed

Lines changed: 7 additions & 8 deletions

File tree

Cargo.lock

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

crates/paperjam-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ regex = "1"
1717
md-5 = "0.10"
1818
aes = "0.8"
1919
cbc = "0.1"
20-
rand = "0.8"
20+
rand = "0.9"
2121
# Note: pinned to 0.34 for now; 0.39 changes API significantly.
2222
# We work around any missing features at the wrapper level.
2323
thiserror = { workspace = true }

0 commit comments

Comments
 (0)