Skip to content

Commit 82d0b8d

Browse files
Chore(deps): Bump rand from 0.8.5 to 0.9.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.4. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/0.9.4/CHANGELOG.md) - [Commits](rust-random/rand@0.8.5...0.9.4) --- updated-dependencies: - dependency-name: rand dependency-version: 0.9.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd3850b commit 82d0b8d

2 files changed

Lines changed: 5 additions & 6 deletions

File tree

Cargo.lock

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

crates/threshold-bls/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ crate-type = ["lib"]
1010
[dependencies]
1111
rand_chacha = "0.3"
1212
rand_core = { version = "0.6", default-features = false }
13-
rand = "0.8"
13+
rand = "0.9"
1414
serde = {version = "1", features = ["derive"] }
1515

1616
# for ECIES

0 commit comments

Comments
 (0)