Skip to content

Commit ae16942

Browse files
authored
deps(bip0032): bump rand to v0.10 (#131)
1 parent 3ab7bee commit ae16942

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

bip0032/benchmarks/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ bitcoin = "0.32"
1414
coins-bip32 = "0.13"
1515
const-hex = "1.12.0"
1616
criterion = "0.8"
17-
rand = "0.9"
17+
rand = "0.10"
1818

1919
[[bench]]
2020
name = "keygen"

bip0032/benchmarks/src/common.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
use rand::{Rng, RngCore};
1+
use rand::{Rng, RngExt};
22

33
pub type BenchmarkGroup<'a> = criterion::BenchmarkGroup<'a, criterion::measurement::WallTime>;
44

0 commit comments

Comments
 (0)