Skip to content

Commit f8cdb5a

Browse files
build(deps): update rand requirement from 0.8.0 to 0.9.1
Updates the requirements on [rand](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@0.8.0...0.8.5) --- updated-dependencies: - dependency-name: rand dependency-version: 0.8.5 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8054b8d commit f8cdb5a

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
@@ -27,7 +27,7 @@ members = [
2727
[workspace.dependencies]
2828
serde_json = "1.0.41"
2929
criterion = "0.6.0"
30-
rand = { version = "0.8.0", default-features = false }
30+
rand = { version = "0.9.1", default-features = false }
3131
hex-literal = "1.0.0"
3232
scale-info = { version = ">=1.0, <3", default-features = false }
3333
quickcheck = "1"

0 commit comments

Comments
 (0)