Skip to content

Commit 2d4b5bf

Browse files
chore(deps): bump rand (#5)
Bumps the cargo group with 1 update in the /vault-core directory: [rand](https://github.com/rust-random/rand). Updates `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 dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 407f857 commit 2d4b5bf

2 files changed

Lines changed: 3 additions & 14 deletions

File tree

vault-core/Cargo.lock

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

vault-core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ zeroize = { version = "1.7", features = ["derive"] }
4747
secrecy = "0.8"
4848

4949
# Random number generation (CSPRNG)
50-
rand = "0.8"
50+
rand = "0.9"
5151
rand_chacha = "0.3"
5252

5353
# Base64 encoding for armoring

0 commit comments

Comments
 (0)