Skip to content

Commit 0087ec3

Browse files
Bump rand_chacha from 0.9.0 to 0.10.0
Bumps [rand_chacha](https://github.com/rust-random/rand) from 0.9.0 to 0.10.0. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-random/rand/commits) --- updated-dependencies: - dependency-name: rand_chacha dependency-version: 0.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 82c2a97 commit 0087ec3

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

Cargo.lock

Lines changed: 17 additions & 1 deletion
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
@@ -15,7 +15,7 @@ regex = "1.12.3"
1515

1616
[dev-dependencies]
1717
pretty_assertions = "1.4.1"
18-
rand_chacha = "0.9.0"
18+
rand_chacha = "0.10.0"
1919
rayon = "1.11.0"
2020
statrs = "0.18.0"
2121

0 commit comments

Comments
 (0)