Skip to content

Commit d4084e1

Browse files
build(deps): update rand_core requirement from 0.6 to 0.9
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.0...rand_core-0.9.2) --- updated-dependencies: - dependency-name: rand_core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent aed1ea8 commit d4084e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy_static = "1.4"
3434
proptest = "1.0"
3535
rand = "0.8"
3636
rand_chacha = "0.3"
37-
rand_core = "0.6"
37+
rand_core = "0.9"
3838
serde_json = "1.0"
3939

4040
frost-core = { path = "frost-core", version = "2.1.0", default-features = false }

frost-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ debugless-unwrap = "0.0.4"
2222
derive-getters = "0.5.0"
2323
hex.workspace = true
2424
postcard = { version = "1.0.0", features = ["alloc"], optional = true }
25-
rand_core = { version = "0.6", default-features = false }
25+
rand_core = { version = "0.9", default-features = false }
2626
serde = { version = "1.0.160", default-features = false, features = ["derive"], optional = true }
2727
serdect = { version = "0.2.0", optional = true }
2828
thiserror-nostd-notrait = { version = "1.0.29", default-features = false }

0 commit comments

Comments
 (0)