Skip to content

Commit 544f180

Browse files
build(deps): bump rand from 0.8.5 to 0.9.0
Bumps [rand](https://github.com/rust-random/rand) from 0.8.5 to 0.9.0. - [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.5...0.9.0) --- updated-dependencies: - dependency-name: rand dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 02d9b42 commit 544f180

File tree

4 files changed

+95
-25
lines changed

4 files changed

+95
-25
lines changed

Cargo.lock

+92-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dhkem/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ zeroize = ["dep:zeroize"]
3939
[dev-dependencies]
4040
hex-literal = "0.4.1"
4141
hkdf = "0.12.4"
42-
rand = "0.8.5"
42+
rand = "0.9.0"
4343
sha2 = "0.10.8"
4444

4545
[package.metadata.docs.rs]

ml-kem/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ criterion = "0.5.1"
3333
hex = { version = "0.4.3", features = ["serde"] }
3434
hex-literal = "0.4.1"
3535
num-rational = { version = "0.4.2", default-features = false, features = ["num-bigint"] }
36-
rand = "0.8.5"
36+
rand = "0.9.0"
3737
crypto-common = { version = "0.1.6", features = ["rand_core"] }
3838
serde = { version = "1.0.208", features = ["derive"] }
3939
serde_json = "1.0.125"

x-wing/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rand_core = { version = "0.6" }
2929
hex = { version = "0.4", features = ["serde"] }
3030
serde = { version = "1.0", features = ["derive"] }
3131
serde_json = "1.0"
32-
rand = "0.8"
32+
rand = "0.9"
3333

3434
[package.metadata.docs.rs]
3535
all-features = true

0 commit comments

Comments
 (0)