Skip to content

Commit 27532c3

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

2 files changed

Lines changed: 6 additions & 22 deletions

File tree

Cargo.lock

Lines changed: 5 additions & 21 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
@@ -29,7 +29,7 @@ serde = { version = "1.0", features = ["derive"] }
2929
serde_json = "1.0"
3030
# Random number generation for splits
3131
rand = "0.9"
32-
rand_chacha = "0.3"
32+
rand_chacha = "0.9"
3333
# File walking
3434
walkdir = "2.5"
3535
# Error handling

0 commit comments

Comments
 (0)