Skip to content

Commit 506d700

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] <support@github.com>
1 parent 5446420 commit 506d700

File tree

2 files changed

+144
-14
lines changed

2 files changed

+144
-14
lines changed

Cargo.lock

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

srp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ subtle = "2.4"
2222
[dev-dependencies]
2323
hex-literal = "0.4"
2424
num-traits = "0.2"
25-
rand = "0.8"
25+
rand = "0.9"
2626
sha1 = "0.10"
2727
sha2 = "0.10"

0 commit comments

Comments
 (0)