Skip to content

Commit c5eeb31

Browse files
chore(deps): bump rand in the cargo group across 1 directory
Bumps the cargo group with 1 update in the / directory: [rand](https://github.com/rust-random/rand). Updates `rand` from 0.8.5 to 0.9.3 - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.3/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.3) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.3 dependency-type: direct:production dependency-group: cargo ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cf6c355 commit c5eeb31

2 files changed

Lines changed: 67 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 66 additions & 4 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
@@ -16,7 +16,7 @@ num-bigint-dig = { version = "0.8", features = [
1616
] }
1717
num-traits = "0.2"
1818
num-integer = "0.1"
19-
rand = "0.8"
19+
rand = "0.9"
2020
zeroize = { version = "1.8", features = ["derive"] }
2121
thiserror = "2"
2222
# Constant-time modular arithmetic for the decryption hot path (SECURITY-2).

0 commit comments

Comments
 (0)