Skip to content

Commit e4d651d

Browse files
chore(deps): update rand_core requirement from 0.6.4 to 0.9.0
Updates the requirements on [rand_core](https://github.com/rust-random/rand) to permit the latest version. - [Release notes](https://github.com/rust-random/rand/releases) - [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md) - [Commits](rust-random/rand@rand_core-0.6.4...0.9.0) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bd5ba80 commit e4d651d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ k256 = {version = "0.13.3", default-features = false, features = ["alloc", "ecds
2323
lazy_static = {version = "1.4.0", default-features = false, features = ["spin_no_std"]}
2424
parity-scale-codec = {version = "3.6.9", default-features = false, features = ["derive"]}
2525
pbkdf2 = {version = "0.12.2", default-features = false}
26-
rand_core = {version = "0.6.4", default-features = false, optional = true}
26+
rand_core = {version = "0.9.0", default-features = false, optional = true}
2727
regex = {version = "1.10.3", default-features = false}
2828
schnorrkel = {version = "0.11.4", default-features = false, optional = true}
2929
sha2 = {version = "0.10.8", default-features = false}

0 commit comments

Comments
 (0)